@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: 30px;
	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: 0 0 20px 30px;
			clear: both;
		}

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

		p.main{
			width: 690px;
			margin: 0 0 20px 40px;
		}

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

			.box{
				clear: both;
			}

				.photo{
					width: 259px;
					margin: 0 10px 20px 0;
					border: 1px solid #666666;
					float: left;
				}

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

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

				.box h3{
					margin-bottom: 15px;
					font-size: 18px;
					color: #993300;
				}

				.box p.box3{
					color: #006600;
					text-align: right;
				}

			hr{
				clear: both;
				margin: 20px 0;
			}

/*h3{
	width: 460px;
	margin: 5px 10px 5px 0;
	font-size: 16px;
	color: #333333;
	border-bottom: 2px solid #ba2636;
}

h3 strong{
	color: #990000;
}

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

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


