@charset "utf-8";

/* ------------------------------- グローバルメニュー ------------------------------- */

.home a{
	width: 80px;
	background-image: url(../../../img/home-2.gif);
}

.suckertreemenu ul li.douga a{
	width: 160px;
	background-image: url(../../../img/douga-2.gif);
}

.suckertreemenu ul li.surfnews a{
	width: 160px;
	background-image: url(../../../img/news-2.gif);
}

.suckertreemenu ul li.shop a{
	width: 160px;
	background-image: url(../../../img/shop-2.gif);
}

.nami a{
	width: 80px;
	background-image: url(../../../img/nami-2.gif);
}

.suckertreemenu ul li.sanka a{
	width: 80px;
	background-image: url(../../../img/sanka-2.gif);
}

.suckertreemenu ul li.sagasu a{
	width: 80px;
	background-image: url(../../../img/sagasu-2.gif);
}

.suckertreemenu ul li.shiru a{
	width: 80px;
	background-image: url(../../../img/siru-1.gif);
}

.suckertreemenu ul li.question a{
	width: 80px;
	background-image: url(../../../img/q-a-2.gif);
}

/* ------------------------------- メインエリア ---------------------------- */

#main{
	width: 750px;
	margin-left: 10px;
	padding-top: 30px;
	background: url(../../../img/bg-top.gif) no-repeat;
	float: left;
}

#bg-1{
	width: 750px;
	background: url(../../../img/bg-middle.gif) repeat-y;
	overflow: hidden;
}

#container{
	width: 750px;
	margin-top: 5px;
}

#container h2{
	width: 730px;
	height: 35px;
	margin: 10px 0 0 20px;
	background: url(../img/yougo.gif) no-repeat;
	text-indent: -9999px;
}

#container p{
	margin: 20px 30px 20px;
	font-size: 14px;
	line-height: 120%;
}

#main1 ul{
	margin: 0px 0px 0px 100px;

}

#main1 li{
	padding: 0px 10px 10px;
	float: left;
}

#main ul{
	margin: 0px 0px 0px 100px;
	clear: both;
}

#main2 li{
	padding: 0px 10px 10px;
	float: left;
}

#container h3{
	height: 60px;
	font-size: 18px;
	line-height: 120%;
	margin: 30px 0px 0px 30px;
	padding: 20px 0px 0px 45px;
	color: #555F34;
	clear: both;
}

#main3{
	width: 550px;
	margin: -10px 50px 20px;
	border: 2px double #FF6666;
	border-bottom-color: #FF6666;
}

.small{
	font-size: 12px;
}

#main3 dl{
	padding-bottom: 10px;
}

#main3 dt{
	font-size: 16px;
	line-height: 130%;
	margin: 0px 20px 0px;
	padding: 10px 10px 0px 10px;
	border-bottom: 2px dotted #BEDBE5;
}

#main3 dd{
	margin-right: 20px;
	text-align: right;
}

#bg-1 div.bg{
	margin-top: -1px;
	padding-bottom: 20px;
	text-indent: -9999em;
	background: url(../../../img/bg-bottom.gif) no-repeat bottom;
}

/* ------------------------------- IE7対策 ------------------------------- */

*+html #bg-1 div.bg{
	padding-right: 20px;
	padding-bottom: 30px;
	text-indent: -9999em;
	text-align: right;

}

/* ------------------------------- IE6対策 ------------------------------- */

*html #main{
	width: 750px;
	margin-left: 5px;
	float: left;
}