@charset "utf-8";

/* ------------------------------- グローバルメニュー ------------------------------- */

.home a{
	width: 80px;
	background-image: url(../../img/home-1.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-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: 695px;
	margin: 10px 0px 0 0;
}

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

#left{
	width: 300px;
	margin-left: 35px;
	float: left;
}

.box{
	width: 300px;
	margin: 0 10px 10px;
	padding: 5px;
	border: 1px solid #996600;
	background-color: #EBEBEB;
}

#main h3{
	margin: 3px 0 0 5px;
	font-size: 16px;
}

#box li{
	padding-left: 15px;
}

#right{
	width: 300px;
	margin-left: 50px;
	float: left; 
}

#jump{
	width: 750px;
	margin-top: -1px;
	padding: 0 0 32px 0;
	text-align: center;
	background: url(../../img/bg-bottom.gif) no-repeat bottom;
	clear: both;
}

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

*html #main,#top,#left,#right{
	display: inline;
}

*html #right{
	margin-left: 20px; 
}

