/* CSS Document */


* {
	line-height: 1.5;
	font-family:"ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	margin: 0;
	padding:0;
}

/*画像指定*/
img{
　　border: none;
}
a img {
    border: none;
}

/* リンク色（ページ全体） */
a { 
	color: #0000ff; 
	text-decoration: 
	underline; 
}

a:hover { 
	color: #ff0000; 
	text-decoration: none;
}


#wrapper {
width: 950px;
margin: 0 auto;
background:#fff;
}

/*ヘッダ----------------------------------------------------*/
#header {
width: 950px;
height: 90px;
background: url("img/top_banner.jpg") no-repeat;
margin: 0px auto;
}


#header .top_logo {
background: url("img/logo.jpg") no-repeat;
	float: left;
	width: 690px;
	height: 55px;
	margin: 0px;
	padding: 0px;
}

#header .top_logo a{
	width: 690px;
	height: 55px;
	display:block;
	text-indent:-9999em;
	overflow:hidden;
}


#content {
	height: 470px;
	width: 950px;
}
#banner {
	height: 470px;
	width: 345px;
	float: left;
}


/*テキスト----------------------------------------------------*/

h1{
	font-size:10px;
	font-weight:bold;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	width: 950px;
	text-align: right;
	color: #999999;
	margin: 0px;
	float: right;
}


h2,
h3,
h4{
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#maininfo p {
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
}

#maininfo2 p {
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
}


/*ナビ----------------------------------------------------*/


.top_navi {
	float: right;
	height: 50px;
}


#navi {
	height: 40px;
	width: 950px;
}

#navi ul {
padding:0px 0px 0px 0px;
list-style-type: none;
height:30px;
width: 950px;
}

#navi li {
	float: left;
	height: 30px;
	font-size: 12px;
	text-align: center;
}

	
#navi li a{
	background:url(img/li.jpg) 0 0 no-repeat;
	height:30px;
	display:block;
	overflow:hidden;
	width: 190px;
	line-height: 30px;
}
	
#navi li a:hover{
	background:url(img/li.jpg) 0 -30px no-repeat;
}




/*メイン----------------------------------------------------*/

#main #maininfo {
	float: right;
	height: 470px;
	width: 335px;
	margin: 0px;
}

#main2 #maininfo2 {
	float: right;
	height: 470px;
	width: 605px;
	margin: 0px;
}

#main {
	height: 470px;
	width: 690px;
	float: left;
	background-color: #D0E9E6;
}

#main2 {
	height: 470px;
	width: 950px;
	float: left;
	background-color: #D0E9E6;
}


/*サイド----------------------------------------------------*/

#side {
	width: 250px;
	height: 470px;
	float: right;
}

#side p {
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
}

#side .s_top {
	height: 260px;
	background-color: #EDEFDD;
}

#side .s_bottom {
	height: 200px;
	margin-top: 10px;
	background-color: #DFEADE;
}


/*フッター----------------------------------------------------*/


#footer {
	height: 100px;
	width: 950px;
	background-color: #DAD4CB;
	margin-top: 20px;
}


#footer p {
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}


address {
	font-style: normal;
	color: #666666;
	text-align: center;
	display: block;
	font-size: 12px;
	margin: 30px auto 0px auto;
	padding: 5px 0px;
}






/*ボタン----------------------------------------------------*/

.bt{
	width:295px;
	height:50px;
	padding:20px 20px 0px 20px;
}
	
.bt a{
	background:url(img/bt.jpg) 0 0 no-repeat;
	height:50px;
	display:block;
	text-indent:-9999em;
	overflow:hidden;
}
	
.bt a:hover{
	background:url(img/bt.jpg) 0 -50px no-repeat;
}


.bt2{
	width:210px;
	height:50px;
	padding:20px 20px 0px 20px;
}
	
.bt2 a{
	background:url(img/bt2.jpg) 0 0 no-repeat;
	height:50px;
	display:block;
	text-indent:-9999em;
	overflow:hidden;
}
	
.bt2 a:hover{
	background:url(img/bt2.jpg) 0 -50px no-repeat;
}
#maininfo2 ul {
	padding-right: 20px;
	padding-left: 50px;
}
