@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

img{
	vertical-align: bottom;
}

a img {
	border:0px;
}

body{
	font: small/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #262626;
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #4B8DCB;
}

* html body{
	font: x-small/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #262626;
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #4B8DCB;
}

#wrap{
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#mainimg{
	padding-bottom:30px;
	clear: both;
}

.mainimg2{
	padding: 2px 0px 40px 0px;
}

/*************ヘッダー*************/
#header{
	width: 800px;
	height:111px;
}

#header #left{
	width: 274px;
	height: 36px;
	padding-top: 35px;
	float: left;
}

#header #right{
	width: 526px;
	float: right;
}

#header #right #bt{
	height: 22px;
	text-align: right;
}

#header #right #ad{
	height: 37px;
	text-align: right;
	padding-top: 18px;
}

/*IE6用*/
*html #header #right #ad{
	height: 55px;
	text-align: right;
	padding-top: 18px;
}

/*************メニュー*************/
#gnavi{
	width: 800px;
	height: 32px;
	clear: both;
}

ul.gnavi{
	width: 100%;
}

ul.gnavi li{
	list-style: none;
	width: 200px;
	float: left;
}

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

#footer{
	text-align: center;
	padding: 15px 0px 55px 0px;
	width: 800px;
	
	
/*************トップページ*************/
