@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-1.gif);
}

.suckertreemenu ul li.shiru a{
	width: 80px;
	background-image: url(../../img/siru-2.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;
}

#top{
	width: 750px;
	margin: 0px 0px 30px 30px;
	padding: 10px 0px 0px;
	overflow: hidden;
}

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

.container{
	width: 127px;
	margin: 5px 20px;
	border: 2px solid #666666;
	float: left;
}

#top h3{
	font-size: 12px;
	color: #333333;
	line-height: 1.3;
	margin: 3px 0 5px;
	text-align: center;
	border-bottom: 1px solid #c9171e;
}

#top img{
	margin: 5px;
	float: left;
	border: 1px solid #333333;
}

#container{
	width: 630px;
	margin: 10px 50px 30px 60px;
	border: 1px solid #333333;
	overflow: hidden;
	clear: both;
}

#container h3{
	padding: 5px 10px 5px;
	font-size: 14px;
	color: #990000;
	text-align: center;
}

#container p{
	padding: 0 20px;
	font-size: 12px;
	text-align: center;
}

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

/* ------------------------------- for IE6 ------------------------------- */

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

*html .container{
	margin: 5px 38px;	
}

