@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;
	padding-bottom: 30px;
}

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

#left{
	width: 430px;
	padding: 20px 0 20px 30px;
	float: left;
}

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

.left1{
	margin-bottom: 5px;
	padding-left: 10px;
}

.small{
	font-size: 12px;
}

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

#container img{
	margin: 0 20px;
	padding: 5px 5px 20px;
	border: 1px solid #CCCCCC;
	float: left;
}

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

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

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

*html #container{
	width: 750px;
	margin: 5px 5px 0px 5px;
}


