@charset "UTF-8";

/**/

/*レイアウト(外身背景・パーツ)
----------------------------------------------------------------*/
body {
	background: url(../image/secret/bg_body.jpg) repeat-x top center;
	background-color: #ffffcc;
	height: 100%;
	color: #ffffff;
	font-size: 13px;
	line-height: 150%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}
#header {
	height: 101px;
	width: 882px;
	background: url(../image/secret/bg_header.jpg) no-repeat 0 0;
}
#footer {
	width: 882px;
	height: 70px;
	margin: 5px auto; 
	clear: both;
}
.logo { float: left; padding: 0 4px 0 4px;}

/*レイアウト(中身・全体・中ページパーツ)
----------------------------------------------------------------*/
#container {
	margin: 0 auto;
	padding-bottom: 11px;
	background: url(../image/secret/bg_container.jpg) repeat-y 0 0;
	width: 882px;
	border-bottom: solid 1px #ffffff;
}
#wrapper {
	width: 882px;
	background: url(../image/secret/bg_wrapper.jpg) no-repeat 0 0;
}
#contents_main {
	width: 728px;
	float: right;
	padding: 0 11px 4px 0;
	background: url(../image/secret/bg_content_bottom.gif) no-repeat 0 bottom;
}
.contents_inner {
	background: url(../image/secret/bg_content_repeat.jpg) repeat-y 0 0;
	padding-bottom: 10px;
}

#s_menu { float: left; width: 129px;}
.btn_back { width: 401px; margin: 0 auto; height: 41px; padding: 15px 0;}


/*レイアウト(リストページ)
----------------------------------------------------------------*/
.contents_lm_inner {
/*	min-height: 600px;
	height: 600px; !important
	height: 600px;*/
	padding-top: 5px;
	text-align: center;
	background: url(../image/secret/bg_content.jpg) no-repeat 0 0;
}
.contents_lm_inner li {padding-top: 15px;}

/**/
