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

.h-1{
	margin:10px 0 0 20px;
}

#main h2{
	margin: 10px 0 0 50px;
	font-size: 14px;
	color: #333333;
}

#container{
	width: 650px;
	margin: 5px 0 0 50px;
	padding: 10px 0 0px;
	clear: both;
}

.jump{
	width: 132px;
	margin: 0 0 0 520px;
	padding: 3px 10px;
	border: 1px solid #990000;
	background-color: #fff;
	clear: both;
}

#box{
	margin: 0 10px 30px 0;
	clear: both;
}

#box p.box1{
	width: 128px;
	height: 96px;
	margin-right: 10px;
	padding: 3px 3px 3px;
	border: 1px solid #333333;
	float: left;
}

#box h3{
	font-size: 18px;
	color: #993300;
}

#box table{
	width: 494px;
}

#box td{
	padding: 5px 10px 3px 20px;
	background-color: #EFEFEF;
}

#box p.box3{
	margin-bottom: 20px;
	color: #999966;
	float: right
}

#jump{
	width: 750px;
	padding: 10px 0 30px;
	background: url(../../../img/bg-bottom.gif) no-repeat bottom;

}

#jump a{
	width: 132px;
	padding: 3px 10px;
	border: 1px solid #990000;
	background-color: #fff;
	text-align: right;
	margin-right: 20px;
}

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

*+html #box{
	margin: 0 10px 0px 0;
}

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

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

*html #box{
	margin: 0 10px 0px 0;
	display: inline;
}

