
body{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.page-body{
	text-align: center;
	margin: auto;
	width: 100%;
	min-width: 830px;
}

.header{
	/*position: relative;*/
	padding: 0px;
	width: 100%;
	height: 329px;
	overflow:hidden;
}

#h-left{
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 420px;
}

#h-flash{
	position: relative;
	margin: auto;
	width: 830px;
	top: 1px;
	height: 420px;
	z-index: 2;
}

.main{
	text-align: center;
	margin: auto;
	width: 100%;
	/*border: 1px solid #ff0000;*/
}

#content{
	position: relative;
	margin: auto;
	width: 810px;
	height: 590px;
	/*height: 800px;*/　//キャンペーン情報掲載時の高さ
	/*background-color: #ffffff;*/
	/*border: 1px solid #cccccc;*/
}

#c-left{
	/*position: absolute;*/
	margin: auto;
	width: 18px;
	height: 590px;
	float: left;
	background-image: url(imagecom/waku-left.png);
	background-position: top left;
	background-repeat: repeat-y;
	z-index: 1;
	/*border: 1px solid #cccccc;*/
}

#c-main{
	/*position: absolute;*/
	margin: auto;
	width: 774px;
	height: 590px;
	float: left;
	background-color: #ffffff;
	/*border: 1px solid #cccccc;*/
}

#c-m-left{
	text-align: left;
	width: 230px;
	height: 580px;
	float: left;
	border-right: 3px dashed #dcdcdc;
}

#c-m-left table tr{
	text-align: left;
	font-size: 12px;
}

#c-m-center{
	text-align: left;
	width: 272px;
	height: 580px;
	float: left;
}

.link{
	width: 105px;
	height: 95px;
	background-color: #ffffff;
}

#c-m-right{
	text-align: left;
	width: 256px;
	height: 580px;
	float: left;
	border-left: 3px dashed #dcdcdc;
}

/*.blog-parts{
	margin-left: 15px;
	padding: 5px;
	width: 230px;
	height: 500px;
	background-color: #507aaa;
}*/

.campaign{
	margin-left: 15px;
	padding: 5px;
	width: 230px;
	font-size: 11px;
}

/*.c-top{
	color: #ff0000;
	font-size: 14px;
}*/

/*.campaign table{
	font-size: 12px;
	line-height: 1.7;
	width: 228px;
}*/

#c-right{
	/*position: absolute;*/
	margin: 0px;
	width: 18px;
	height: 590px;
	float: left;
	background-image: url(imagecom/waku-right.png);
	background-position: top right;
	background-repeat: repeat-y;
	z-index: 2;
	/*border: 1px solid #cccccc;*/
}

.footer{
	position: relative;
	margin: auto;
	width: 802px;
	height: 200px;
	z-index: 5;
	background-color: #ffffff;
	clear: both;
}

#f-left{
	text-align: left;
	padding-top: 20px;
	padding-left: 50px;
	line-height: 1.5;
	font-size: 10px;
	float: left;
	/*letter-spacing: 0.1em;*/
	/*background-color: #ffffff;*/
	/*border: 1px solid #ff0000;*/
}

#f-left a:link { color:#808000; text-decoration:none; }
#f-left a:visited { color:#808000; text-decoration:none; }
#f-left a:hover { color:#bdb76b; text-decoration:none; }
#f-left a { text-decoration:none; }

#f-right{
	position: relative;
	text-align: right;
	padding-top: 25px;
	padding-right: 15px;
	width: 400px;
	height: 150px;
	float: right;
}

#f-r-i{
	text-align: right;
	padding: 0px;
	height: 150px;
	/*float: right;*/
}

#f-r-c{
	/*float: left;*/
	text-align: left;
	font-size: 12px;
	clear: both;
}