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

/* ------------------------------- メインエリア ---------------------------- */

#main{
	width: 750px;
	margin-left: 10px;
	padding-top: 40px;
	background: url(../../img/bg-top.gif) no-repeat top;
	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: 660px;
	margin: 0 0 10px 20px;
	padding: 0 0 10px;
}

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

	#top p.m1{
		margin: 0 0 10px 20px;
	}

	#top p.d1{
		text-align: right;
	
	}

.container{
	width: 102px;
	margin: 0 3px 10px;
	border: 1px solid #999999;
	float: left;
}

.container img{
	width: 81px;
	margin: 10px 10px 0;
}

h3{
	margin: 0 0 5px 0;
	font-size: 14px;
	text-align: center;
	color: #333333;
	border-bottom: 1px solid #ba2636;
}

	h3.newDouga{
		margin: 10px 0 10px 20px;
		font-size: 16px;
		text-align: left;
		color: #333333;
		border-bottom: 2px solid #ba2636;
	}

.back{
	width: 200px;
	height: 20px;
	margin: 0 auto;
	padding-bottom: 2px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #996600;
	background-color: #CCCCCC;
}

/* -- douga/event/index/caseBox -------------------------- */
#caseBox{
	width: 708px;
	margin: -20px 0 30px;
	overflow: hidden;
}

	.cBox{
		width: 692px;
		/*width: 338px;*/
		height: 85px;
		margin: 15px 8px;
		padding-bottom: 8px;
		background: url(../../newImg/newsBg.gif) no-repeat bottom;
		/*float: left;*/
	}

	.cBox p{
			width: 578px;
			margin: 0 0;
			float: right;
		}

		p.thumbnail{
			width: 96px;
			margin: 0 10px 0 0;
			padding: 3px 3px 5px;
			border: 1px solid #999;
			float: left;
		}

		h3.newTitle{
			margin: 0;
			font-size: 16px;
			text-align: left;
			border: none;
		}

		span.case a{
			margin-left: 20px;
			font-size: 10px;
		}

p.right{
	clear: both;
	margin: 5px 20px 5px 0;
	font-size: 12px;
	text-align: right;
}

	p.right a{
		font-size: 12px;
	}

/* -- douga/event/index/caseBox -------------------------- */

#box{
	clear: both;
	margin:0 0 0 70px;
}

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

#bg-1 div.bg{
	height: 50px;
	padding-right: 30px;
	text-align: right;
	background: url(../../img/bg-bottom.gif) no-repeat bottom;
	clear: both;
}

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

*+html #top{
	padding: 0px 10px 10px;
}

/* ------------------------------- IE6対策 ------------------------------- */

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

*html #top{
	padding: 0px 10px 10px;
}

*html #top p.top{
	padding-top: 3px;
}

*html #second li{
	padding-top: 2px;
}

*html #box2 p{
	padding-top: 5px;
}

