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

h2{
	margin-bottom: 10px;
	font-size: 16px;
	color: #993300;
}

#container{
	width: 447px;
	margin: 0 0 10px 10px;
	float: right;
}

#container p{
	margin-bottom: 10px;
}

.photo{
	width: 230px;
	float: left;
}

.photo p img{
	margin-bottom: 10px;
	padding: 5px 5px 20px;
	border: 1px solid #666666;
}

#container ul{
	margin: 10px;
}

.back{
	width: 100px;
	height: 20px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #996600;
	background-color: #CCCCCC;
	float: right;
}

#box{
	clear: both;
	padding: 30px 0 0 4px;
}

#box p{
	width: 223px;
	margin: 0 5px 20px 0;
	border: 1px solid #999999;
	background-color: #f8f4e6;
	text-align: center;
	float: left;
}


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

