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

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

h2 a{
	font-size: 12px;
}

#top{
	width: 700px;
	margin: 0 0 0 30px;
	overflow: hidden;
}

h3{
	width: 690px;
	margin: 5px 10px 5px 0;
	font-size: 16px;
	color: #990000;
	border-bottom: 2px solid #ba2636;
}

h3 strong{
	
}

#data{
	width: 360px;
	margin: 0 0 0 10px;
	line-height: 1.1;
	float: right;
}

#data dl{
	padding: 0 10px 0 0;
}

#data dt{
	margin-bottom: 10px;
	padding-left: 5px;
	background-color :#e9e4d4;
}

#data dd{
	padding: 0 5px 10px 0;
	text-align: right;
}

#data dd.modosu{
	padding: 0 0 10px 0;
	text-align: left;
}

.photo{
	width: 320px;
	margin-bottom: 10px;
	border: 1px solid #666666;
	float: left;
}

p.left1{
	padding: 7px 7px 0;
}

p.left2{
	margin: 5px 7px 5px;
	text-align: right;
}

#second{
	width: 700px;
	margin: 10px 0 0 30px;
	overflow: hidden;
}

#second dl{
	width: 210px;
	margin: 0 10px 0 0;

	padding: 0 10px 0 0;
	
	float: left;
}

#second dt{
	margin: 10px 0 10px 0;
	padding-left: 5px;
	background-color :#d6e9ca;
	clear: both;
}

#second dd,#second dd.wide{
	width: 100px;
	padding: 0 0 0 2px;
	font-size: 14px;
	text-align: right;
	float: right;
}

#second dd.wide{
	width: 200px;
}

p.pageLink{
	clear: both;
	width: 690px;
	margin: 30px 0 0 30px;
	padding-top: 5px;
	border-top: 2px solid #e9e4d4;
	text-align: center;
}

#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 IE7 ------------------------------- */

*:first-child+html #box p{
	margin: 0 5px 0 0;
}

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

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

*html #data{
	display: inline;
}


