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

.suckertreemenu ul li.question a{
	width: 80px;
	background-image: url(../../img/q-a-1.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 30px;
	overflow: hidden;
}

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

h3{
	margin-left: 20px;
}

p.free{
	width: 376px;
	height: 35px;
	background: url(../../link/img/free.gif) no-repeat left top;
	float: right;
}

p.free a{
	width: 376px;
	height: 36px;
	display: block;
	text-indent: -9999em;
}

p.free a:focus,
p.free a:hover{
	background: url(../../link/img/free.gif) no-repeat left bottom;
}

#top ul{
	width: 260px;
	margin: 10px 0 0 30px;
	float: left;
}

#top ul li{
	margin: 10px 10px; 
}

#container{
	width: 650px;
	margin: 20px auto;
	overflow: hidden;
}

#container p.ga img{
	float: left;
}

#container p.rule1{
	float: 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;
}

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

*html #main{
	display: inline;
}

*html #top ul{
	margin: 10px 0 0 15px;
}


