@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: 50px;
	background: url(../../img/bg-top.gif) no-repeat;
	float: left;
}

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

.box1{
	margin-left: 30px;
}

h2{
	margin: 10px 0 0 40px;
	font-size: 14px;
	color: #993300;
}

#top,#container{
	width: 690px;
	margin: 0px 0px 0 30px;
	padding: 10px 0px 0px;
	overflow: hidden;
	clear: both;
}

h3{
	margin: 0 15px 0;
	font-size: 14px;
	color: #333333;
	line-height: 1.3;
}

.rule1{
	margin: 5px 40px 0 0;
	padding: 3px 5px;
	background-color: #fef4f4;
	border: 1px solid #666666;
	float: right;
}

.container{
	width: 102px;
	margin: 0 3px 10px;
	border: 1px solid #999999;
	float: left;
}

	.container img{
		width: 81px;
		margin: 10px 10px 0;
	}

	h4{
		margin: 0 0 5px 0;
		font-size: 14px;
		text-align: center;
		color: #333333;
		border-bottom: 1px solid #ba2636;
	}

#top ul,#container ul{
	clear: both;
	width: 670px;
	margin: 0px 0px 30px 10px;
	overflow: hidden;
	border: 1px solid #333333;
}

#top li,#container li{
	width: 200px;
	margin: 10px 10px 5px;
	float: left;
}

#top p,#container p{
	font-size: 12px;
	text-align: right;
}

#bg-1 div.bg{
	margin: 30px 0 0 0;
	height: 50px;
	padding-right: 30px;
	text-align: right;
	background: url(../../img/bg-bottom.gif) no-repeat bottom;
	clear: both;
}

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

*+html #top{
	padding: 0px 10px 10px;
}

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

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

*html #top{
	padding: 0px 10px 10px;
}

*html #top p.top{
	padding-top: 3px;
}

*html #second li{
	padding-top: 2px;
}

*html #box2 p{
	padding-top: 5px;
}


