@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;
}

#item{
	width: 120px;
	margin: 10px 0px 0px 25px;
	float: left;
	
}

#item h3{
	font-size: 18px;
	line-height: 130%;
	border-bottom: 2px dotted #BEDBE5;
}

#item li{
	width: 130px;
	line-height: 110%;
	padding: 5px 0px 0px 10px;
}


#main p{
	padding: 30px 0px 50px 0px;
	clear: both;
	background: url(../../../img/bg-bottom.gif) no-repeat bottom;
	text-align: center;
}

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

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

*html #item{
	margin-left: 8px;
}
