@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: 655px;
	margin: 30px 10px 0 50px;
}

h2{
	margin: 0;
	font-size: 16px;
	color: #333333;
	border-bottom: 2px solid #990000;
}

#top p{
	margin: 15px 0 0 20px;
	font-size: 14px;
}

dl{
	margin: 30px 0 0 30px;
	overflow: hidden;
}

dt,dd{
	font-size: 14px;
}

dt{
	width: 70px;
	margin: 30px 5px 0;
	padding: 0 5px;
	border-bottom: 1px solid #666666;
	text-align: center;
	float: left;
	clear: both;
}
			
dd{
	width: 500px;
	margin: 30px 5px 2px;
	padding: 0 10px;
	border-bottom: 1px solid #666666;
	float: left;
}

#container{
	width: 655px;
	margin: 50px 10px 0 50px;
	clear: both;
}

p.reference{
	width: 206px;
	height: 42px;
	margin: 0 auto 50px;
	background: url(../../img/reference-s.gif) no-repeat left top;
}

p.reference a{
	width: 206px;
	height: 42px;
	display: block;
	text-indent: -9999em;
}

p.reference a:focus,
p.reference a:hover{
	background: url(../../img/reference-s.gif) no-repeat right top;
}

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

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

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

