@charset "utf-8";

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

a img {
    border-style:none;
}

img{
	vertical-align: bottom;
}

body{
	font: small/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #4C4948;
	background-color: #7DCCF3;
	text-align: center;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
*html body{
	font: x-small/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#bg{
	background-image: url(../img/bg_illust.gif);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;*/
	background-attachment:scroll;
	height: 100%;
}

#wrap{
	width: 882px;
	margin: 0px auto;
}

/*テキストリンク*/
a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #009FE8;
}

/*************ヘッダー*************/

#header{
	width: 880px;
	height: 96px;
	padding: 0px 1px;
	text-align: left;
	vertical-align: middle;
}

#header #left{
	width: 286px;
	height: 25px;
	padding-top: 36px;
	float: left;
}

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

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

#header #right #ad{
	height: 67px;
	text-align: right;
	padding-top: 7px;
}

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

/*************メニュー*************/

#gnavi{
	width: 882px;
	height:53px;
	clear: both;
}

ul.gnavi{
	width: 882px;
	padding-left: 1px;
}

ul.gnavi li{
	list-style: none;
	width: 124px;
	height: 53px;
	padding-right: 2px;
	float: left;
}

/*IE6用*/
*html ul.gnavi{
	width: 883px;
	padding-left: 1px;
}

ul.gnavilast li{
	list-style: none;
	width: 124px;
	height: 53px;
	float: left;
}

/*************メイン*************/
#main{
	clear: both;
	width: 882px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../img/wrap_b1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:11px;
}

#main #wrap{
	width: 830px;
	background-color: #FFFFFF;
	padding: 20px 15px 60px 15px;
	text-align: left;
	border-top: 10px solid #009FE8;
	border-right: 10px solid #009FE8;
	border-left: 10px solid #009FE8;
	}
	
/*IE6用*/
*html #main #wrap{
	width: 880px;
	background-color: #FFFFFF;
	padding: 20px 15px 60px 15px;
	text-align: left;
	border-top: 10px solid #009FE8;
	border-right: 10px solid #009FE8;
	border-left: 10px solid #009FE8;
	}
	
	
/*************フッター*************/

#footer{
	padding: 15px 0px 55px 0px;
	line-height: 1em;
	color: #FFFFFF;
}

#footer .line{
	padding: 0px 10px;
}




/*************トップページのみ*************/

#area{
	width: 810px;
	padding: 20px 10px 0px 10px;
}

/*IE6*/
* html #area{
	width: 830px;
	padding: 20px 10px 0px 10px;
}

#area #left{
	width: 595px;
	float: left;
}

#area #right{
	width: 200px;
	float: right;
}

.clear{
	clear: both;
}

.ifream{
	height: 142px;
}
.ifream_a{
	height: 142px;
	margin-bottom:30px;
}

.if_swim {
	width:595px;
	height:112px;
	margin-top:10px;
}
