body {
	color		: #978473;
	background-color: #ffffff;
	margin		: 0px;
	overflow-x	: hidden;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	font-size	: 16px;
	text-align:center;
}

a {
	text-decoration: none;
	color		: #978473;
}

div#clear {
	clear:both;
}

.clear {
	clear:both;
}

ul{
	margin:0;
	padding:0;
}



/**************************************************************************************************
* タイトル
**************************************************************************************************/
h1 img {
	width		: 100%;
}

h2 {
	text-align:center;
	color: #FF8888;
	font-size: 20px;
	letter-spacing: 2px;
	font-style: bolder;
	padding:5px 0;
	margin:2px 0;
}

h3 {
	text-align:center;
	color: #FF8888;
	font-size: 18px;
	letter-spacing: 2px;
	font-style: bolder;
	padding:10px 0 0;
	margin:5px 0 0;
}

h4 {
	text-align: center;
	background: #541000;
	width: 100%;
	color: #ffffff;
	font-size:20px;
	letter-spacing: 5px;
	margin: 5px 0 0 0;
	padding: 7px 0 5px 0;
}



/**************************************************************************************************
* 画像
**************************************************************************************************/
img.roof {
	width		: 100%;
}

img.rooftop {
	margin-top:-2px;
	width		: 100%;
}



/**************************************************************************************************
* ボタン
**************************************************************************************************/
button.button {
	width		: 70%;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 3px;
	color: #ff8888;
	padding: 10px 0;
	margin: 5px auto;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #ff8888;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
}

button.reb {
	width		: 70%;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 3px;
	color: #ff5050;
	padding: 10px 0;
	margin: 5px auto;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #ff5050;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
}

button.redhalve {
	width		: 40%;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 3px;
	color: #ff5050;
	padding: 10px 0;
	margin: 5px auto;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #ff5050;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
}

button.black {
	width		: 70%;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 3px;
	color: #666666;
	padding: 10px 0;
	margin: 5px auto;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #666666;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
}

button.mustreadbtn {
	width		: 40%;
	font-size: 12px;
	letter-spacing: 3px;
	color: #666666;
	padding: 10px 0;
	margin: 5px auto;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #666666;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
}

.button {
	width		: 70%;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 3px;
	color: #ff8888;
	padding: 10px 0;
	margin: 5px auto;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #ff8888;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
}

.black {
	width		: 70%;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 3px;
	color: #666666;
	padding: 10px 0;
	margin: 5px auto;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #666666;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
}



/*******************************************************************
*  コメント
*******************************************************************/
#info {
	font-size: 15px;
	line-height:20px;
	letter-spacing: 2px;
	text-align: left;
	margin		: 5px;
}

#infocenter {
	font-size: 15px;
	line-height:20px;
	letter-spacing: 2px;
	text-align: center;
	margin		: 5px;
}

#mustread {
	font-size: 15px;
	line-height:20px;
	letter-spacing: 2px;
	text-align: center;
	margin		: 15px 5px;
}

#mustreadred {
	width: 80%;
	font-size: 15px;
	line-height:20px;
	letter-spacing: 2px;
	text-align: center;
	margin		: 20px auto 0 auto;
	background: #ff8888;
	border-radius: 10px;
	border: 5px solid #ff8888;
	color: #ffffff;
}

#red {
	font-size: 20px;
	color: #ff0000;
	line-height:20px;
	letter-spacing: 2px;
	font-weight:bold;
	margin		: 0 5px;
}



/**************************************************************************************************
* おすすめ特集
**************************************************************************************************/
div.sp {
	text-align: center;
	margin:0 auto ;
}

div.sp img {
	border: 1px solid #eeeeee;
	width: 96%;
	margin:3px auto;
}



/**************************************************************************************************
* カテゴリー
**************************************************************************************************/
div.category {
	text-align: center;
	margin-bottom:4px;
}

.categorybox ul{
	text-align: center;
	width: 100%;
	list-style-type: none;
}

.categorybox li {
	float: left;
	margin: 0;
	width:50%;
	display: block;
}

.categorybox li img {
	border: 1px solid #eeeeee;
	margin:3px 0 0 0 ;
	padding:0;
	width:96%;
}

.categorylist li {
	text-align:center;
	list-style: none;
	display:block;
	width:20%;
	float:left;
}

.categorylist li p{
	color: #FF8888;
	font-size:10px;
	text-align:center;
	padding: 0;
}

.categorylist li img{
	border: 1px solid #eeeeee;
	width	: 85%;
	margin-top:4px;
}



/*******************************************************************************
 ショートカット
**************************************************************************************************/
button.pageup {
	font-size: 14px;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 3px 4px 5px 0;
	padding: 10px auto;
	background: #CFAC7F;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #CFAC7F;
}



/*******************************************************************
*   戻るリスト 
*******************************************************************/
#backlist{
	border-top:1px solid #ffffff;
}

#backlist ul{
	text-align:center;
}

#backlist ul li{
	width: 100%;
	overflow: auto;
}

div#backlist ul li a {
	color: #ffffff;
	font-size: 15px;
	font-style: bolder;
	display: block;
	line-height: 300%;
	padding: 0 0 0 10px ;
	background-color:#FF8888;
	text-align:left;
	border: 1px solid #ffffff;
	text-decoration: none;
}



/*******************************************************************
*   footer 
*******************************************************************/
footer {
	border-top:1px solid #ffffff;
	letter-spacing: 1px;
	color:#9D6F36;
	text-align: center;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	background:#DECCB1;
}
