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

#bg-1 h2{
	width: 680px;
	margin: 20px 0 0 40px;
}

#bg-1 p.rule2{
	width: 670px;
	margin: 10px 0 0 50px;
}

#top{
	width: 443px;
	margin: 10px 10px 0 30px;
	overflow: hidden;
	float: left;
}

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

h3{
	width: 290px;
	margin: 30px 10px 0 20px;
	font-size: 14px;	
}

#top p{
	margin: 10px 5px 5px 30px;
}

#top p.rule1{
	text-align: right;
	margin: 2px 30px 0 0;
}

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

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

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

#bg-1 em{
	padding: 0 5px;
	font-size: 14px;
	color: #993300;
	font-style: normal;
}

#bg-1 h2 em{
	font-size: 18px;
}


#container{
	width: 242px;
	margin: 0 20px 0 0;
	float: right;
}

#bg-1 p.reference{
	width: 206px;
	height: 56px;
	margin: 20px 0 0 30px;
	background: url(../../img/reference.gif) no-repeat left top;
}

#bg-1 p.reference a{
	width: 206px;
	height: 56px;
	display: block;
	text-indent: -9999em;
}

#bg-1 p.reference a:focus,
#bg-1 p.reference a:hover{
	background: url(../../img/reference.gif) no-repeat left bottom;
}

#container p img{
	margin-top: 20px;
}

/* ------------------------------- table ------------------------------- */
table{
     border-collapse: collapse;
     border-spacing: 0;
	 clear: both;
}

			#content table{
				width: 695px;
				margin: 0 30px;
				border: 1px solid #999999;
			}
	
				#content caption{
					margin: 20px 0 5px;
					font-size: 14px;
					text-align: center;
				}
	
				#content th,
				#content td{
					padding: 10px;
					font-size: 14px;
					text-align: center;
					border-bottom: 1px solid #999999;
					border-right: 1px solid #999999;
				}

				/*#content th{
					text-align: left;
					margin-left: 20px;
				}*/
		
				#content td.rule2,
				#content  tfoot{
					background-color: #fdeff2;
				}


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

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

*+html #content table{
	margin: 20px 30px;
}

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

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

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

*html #content table{
	margin: 20px 30px;
}


