@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");
@import url("./css/textstyles.css");
/*
==================================================
スタイルの初期化
==================================================
*/
*{
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	background: transparent;
	border: 0;
	font-size: 100%;
	outline: 0;
	vertical-align: baseline;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
div, p, h1, h2, h3, h4, h5, h6 {
	_zoom: 1;
	display: block;
	text-align: left;
}
img {
	border: 0;
}
@media screen and (max-width: 899px) {
	img {
		font-size: 0;
		height: auto;
		line-height: 0;
		max-width: 100%;
		vertical-align: top;
	}
}
@media screen and (max-width: 640px) {
	img {
		float: none !important;
	}
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
/*
==================================================
基本スタイル
==================================================
*/
body {
	background-color: #000000;
	background-image: url(img/body_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	color: #cccccc;
	font-family: 'メイリオ', Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
h1, h2, h3, h4, h5, h6, .title, dt {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
}
td,th{color:#333;}
/* リスト
==================================================
*/
ul {
	padding: 15px 0;
}
ul li {
	background-image: url(img/li.png);
	background-position: 4px 10px;
	background-repeat: no-repeat;
	padding: 4px 0 4px 26px;
	position: relative;
}
@media screen and (max-width: 899px) {
	ul li {
		background: none repeat scroll 0 0 transparent;
	}
	ul li:before {
		border-bottom: 5px solid #6b6b6b;
		border-left: 5px solid #cacaca;
		border-right: 5px solid #ffffff;
		border-top: 5px solid #ffffff;
		content: "";
		display: block;
		left: 4px;
		position: absolute;
		top: 10px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	 }
}
ol {
	list-style-type: decimal;
	padding: 10px 0 10px 25px;
}
/* リンク
==================================================
*/
a { color: #c4a368; }
a:hover {
	color: #c4a368;
	text-decoration: none;
}
a:hover img {
	background: none !important;
}
a img { background: none !important; }
#main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
	left: 1px;
	position: relative;
	top: 1px;
}
@media screen and (max-width: 640px) {
	#main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
		left: 0;
		top: 0;
	}
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#wrapper {
	background-image: url(img/wrapper_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#contents {
	background-image: url(img/column_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	border-bottom: 1px solid #1e1e1e;
	border-left: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
	border-top: 1px solid #3b3b3b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
	position: relative;
	text-align: center;
}
#layoutbox{
	background-image: url(img/contents_bg_left.png);
	background-position: left top;
	background-repeat: repeat-y;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #191919;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
#siteNavi {
	font-size: 12px;
	margin-bottom: 5px;
	padding: 5px;
}
@media screen and (max-width: 899px) {
	#layoutbox {
		background-image: none;
		overflow: hidden;
		z-index: 0;
	}
	#layoutbox:before {
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4)));
		background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
		border-right: 1px solid #1e1e1e;
		bottom: 0;
		content: "";
		margin-right: -3px;
		position: absolute;
		right: 73.3333%;
		top: 0;
		width: 5px;
	}
	#layoutbox:after {
		background-color: #1c1c1c;
		border-right: 1px solid #000000;
		bottom: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		content: "";
		position: absolute;
		right: -3px;
		top: 0;
		width: 73.3333%;
		z-index: -1;
	}
}
@media screen and (max-width: 640px) {
	#wrapper {
		background-image: none;
	}
	#contents {
		background-image: none;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow:none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#layoutbox{
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		overflow: hidden;
		padding-bottom: 50px;
	}
	#layoutbox:before {
		background: none;
		border-right: none;
		bottom: auto;
		margin-right: 0;
		position: static;
		right: auto;
		top: auto;
		width: auto;
	}
	#layoutbox:after {
		background-color: transparent;
		border-left: none;
		bottom: auto;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		position: static;
		right: auto;
		top: auto;
		width: auto;
		z-index: auto;
	}
	#siteNavi {
		padding: 0;
	}
}
/* ページ上部へ戻る
==================================================
*/
#pagetop {
	bottom: 13px;
	clear: both;
	position: absolute;
	right: 15px;
	z-index: 5;
}
#pagetop a {
	background-image: url(img/pagetop_button.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 78px;
}
@media screen and (max-width: 899px) {
	#pagetop {
		bottom: 8px;
	}
	#pagetop a {
		background-image: none;
		color: #cccccc;
		font-size: 13px;
		height: auto;
		letter-spacing: 0.05em;
		overflow: visible;
		position: relative;
		text-indent: 0;
		white-space: normal;
		width: auto;
	}
	#pagetop a:before {
		border-bottom: 8px solid #c4a368;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-top: 0 solid transparent;
		content: "";
		display: block;
		left: -12px;
		margin-top: -5px;
		position: absolute;
		top: 50%;
	}
}
@media screen and (max-width: 640px) {
	#pagetop a {
		font-size: 14px;
	}
}
/* 検索ボックス
==================================================
*/
#searchbox {
	position: relative;
}
#searchbox form {
	background-image: url(img/search_input.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	height: 26px;
	left: 50%;
	margin-left: 220px;
	position: absolute;
	text-align: left;
	top: -50px;
	width: 230px;
	z-index: 1;
}
#searchbox input {
	background-color: transparent;
	background-image: url(img/searchbutton.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	height: 20px;
	left: 203px;
	overflow: hidden;
	position: absolute;
	text-indent: 200%;
	top: 3px;
	white-space: nowrap;
	width: 24px;
	-webkit-appearance: none;
}
#searchbox .skwd {
	background-image: none;
	color: #fff;
	cursor: auto;
	height: 20px;
	left: 3px;
	line-height: 20px;
	text-indent: 0;
	width: 198px;
}
@media screen and (max-width: 899px) {
	#searchbox form {
		background: none repeat scroll 0 0 #000;
		border: 1px solid #383838;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 28px;
		left: auto;
		margin-left: 0;
		right: 10px;
		top: -49px;
		width: 25.5555555556%;
	}
	#searchbox input {
		background: url(img/searchbutton_2.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#854545), color-stop(50%,#501f1c), color-stop(50%,#391113), color-stop(100%,#391113));
		background: url(img/searchbutton_2.png), linear-gradient(to bottom, #854545 0%,#501f1c 50%,#391113 50%,#391113 100%);
		background-position: center center, 0 0;
		background-repeat: no-repeat;
		border: 1px solid #541f1e;
		height: 20px;
		left: auto;
		line-height: 20px;
		right: 3px;
		width: 12%;
	}
	#searchbox .skwd {
		border: none;
		width: 84%;
	}
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#searchbox input {
		background: url(img/searchbutton_2@2x.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#854545), color-stop(50%,#501f1c), color-stop(50%,#391113), color-stop(100%,#391113));
		background: url(img/searchbutton_2@2x.png), linear-gradient(to bottom, #854545 0%,#501f1c 50%,#391113 50%,#391113 100%);
	}
}
@media screen and (max-width: 640px) {
	#searchbox form {
		background: none repeat scroll 0 0 transparent;
		border: medium none;
		height: 36px;
		margin-bottom: 10px;
		position: static;
		right: auto;
		top: auto;
		width: 100%;
	}
	#searchbox input {
		background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#854545), color-stop(50%,#501f1c), color-stop(50%,#391113), color-stop(100%,#391113));
		background: none, linear-gradient(to bottom, #854545 0%,#501f1c 50%,#391113 50%,#391113 100%);
		color: #bfbfbf;
		font-size: 13px;
		height: 36px;
		line-height: 36px;
		right: 0;
		text-indent: 0;
		top: 0;
		white-space: normal;
		width: 20%;
	}
	#searchbox .skwd {
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5) inset;
		box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5) inset;
		color: #000000;
		font-size: 14px;
		height: 36px;
		line-height: 36px;
		padding: 0 5px;
		width: 79%;
	}
}
/* 回り込み・回り込み解除
==================================================
*/
.txt-img {
}
.txt-img img{
	margin: 0 8px 8px 8px;
}
.center {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.float-l { float: left;}
.float-r { float: right;}
.float-l img,
.float-r img {
	margin-bottom: 20px;
}
.float-l img { 
	margin-right: 20px;
}
.float-r img {
	margin-left: 20px;
}
.clear, .FloatEnd {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
}
/* (スマホ用)画像の中央揃え処理 */
@media screen and (max-width: 640px) {
	.txt-img{
		padding: 0 10px;
		text-align: center !important;
	}
	.txt-img,.txt-img img{
		float:none !important;
	}
	.float-l p,.float-l{
		text-align:center;
		float:none;
	}
}
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top .inner {
	background-color: #000000;
	background-image: url(img/top_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#top h1 {
	background-image: url(img/h1_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 3px 0;
}
#top h1 span {
	color: #bebebe;
	display: block;
	font-size: 12px;
	left: 50%;
	line-height: 1.8;
	min-height: 24px;  
	height: auto !important;  
	height: 24px;
	margin-left: -450px;
	position: relative;
	width: 600px;
}
#top h2 span {
	display: block;
	left: 50%;
	margin-left: -450px;
	padding: 20px 0;
	position: relative;
	width: 600px;
}
#top h2 a {
	color: #fefefe;
	font-size: 18px;
	line-height: 1.4;
	text-decoration: none;
}
#top h2 a img {
	vertical-align: middle;
}
@media screen and (max-width: 899px) {
	#top .inner {
		background-image: none;
		position: relative;
	}
	#top .inner:before {
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#391113), color-stop(50%,#854545), color-stop(100%,#391113));
		background: linear-gradient(to right, #391113 0%,#854545 50%,#391113 100%);
		bottom: 0;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		right: 0;
	}
	#top h1,
	#top h2 {
		background-image: none;
		padding-left: 10px;
		padding-right: 10px;
	}
	#top h1 span,
	#top h2 span {
		left: auto;
		margin-left: 0;
		width: 66.6666666667%;
	}
	#top h2 span {
		padding: 15px 0;
	}
}
@media screen and (max-width: 640px) {
	#top h2 {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373737), color-stop(100%,#000000));
		background: linear-gradient(to bottom, #373737 0%,#000000 100%);
		padding-right: 60px;
	}
	#top h1 span,
	#top h2 span {
		width: auto;
	}
}
/* ヘッダー
==================================================
*/
#headerbox {
	padding-bottom: 20px;
	text-align: center;
}
#header {
	background-color: #000000;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 900px;
}
#header img {
	left: 0;
	position: absolute;
	top: 0;
}
#header #headertxt {
	left: 60px;
	position: absolute;
	top: 100px;
	width: 60%;
	left:320px;
}
#header .title a,
#header .desc {
	color: #ffffff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
#header .title a {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	word-wrap: break-word;
}
#header .desc {
	font-size: 14px;
	line-height: 1.6;
	padding-top: 20px;
	word-wrap: break-word;
}
@media screen and (max-width: 899px) {
	#headerbox {
		padding: 0 10px 15px;
	}
	#headerbox #header {
		height: auto !important;
		margin: 0;
		width: auto;
	}
	#header img {
		position: static;
	}
	#header #headertxt {
		left: 40px;
		top: 70px;
		left:320px;
				
	}
	#header .title a {
		font-size: 30px;
	}
}
@media screen and (max-width: 640px) {
	#headerbox {
		padding: 0;
	}
	#header #headertxt {
		background-color: #000000;
		left: auto;
		overflow: hidden;
		padding: 20px 10px;
		position: relative;
		top: auto;
		width: auto;
	}
	#header #headertxt:before {
		-webkit-border-radius: 500px / 10px;
		border-radius: 500px / 10px;
		bottom: 100%;
		-webkit-box-shadow: 0 0 50px 15px rgba(100, 100, 100, 0.8);
		box-shadow: 0 0 50px 15px rgba(100, 100, 100, 0.8);
		content: "";
		left: 20px;
		position: absolute;
		right: 20px;
		top: -20px;
	}
	#header .title {
		text-align: center;
	}
	#header .title a {
		font-size: 22px;
	}
	#header .desc {
		font-size: 14px;
	}
}

/* トップメニュー
==================================================
*/
#topmenubtn {
	display: none;
}
#topmenubox {
	text-align: center;
}
#topmenu {
	padding-bottom: 20px;
	text-align: center;
}
#topmenu ul {
	background-image: url(img/topmenu_li.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 900px;
	*margin: 0;
}
#topmenu li {
	background-image: url(img/topmenu_li.gif);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	padding: 2px 0;
	text-align: center;
	width: 180px;
}
#topmenu li a {
	color: #bebebe;
	display: block;
	font-size: 14px;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
}
#topmenu li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 899px) {
	#topmenu {
		padding: 0 10px 15px;
	}
	#topmenu ul {
		background: none repeat scroll 0 0 transparent;
		display: table;
		margin: 0;
		table-layout: fixed;
		width: 100%;
	}
	#topmenu li {
		background: none repeat scroll 0 0 transparent;
		display: table-cell;
		float: none;
		width: auto;
	}
	#topmenu li:before {
		border: none;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
	#topmenu li a {
		position: relative;
	}
	#topmenu li a:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1c1c), color-stop(50%,#565656), color-stop(100%,#1c1c1c));
		background: linear-gradient(to bottom, #1c1c1c 0%,#565656 50%,#1c1c1c 100%);
		height: 30px;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1px;
	}
	#topmenu li:first-child a:after {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1c1c), color-stop(50%,#565656), color-stop(100%,#1c1c1c));
		background: linear-gradient(to bottom, #1c1c1c 0%,#565656 50%,#1c1c1c 100%);
		height: 30px;
		content: "";
		left: 0;
		position: absolute;
		top: 0;
		width: 1px;
	}
}
@media screen and (max-width: 640px) {
	#topmenubtn {
		position: relative;
	}
	#topmenubtn:before,
	#topmenubtn:after {
		content: "";
		position: absolute;
		right: 12px;
		width: 23px;
	}
	#topmenubtn:before {
		border-bottom: 3px solid #ffffff;
		border-top: 3px solid #ffffff;
		bottom: 22px;
		height: 4px;
	}
	#topmenubtn:after {
		border-top: 3px solid #ffffff;
		bottom: 36px;
		height: 0;
	}
	#topmenubtn span {
		bottom: 10px;
		cursor: pointer;
		display: block;
		height: 40px;
		overflow: hidden;
		position: absolute;
		right: 10px;
		text-indent: 200%;
		white-space: nowrap;
		width: 40px;
	}
	#topmenubtn span:before,
	#topmenubtn span:after {
		bottom: 12px;
		content: "";
		height: 4px;
		position: absolute;
		right: 27px;
		width: 3px;
	}
	#topmenubtn span:before {
		border-bottom: 3px solid #ffffff;
		border-top: 3px solid #ffffff;
		bottom: 12px;
		height: 4px;
	}
	#topmenubtn span:after {
		border-top: 3px solid #ffffff;
		bottom: 26px;
		height: 0;
	}
	.topmenubtnOn {
		display: block !important;
	}
	#topmenubox {
		background-color: #000000;
		display: none;
		overflow: hidden;
		padding: 10px 10px 0 10px;
	}
	.menuon {
		display: block !important;
	}
	#topmenu {
		padding: 0 0 10px 0;
	}
	#topmenu ul {
		display: block;
	}
	#topmenu li {
		border-bottom: 1px dotted #343434;
		display: block;
		padding: 0;
	}
	#topmenu li:last-child {
		border-bottom: none;
	}
	#topmenu li a {
		padding: 8px 30px 8px 10px;
		text-align: left;
	}
	#topmenu li a:before {
		background: none;
		border-bottom: 2px solid #737373;
		border-right: 2px solid #737373;
		height: 6px;
		margin-top: -4px;
		right: 10px;
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 6px;
	}
	#topmenu li:first-child a:after {
		background: none;
		height: auto;
		content: "";
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}
}

/* トップサブメニュー
==================================================
*/
#topsubmenu {
	font-size: 0;
	left: 50%;
	letter-spacing: -.40em;
	line-height: 0;
	margin-left: 224px;
	position: absolute;
	text-align: right;
	top: 6px;
	width: 226px;
	z-index: 2;
}
#topsubmenu span {
	display: inline-block;
	letter-spacing: normal;
	line-height: normal;
	margin-left: 5px;
	*display: inline;
	*zoom: 1;
}
#topsubmenu span a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}
#topsubmenu span#rssbtn a {
	background-image: url(img/rss_button.png);
	width: 70px;
}
#topsubmenu span#sitemapbtn a {
	background-image: url(img/sitemap_button.png);
	width: 90px;
}
@media screen and (max-width: 899px) {
	#topsubmenu {
		left: auto;
		margin-left: 0;
		right: 10px;
		width: auto;
	}
	#topsubmenu span {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#854545), color-stop(50%,#501f1c), color-stop(50%,#391113), color-stop(100%,#391113));
		background: linear-gradient(to bottom, #854545 0%,#501f1c 50%,#391113 50%,#391113 100%);
		border: 1px solid #541f1e;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#topsubmenu span a {
		color: #bebebe;
		font-size: 10px;
		letter-spacing: 0.05em;
		line-height: 18px;
		overflow: hidden;
		padding: 0 10px 0 20px;
		position: relative;
		text-decoration: none;
		text-indent: 0;
		white-space: normal;
	}
	#topsubmenu span a:before {
		border-bottom: 3px solid transparent;
		border-left: 3px solid #b2b2b2;
		border-right: 0 solid transparent;
		border-top: 2px solid transparent;
		content: "";
		display: block;
		left: 10px;
		position: absolute;
		top: 6px;
	}
	#topsubmenu span#rssbtn a,
	#topsubmenu span#sitemapbtn a {
		background-image: none;
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	#topsubmenu {
		overflow: hidden;
		position: static;
		text-align: left;
		right: auto;
		top: auto;
	}
	#topsubmenu span {
		background: #2b2b2b;
		border: none;
		float: left;
		margin: 0 0 10px 0;
		width: 49%;
	}
	#topsubmenu span:nth-child(2n) {
		float: right;
	}
	#topsubmenu span a {
		font-size: 13px;
		line-height: normal;
		padding: 12px 25px 12px 10px;
	}
	#topsubmenu span a:before {
		border-bottom: 2px solid #737373;
		border-left: none;
		border-right: 2px solid #737373;
		border-top: none;
		height: 6px;
		margin-top: -4px;
		left: auto;
		right: 10px;
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 6px;
	}
}

/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
	background-color: #1e1e1e;
	border-top: 1px solid #3b3b3b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	margin: 0 -2px -2px 0;
	position: relative;
	top: -2px;
	width: 660px;
}
#main .inner {
	background-color: #1c1c1c;
	background-image: url(img/main_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #191919;
	margin: 0 1px;
	overflow: hidden;
	padding: 8px 8px 60px;
	position: relative;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	background-color: #262626;
	border: 1px solid #343434;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 14px;
	position: relative;
}
@media screen and (max-width: 899px) {
	#main {
		width: 73.3333333333%;
	}
	#main .inner {
		background-image: none;
		padding: 8px 8px 40px;
	}
	#main .inner:before {
		background-color: #252525;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
		margin-bottom: 10px;
		padding: 9px;
	}
}
@media screen and (max-width: 640px) {
	#main {
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
		float: none;
		margin: 0 0 10px 0;
		position: static;
		width: 100%;
	}
	#main .inner {
		border-left: none;
		border-right: none;
		margin: 0;
		padding: 10px;
	}
}

/* 見出し
==================================================
*/
h2, h3, h4, h5, h6 {
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
#main h2, #main h3 {
	background-color: #090909;
	background-image: url(img/h3_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	padding-left: 1px;
	position: relative;
}
#main h2 span, #main h3 span {
	border-top: 1px solid #323232;
	background-image: url(img/h3.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 12px 15px 12px 20px;
	*zoom: 1;
}
#main .text h3, #text1 h3, #text2 h3, #text3 h3, #text4 h3, #text5 h3, #text6 h3, #text7 h3, #text8 h3, #text9 h3, #text10 h3, #space1 h3, #space2 h3 {
	margin-bottom: 30px;
	top: 20px;
}
#main h4 {
	background-image: url(img/h4.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	position: relative;
	top: 20px;
	width: 100%;
}
#main h4 span {
	display: block;
	font-size: 16px;
	padding: 8px 0;
}
#main h5 {
	background-image: url(img/h5.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 1.5;
	margin: 20px auto 10px;
	padding-left: 16px;
}
#main h6 {
	background-image: url(img/h6.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	margin: 5px auto;
	padding-left: 15px;
}
#main .atn02 {
	background-color: #1c1c1c;
	background-image: url(img/atn_02.gif);
	background-position: 20px 25px;
	background-repeat: no-repeat;
	margin: 20px 0 10px;
	padding: 18px 10px 18px 45px;
	position: relative;
}
#main .atn02 span {
	border-bottom: 3px double #4c4328;
	color: #ac9043;
	font-weight: bold;
	line-height: 2;
}
@media screen and (max-width: 899px) {
	#main h2, #main h3 {
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#090909), color-stop(15%,#262626), color-stop(100%,#090909));
		background: linear-gradient(to right, #090909 0%,#262626 15%,#090909 100%);
	}
	#main h2 span, #main h3 span {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	#main h2 span:before, #main h3 span:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2c2c2), color-stop(86%,#4a1111), color-stop(100%,#f2c2c2));
		background: linear-gradient(to bottom, #f2c2c2 0%,#4a1111 86%,#f2c2c2 100%);
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		top: 0;
		width: 7px;
	}
	#main h4 {
		background: none repeat scroll 0 0 transparent;
	}
	#main h4:before {
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(102,102,102,1)), color-stop(60%,rgba(102,102,102,1)), color-stop(100%,rgba(102,102,102,0)));
		background: linear-gradient(to right, rgba(102,102,102,1) 0%,rgba(102,102,102,1) 60%,rgba(102,102,102,0) 100%); 
		bottom: 0;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		right: 0;
	}
	#main h5 {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	#main h5:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c8c8c), color-stop(14%,#373737), color-stop(100%,#8c8c8c));
		background: linear-gradient(to bottom, #8c8c8c 0%,#373737 14%,#8c8c8c 100%); 
		content: "";
		height: 19px;
		left: 0;
		position: absolute;
		top: 1px;
		width: 8px;
	}
	#main h5:after {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2c2c2), color-stop(100%,#4a1111));
		background: linear-gradient(to bottom, #f2c2c2 0%,#4a1111 100%);
		border: 1px solid #000000;
		content: "";
		height: 15px;
		left: 1px;
		position: absolute;
		top: 2px;
		width: 4px;
	}
	#main h6 {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	#main h6:before,
	#main h6:after {
		border-bottom: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		content: "";
		height: 6px;
		left: -2px;
		position: absolute;
		top: 9px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 6px;
	}
	#main h6:after {
		left: 2px;
	}
	#main .atn02 {
		background-image: none;
	}
	#main .atn02:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b49c39), color-stop(100%,#81620f));
		background: linear-gradient(to bottom, #b49c39 0%,#81620f 100%);
		content: "";
		height: 12px;
		left: 20px;
		position: absolute;
		top: 25px;
		width: 12px;
	}
	#main .atn02:after {
		border-bottom: 3px solid transparent;
		border-left: 3px solid #140100;
		border-right: 0 solid transparent;
		border-top: 2px solid transparent;
		content: "";
		display: block;
		left: 25px;
		position: absolute;
		top: 29px;
	}
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu img{
	max-width:100%;
	height:auto;
}
#menu {
	float: left;
	line-height: 1.8;
	width: 238px;
}
#menu .inner {
	border-top: 1px solid #252525;
	padding: 7px 10px 8px 8px;
	overflow: hidden;
	position: relative;
}
#menu .rankbox {
	border-bottom: 1px dotted #343434;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#menu .rankbox img {
	width: 185px;
}
.menubox {
	margin-bottom: 20px;
	overflow: hidden;
}
.menubox ul,
.menulist ul {
	overflow: hidden;
}
.menubox ul {
	padding: 0;
}
.menulist {
	border-bottom: 1px solid #303030;
}
.menulist ul {
	background-image: url(img/menulist_li_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	border-top: 1px solid #111111;
}
.menulist li {
	background-image: none;
	border-bottom: 1px solid #111111;
	border-top: 1px solid #303030;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	*zoom: 1;
}
.menulist .l2,
.menulist .l3 {
	background-color: #171717;
	border-top: none;
}
.menulist li a {
	background-image: url(img/menu_bg.png);
	background-position: 0 14px;
	background-repeat: no-repeat;
	color: #cccccc;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
	*zoom: 1;
}
.menulist li a:hover {
	background-color: #1c1c1c;
	color: #c4a368;
	text-decoration: underline;
}
.menulist .l2 a,
.menulist .l3 a {
	background-image: url(img/menu_bg2.png);
	background-position: 25px 14px;
	font-weight: normal;
	padding-left: 40px;
}
.menulist .l3 a {
	background-position: 45px 14px;
	padding-left: 60px;
}
#menu h4, #rmenu h4, #menu .title, #rmenu .title {
	background-color: #141414;
	background-image: url(img/menu_title_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	border-top: 1px solid #393939;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
	overflow: hidden;
	padding: 1px;
	position: relative;
	text-shadow: none;
}
#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
	background-image: url(img/menu_h4.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #bfbfbf;
	display: block;
	font-size: 16px;
	line-height: 1.4;
	padding: 10px 14px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 899px) {
	#menu {
		width: 26.4444444444%;
	}
	#menu .inner {
		padding: 5px;
	}
	#menu .rankbox img {
		width: auto;
	}
	.menulist li:before {
		border: none;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
	.menulist li a,
	.menulist .l2 a,
	.menulist .l3 a {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	.menulist li a:before {
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f2c2c2), color-stop(86%,#4a1111), color-stop(100%,#f2c2c2));
		background: linear-gradient(135deg, #f2c2c2 0%,#4a1111 86%,#f2c2c2 100%);
		content: "";
		height: 10px;
		left: -6px;
		position: absolute;
		top: 14px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 10px;
	}
	.menulist .l2 a:before,
	.menulist .l3 a:before {
		background: none repeat scroll 0 0 transparent;
		border-bottom: 1px solid #5e5e5e;
		border-left: 1px solid #5e5e5e;
		content: "";
		height: 5px;
		left: 25px;
		position: absolute;
		-webkit-transform: none;
		transform: none;
		width: 5px;
	}
	.menulist .l3 a:before {
		left: 45px;
	}
	#menu h4, #rmenu h4, #menu .title, #rmenu .title {
		background-image: none, -webkit-gradient(linear, left top, right top, color-stop(0%,#222222), color-stop(100%,#141414)); 
		background-image: none, linear-gradient(to right, #222222 0%,#141414 100%);
		background-position: left top;
		background-repeat: repeat-y, no-repeat;
	}
	#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
		background: none repeat scroll 0 0 transparent;
		overflow: hidden;
		position: relative;
	}
	#menu h4 span:before, #rmenu h4 span:before, #menu .title span:before, #rmenu .title span:before {
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0)));
		background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
		content: "";
		height: 50px;
		left: -12px;
		position: absolute;
		top: -38px;
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
		width: 100px;
	}
}
@media screen and (max-width: 640px) {
	#menu {
		float: none;
		width: 100%;
	}
	#menu .inner {
		border-top: none;
		padding: 0;
	}
	.menubox {
		margin-bottom: 0;
	}
	.menulist {
		border-bottom: none;
	}
	.menulist ul {
		background-image: none;
		border-bottom: 1px solid #1c1c1c;
		border-left: none;
		border-right: none;
		border-top: none;
	}
	.menulist li {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#252525));
		background: linear-gradient(to bottom, #333333 0%,#252525 100%);
		border-bottom: 1px solid #313131;
		border-top: 1px solid #1c1c1c;
	}
	.menulist .l2,
	.menulist .l3 {
		display: none;
	}
	.menulist li a {
		color: #ffffff;
		padding: 15px 30px 15px 10px;
	}
	.menulist li a:before {
		background: none;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
		width: auto;
	}
	.menulist li a:after {
		border-bottom: 4px solid transparent;
		border-left: 4px solid #cccccc;
		border-right: 0 solid transparent;
		border-top: 3px solid transparent;
		content: "";
		display: block;
		margin-top: -3px;
		position: absolute;
		right: 12px;
		top: 50%;
	}
	#menu h4, #rmenu h4, #menu .title, #rmenu .title {
		margin-bottom: 0;
		z-index: 1;
	}
	#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
		padding: 12px 10px;
	}
	#menu h4 span:before, #rmenu h4 span:before, #menu .title span:before, #rmenu .title span:before {
		width: 140px;
	}
}
/* バナー領域
==================================================
*/
.bannerbox {
	margin-bottom: 10px;
	overflow: hidden;
}
.bannerbox ul {
	padding: 0;
}
.bannerbox li {
	background: none repeat scroll 0 0 transparent;
	margin-bottom: 10px;
	padding: 0;
}
.bannerbox li a img {
	vertical-align: bottom; 
}
@media screen and (max-width: 899px) {
	.bannerbox li:before {
		border: none;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
	.bannerbox li:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	.bannerbox li {
		text-align: center;
	}
}
/* 最新記事・アーカイブ
==================================================
*/
#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	overflow: hidden;
}
ul#newEntry li, ul#entryarchive li {
	background-image: none;
	border-bottom: 1px solid #303030;
	border-top: 1px solid #111111;
	font-size: 12px;
	line-height: 1.4;
	padding: 12px;
}
@media screen and (max-width: 899px) {
	ul#newEntry li:before, ul#entryarchive li:before {
		border: none;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
}
@media screen and (max-width: 640px) {
	#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
		border-left: none;
		border-right: none;
	}
	ul#newEntry li, ul#entryarchive li {
		background-color: #262626;
		padding: 15px 10px;
	}
	ul#newEntry li:first-child, ul#entryarchive li:first-child {
		border-top: none;
	}
}
/*
==================================================
フッター
==================================================
*/
#footer {
	background-color: #000000;
	background-image: url(img/footer_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	color: #999999;
	font-size: 12px;
	line-height: 1.8;
	overflow: hidden;
	text-align: center;
}
#footer .inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 20px 0;
	position: relative;
	text-align: center;
	word-wrap: break-word;
	width: 900px;
}
#footer a {
	color: #bfbfbf;
}
#footer p {
	float: right;
	overflow: hidden;
	position: relative;
	text-align: right;
	width: 50%;
	word-wrap: break-word;
}
#footlinkbox {
	padding-bottom: 40px;
	text-align: center;
}
#footermenu {
	display: inline-block;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	overflow: hidden;
	text-align: center;
	*display: inline;
	*zoom: 1;
}
#footermenu span {
	border-left: 1px solid #4d4d4d;
	display: inline-block;
	margin-bottom: 5px;
	margin-left: -1px;
	*display: inline;
	*zoom: 1;
}
#footermenu a {
	font-size: 12px;
	letter-spacing: normal;
	line-height: 1.4;
	padding: 0 25px;
	text-decoration: none;
}
#footermenu a:hover {
	text-decoration: underline;
}
#footer p#footsub {
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	float: left;
	text-align: left;
}
#footer p#footsub span {
	display: inline-block;
	letter-spacing: normal;
	line-height: 1.4;
	padding-right: 20px;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}
#footer p#footsub a {
	font-size: 12px;
}
@media screen and (max-width: 899px) {
	#footer {
		background-image: none;
		position: relative;
	}
	#footer:before {
		-webkit-border-radius: 500px / 10px;
		border-radius: 500px / 10px;
		bottom: 100%;
		-webkit-box-shadow: 0 0 50px 15px rgba(100, 100, 100, 0.8);
		box-shadow: 0 0 50px 15px rgba(100, 100, 100, 0.8);
		content: "";
		left: 20px;
		position: absolute;
		right: 20px;
		top: -20px;
	}
	#footer:after {
		background-color: #000000;
		content: "";
		height: 3px;
		left: 0;
		position: absolute;
		right: 0;
		top: 1px;
	}
	#footer .inner {
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
	}
	#footlinkbox {
		padding-bottom: 20px;
	}
	#footermenu span {
		margin-left: 0;
	}
	#footermenu span:first-child {
		border-left: none;
	}
	#footermenu a {
		padding: 0 15px;
	}
}
@media screen and (max-width: 640px) {
	#footlinkbox {
		padding-bottom: 10px;
	}
	#footermenu {
		display: block;
		text-align: left;
	}
	#footermenu span {
		border-bottom: 1px dotted #343434;
		border-left: none;
		display: block;
		margin-bottom: 0;
	}
	#footermenu span:last-child {
		border-bottom: none;
	}
	#footermenu a {
		display: block;
		font-size: 14px;
		line-height: 1.8;
		padding: 8px 30px 8px 10px;
		position: relative;
	}
	#footermenu a:before {
		border-bottom: 2px solid #737373;
		border-right: 2px solid #737373;
		content: "";
		height: 6px;
		margin-top: -4px;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 6px;
	}
	#footer p {
		float: none;
		font-size: 10px;
		text-align: left;
		width: 100%;
	}
	#footer p#footsub {
		float: none;
		margin-bottom: 10px;
		overflow: hidden;
	}
	#footer p#footsub span {
		background-color: #2B2B2B;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		float: left;
		margin: 0 0 10px;
		padding: 0;
		width: 49%;
	}
	#footer p#footsub span:nth-child(2n)  {
		float: right;
	}
	#footer p#footsub a {
		display: block;
		font-size: 13px;
		padding: 12px 25px 12px 10px;
		position: relative;
		text-decoration: none;
	}
	#footer p#footsub a:before {
		border-bottom: 2px solid #737373;
		border-right: 2px solid #737373;
		content: "";
		height: 6px;
		margin-top: -4px;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 6px;
	}
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew {
	overflow: hidden;
}
#whatsnew .title {
	background-color: #262626;
	background-image: url(img/whatsnew_title_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #343434;
	position: relative;
	z-index: 1;
}
#whatsnew .title span {
	color: #cdcdcd;
	display: block;
	font-size: 16px;
	line-height: 1.6;
	padding: 6px 15px;
	position: relative;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#whatsnew ul {
	border-bottom: 1px solid #000000;
	margin-top: -1px;
	overflow: hidden;
	padding: 0;
}
#whatsnew ul li {
	background-image: none;
	border-bottom: 1px solid #343434;
	border-top: 1px solid #000000;
	font-size: 12px;
	line-height: 1.6;
	padding: 12px 15px;
	*zoom: 1;
}
#whatsnew ul li span {
	padding-right: 15px;
}
@media screen and (max-width: 899px) {
	#whatsnew .title {
		background-image: none;
	}
	#whatsnew .title:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4b4b), color-stop(50%,#343333), color-stop(50%,#262626), color-stop(100%,#262626));
		background: linear-gradient(to bottom, #4c4b4b 0%,#343333 50%,#262626 50%,#262626 100%);
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#whatsnew ul {
		margin-top: 0;
	}
	#whatsnew ul li:first-child {
		border-top: none;
	}
	#whatsnew ul li:before {
		border: none;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
}
@media screen and (max-width: 640px) {
	#whatsnew {
		margin: 0 -10px;
	}
	#whatsnew .title {
		border-left: none;
		border-right: none;
	}
	#whatsnew .title span {
		padding: 10px;
	}
	#whatsnew ul li {
		padding: 12px 10px;
	}
	#whatsnew ul li span {
		display: block;
		padding-right: 0;
	}
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
	background-color: #262626;
	border: 1px solid #343434;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 9px;
	position: relative;
}
#categorylist .catbox {
	background-color: #000000;
	background-image: url(img/catbox_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #343434;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#categorylist .body {
	border: 2px solid #000000;
	overflow: hidden;
	padding: 18px;
	_height: 1%;
}
#categorylist .title {
	border-bottom: 1px solid #343434;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#categorylist .title a {
	color: #bfbfbf;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
#categorylist .title a:hover {
	text-decoration: underline;
}
#categorylist .thumb {
	float: left;
	padding: 0 20px 10px 0;
}
#categorylist .thumb img {
	vertical-align: bottom;
}
#categorylist p {
	font-size: 13px;
	line-height: 1.6;
	overflow: hidden;
}
#categorylist .more {
	float: right;
	margin-top: 10px;
	_height: 1%;
}
#categorylist .more a {
	background-image: url(img/button_more2.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 100px;
}
#pagelist {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
#pagelist ul {
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	padding: 0;
}
#pagelist li {
	background: none repeat scroll 0 0 transparent;
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	line-height: normal;
	margin: 0 5px 5px;
	padding: 0;
	*display: inline;
	*zoom: 1;
}
#pagelist a {
	background-color: #1c1c1c;
	border: 1px solid #343434;
	color: #cccccc;
	display: inline-block;
	padding: 6px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	*display: inline;
	*zoom: 1;
}
#pagelist a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 899px) {
	#categorylist {
		margin-bottom: 10px;
		padding: 4px;
	}	
	#categorylist .catbox {
		background-image: none;
		margin-bottom: 5px;
		z-index: 0;
	}
	#categorylist .catbox:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#000000)); 
		background: linear-gradient(to bottom, #1e1e1e 0%,#000000 100%);
		content: "";
		height: 120px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#categorylist .body {
		padding: 13px;
	}
	#categorylist .title {
		margin-bottom: 15px;
	}
	#categorylist .thumb {
		padding: 0 10px 5px 0;
	}
	#categorylist .more a {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7a7a7), color-stop(50%,#7b7b7b), color-stop(50%,#6a6a6a), color-stop(100%,#787878));
		background: linear-gradient(to bottom, #a7a7a7 0%,#7b7b7b 50%,#6a6a6a 50%,#787878 100%);
		border-top: 1px solid #e6e6e6;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		color: #030303;
		font-size: 13px;
		font-style: italic;
		height: auto;
		letter-spacing: 0.05em;
		padding: 2px 15px 2px 20px;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-indent: 0;
		white-space: normal;
		width: auto;
	}
	#categorylist .more a:before {
		border-bottom: 3px solid transparent;
		border-left: 3px solid #030303;
		border-right: 0 solid transparent;
		border-top: 2px solid transparent;
		content: "";
		display: block;
		left: 10px;
		margin-top: -3px;
		position: absolute;
		top: 50%;
	}
	#pagelist li:before {
		border: none;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
	#pagelist a {
		padding: 8px 14px;
	}
}
@media screen and (max-width: 640px) {
	#categorylist {
		padding: 0;
	}
	#categorylist .catbox {
		border-left: none;
		border-right: none;
		border-top: none;
		margin-bottom: 0;
	}
	#categorylist .catbox:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#262626), color-stop(100%,#0d0d0d)); 
		background: linear-gradient(to bottom, #262626 0%,#0d0d0d 100%);
		bottom: 0;
		height: auto;
	}
	#categorylist .body {
		border: none;
	}
	#categorylist .thumb img {
		max-width: 100px;
	}
	#categorylist .more {
		clear: both;
		float: none;
	}
	#categorylist .more a {
		padding: 8px 10px;
		font-style: normal;
	}
	#categorylist .more a:before {
		border: none;
		content: "";
		left: auto;
		margin-top: 0;
		position: static;
		top: auto;
	}
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist h4 {
	background-color: #262626;
	background-image: url(img/entry_title_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	margin: 0;
	padding: 10px 15px;
	top: 0;
	width: auto;
}
#entrylist h4 span {
	color: #cdcdcd;
	display: inline;
	padding: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#entrylist dl {
	border-bottom: 1px dotted #343434;
	overflow: hidden;
	position: relative;
	*height: 1%;
}
#entrylist dt {
	border-top: 1px dotted #343434;
	line-height: 0;
	margin-top: -1px;
	padding: 12px 10px;
	position: relative;
	*height: 1%;
}
#entrylist dt a {
	background-image: url(img/entry_li.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	padding-left: 10px;
	*display: inline;
	*zoom:1;
}
#entrylist dd {
	font-size: 12px;
	line-height: 1.4;
	margin-top: -5px;
	padding: 0 10px 12px 18px;
}
#relNavigate {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
#relNavigate a {
	font-size: 14px;
	font-weight: 700;
	margin-left: 5px;
	margin-right: 5px;
}
@media screen and (max-width: 899px) {
	#entrylist h4:before {
		background: none;
		bottom: auto;
		content: "";
		height: auto;
		left: auto;
		position: static;
		right: auto;
	}
	#entrylist dt {
		margin-top: 0;
	}
	#entrylist dt:first-child {
		border-top: none;
	}
	#entrylist dt a {
		background-image: none;
		position: relative;
	}
	#entrylist dt a:after {
		border-bottom: 2px solid #a28859;
		border-right: 2px solid #a28859;
		content: "";
		height: 5px;
		left: -3px;
		position: absolute;
		top: 7px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 5px;
	}
	#relNavigate {
		font-size: 0;
		letter-spacing: -.40em;
		line-height: 0;
		margin-bottom: 10px;
	}
	#relNavigate a {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4b4b), color-stop(50%,#343333), color-stop(50%,#262626), color-stop(100%,#262626));
		background: linear-gradient(to bottom, #4c4b4b 0%,#343333 50%,#262626 50%,#262626 100%);
		border: 1px solid #343434;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
		display: inline-block;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: normal;
		line-height: normal;
		padding: 10px 15px;
		text-decoration: none;
	}
}
@media screen and (max-width: 640px) {
	#entrylist {
		margin: 0 -10px;
	}
	#entrylist h4 {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(100%,#262626));
		background: linear-gradient(to bottom, #3e3e3e 0%,#262626 100%);
		-webkit-background-size: auto auto;
		background-size: auto auto;
		border-top: 1px solid #5b5b5b;
		padding: 10px;
	}
	#entrylist dd {
		font-size: 11px;
		line-height: 1.8;
	}
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps {
	padding-bottom: 10px;
}
#sitemaps ul {
	margin: 0;
	padding: 0 5px;
}
#sitemaps li {
	background-image: none;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	padding: 0;
}
#sitemaps .l1 {
	margin-top: 10px;
}
#sitemaps .l2 {
	margin-left: 20px;
	margin-top: 5px;
}
#sitemaps .l3 {
	margin-left: 40px;
	margin-top: 5px;
}
#sitemaps li a {
	background-image: url(img/menu_bg.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	display: inline-block;
	letter-spacing: normal;
	line-height: 1.8;
	padding-left: 20px;
	*display: inline;
	*zoom:1;
}
#sitemaps .l1 a {
	font-size: 16px;
	font-weight: 700;
}
#sitemaps .l2 a,
#sitemaps .l3 a  {
	background-image: url(img/menu_bg2.png);
	background-position: 5px 6px;
	font-size: 14px;
}
@media screen and (max-width: 899px) {
	#sitemaps li {
		overflow: hidden;
	}
	#sitemaps li:before {
		border: none;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
	#sitemaps li a,
	#sitemaps .l2 a,
	#sitemaps .l3 a {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	#sitemaps li a:before {
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f2c2c2), color-stop(86%,#4a1111), color-stop(100%,#f2c2c2));
		background: linear-gradient(135deg, #f2c2c2 0%,#4a1111 86%,#f2c2c2 100%);
		content: "";
		height: 10px;
		left: -6px;
		position: absolute;
		top: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 10px;
	}
	#sitemaps .l2 a:before,
	#sitemaps .l3 a:before {
		background: none repeat scroll 0 0 transparent;
		border-bottom: 1px solid #5e5e5e;
		border-left: 1px solid #5e5e5e;
		content: "";
		height: 5px;
		left: 5px;
		position: absolute;
		-webkit-transform: none;
		transform: none;
		width: 5px;
	}
}
@media screen and (max-width: 640px) {
	#sitemaps ul {
		margin: 0 -10px;
		padding: 0;
	}
	#sitemaps li {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#252525));
		background: linear-gradient(to bottom, #333333 0%,#252525 100%);
		border-bottom: 1px solid #313131;
		border-top: 1px solid #1c1c1c;
	}
	#sitemaps li,
	#sitemaps .l1,
	#sitemaps .l2,
	#sitemaps .l3 {
		margin-left: 0;
		margin-top: 0;
	}
	#sitemaps .l2,
	#sitemaps .l3 {
		background: #262626;
	}
	#sitemaps li a {
		color: #ffffff;
		display: block;
		line-height: 1.5;
		padding: 15px 30px 15px 10px;
		text-decoration: none;
	}
	#sitemaps .l2 a,
	#sitemaps .l3 a {
		padding-left: 20px;
	}
	#sitemaps li a:before {
		background: none;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
		width: auto;
	}
	#sitemaps .l2 a:before,
	#sitemaps .l3 a:before {
		border: none;
		height: auto;
		left: auto;
		position: static;
		width: auto;
	}
	#sitemaps li a:after {
		border-bottom: 4px solid transparent;
		border-left: 4px solid #cccccc;
		border-right: 0 solid transparent;
		border-top: 3px solid transparent;
		content: "";
		display: block;
		margin-top: -3px;
		position: absolute;
		right: 12px;
		top: 50%;
	}
}
/*
==================================================
フリースペース
==================================================
*/
#space1, #space2 { margin-bottom: 10px; }
#space3, #space4, #space5, #space6 {
	line-height: 1.4;
	padding: 5px;
}
.grayline{
	border: 1px solid #999;
	margin: 10px 0;
}
#main .grayline{
	padding:10px;
	margin-bottom:15px;
}
#menu .grayline{
	font-size:90%;
	padding:8px;
	margin-bottom:15px;
}
/*
==================================================
ブログモード
==================================================
*/
.blog {
	border-bottom: 1px dotted #343434;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 10px 5px;
}
.blog .thumb {
	float: left;
	margin-right: 15px;
}
.blog .thumb img { width: 125px; }
.blog .title {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.blog .title a { color: #ffffff; }
.blog .info {
	color: #7f7f7f;
	margin-bottom: 10px;
}
.blog .info a { color: #7f7f7f; }
.blog .body {
	line-height: 1.6;
	overflow: hidden;
}
.blog .more {
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
}
@media screen and (max-width: 640px) {
	.blog:last-child {
		margin-bottom: 0;
	}
	.blog .thumb {
		float: none;
		margin: 0 0 15px;
		text-align: center;
	}
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
	overflow: hidden;
	padding: 10px;
}
#searchresult dl {
	margin: -10px;
	padding-top: 10px;
}
#searchresult dt {
	font-size: 15px;
	padding: 5px;
}
#searchresult dd {
	border-bottom: 1px dotted #343434;
	line-height: 1.6;
	margin: 0 0 10px;
	padding: 0 5px 15px;
}
#searchresult b {
	color: #c4a368;
}
@media screen and (max-width: 640px) {
	#searchresult {
		padding: 5px;
	}
	#searchresult dl {
		margin: -5px;
	}
	#searchresult dd {
		font-size: 12px;
		line-height: 1.6;
	}
}
/*
==================================================
リンク集
==================================================
*/
#linklist {
	overflow: hidden;
	padding-top: 10px;
	text-align: left;
}
#linklist dt {
	font-size: 15px;
	padding: 5px;
}
#linklist dd {
	border-bottom: 1px dotted #343434;
	line-height: 1.6;
	margin: 0 0 10px;
	padding: 0 5px 15px;
}
@media screen and (max-width: 640px) {
	#linklist dd {
		font-size: 12px;
		line-height: 1.6;
	}
}
/*
==================================================
ポイント
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 12px 0 10px 84px;
	*zoom: 1;
}
#main .point{
	color:#FFF;
}
#main .point1 { background-image: url(img/point1.png); }
#main .point2 { background-image: url(img/point2.png); }
#main .point3 { background-image: url(img/point3.png); }
#main .point4 { background-image: url(img/point4.png); }
#main .point5 { background-image: url(img/point5.png); }
#main .point6 { background-image: url(img/point6.png); }
#main .point7 { background-image: url(img/point7.png); }
#main .point8 { background-image: url(img/point8.png); }
#main .point9 { background-image: url(img/point9.png); }
#main .point10 { background-image: url(img/point10.png); }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .point1 { background-image: url(img/point1@2x.png); }
	#main .point2 { background-image: url(img/point2@2x.png); }
	#main .point3 { background-image: url(img/point3@2x.png); }
	#main .point4 { background-image: url(img/point4@2x.png); }
	#main .point5 { background-image: url(img/point5@2x.png); }
	#main .point6 { background-image: url(img/point6@2x.png); }
	#main .point7 { background-image: url(img/point7@2x.png); }
	#main .point8 { background-image: url(img/point8@2x.png); }
	#main .point9 { background-image: url(img/point9@2x.png); }
	#main .point10 { background-image: url(img/point10@2x.png); }
	#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
		-webkit-background-size: 76px 48px;
		background-size: 76px 48px;
	}
}
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 { border: none; }
#main .rank1, #main .rank2, #main .rank3, #main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 { border: none; height: auto; }
#main .rank {
	background-color: #f2f2f2;
	background-image: url(img/rank_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	border: 1px solid #e0d6c7;
	margin-bottom: 20px;
	position: relative;
}
#main .rank-container {
	border: 2px solid #b7ab76;
	padding: 20px;
}
#main .rank-inner {
}
#main .rankbox {
	border-top: 1px solid #b7ab76;
	padding-top: 15px;
}
#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
	background-position: left top;
	background-repeat: no-repeat;
	border: medium none;
	color: #ffffff;
	font-size: 28px;
	height: auto;
	line-height: 1.3;
	margin-bottom: 6px;
	margin-top: 6px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	*zoom: 1;
}
#main .rank1,#main .rank2,#main .rank3{
	padding: 14px 0 26px 68px;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
	padding: 8px 0 22px 68px;
}
#main .rank .rank1,#main .rank .rank2,#main .rank .rank3,#main .rank .rank4,#main .rank .rank5,#main .rank .rank6,#main .rank .rank7,#main .rank .rank8,#main .rank .rank9,#main .rank .rank10 {
	margin: 0;
}
#main .rank .rank1 a,#main .rank .rank2 a,#main .rank .rank3 a,#main .rank .rank4 a,#main .rank .rank5 a,#main .rank .rank6 a,#main .rank .rank7 a,#main .rank .rank8 a,#main .rank .rank9 a,#main .rank .rank10 a {
	color: #060606;
	text-decoration: none;
}
#main .rank .rank1 a:hover,#main .rank .rank2 :hover,#main .rank .rank3 a:hover,#main .rank .rank4 a:hover,#main .rank .rank5 a:hover,#main .rank .rank6 a:hover,#main .rank .rank7 a:hover,#main .rank .rank8 a:hover,#main .rank .rank9 a:hover,#main .rank .rank10 a:hover {
	text-decoration: underline;
}
#main .rankbox ul li{
	color:#333;
}
#main .rank1 { background-image: url(img/rank1.png); }
#main .rank2 { background-image: url(img/rank2.png); }
#main .rank3 { background-image: url(img/rank3.png); }
#main .rank4 { background-image: url(img/rank4.png); }
#main .rank5 { background-image: url(img/rank5.png); }
#main .rank6 { background-image: url(img/rank6.png); }
#main .rank7 { background-image: url(img/rank7.png); }
#main .rank8 { background-image: url(img/rank8.png); }
#main .rank9 { background-image: url(img/rank9.png); }
#main .rank10 { background-image: url(img/rank10.png); }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank1 { background-image: url(img/rank1@2x.png); }
	#main .rank2 { background-image: url(img/rank2@2x.png); }
	#main .rank3 { background-image: url(img/rank3@2x.png); }
	#main .rank4 { background-image: url(img/rank4@2x.png); }
	#main .rank5 { background-image: url(img/rank5@2x.png); }
	#main .rank6 { background-image: url(img/rank6@2x.png); }
	#main .rank7 { background-image: url(img/rank7@2x.png); }
	#main .rank8 { background-image: url(img/rank8@2x.png); }
	#main .rank9 { background-image: url(img/rank9@2x.png); }
	#main .rank10 { background-image: url(img/rank10@2x.png); }
	#main .rank1,#main .rank2,#main .rank3 {
		-webkit-background-size: 54px 72px;
		background-size: 54px 72px;
	}
	#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10 {
		-webkit-background-size: 54px 64px;
		background-size: 54px 64px;
	}
}
#main .rankbox .rankbox-inner {
	overflow: hidden;
}
#main .rankbox .feature {
	color: #b0b0b0;
	letter-spacing: -0.3em;
	margin-bottom: 5px;
	overflow: hidden;
	padding-top: 5px;
}
#main .rankbox .feature span {
	color: #393939;
	font-weight: 700;
	letter-spacing: normal;
	padding: 0 10px;
}
#main .rankbox .float-l img, #main .rankbox .float-r img {
	margin: 0 30px 15px 0;
	padding: 0;
	max-width:280px;
	height:auto;
}
#main .rankbox .rankbox-inner p {
	color: #4e4e4e;
	font-size: 12px;
	line-height: 1.6;
	overflow: hidden;
	padding-bottom: 30px;
}
#main .rankbox .rank-table {
	border-collapse: separate;
	border-spacing: 2px;
	clear: both;
	margin: 0;
	width: 100%;
}
#main .rankbox .rank-table th, #main .rankbox .rank-table td {
	padding: 8px 10px;
	text-align: left;
	vertical-align: middle;
}
#main .rankbox .rank-table th {
	background-color: #4f4f4f;
	background-image: url(img/ranktable_th_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	color: #ffffff;
}
#main .rankbox .rank-table td {
	background-color: #ffffff;
	border: 1px solid #e1dbd0;
	color: #2e2e2e;
}
#main .rank .comment {
	background-image: url(img/comment_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	margin-top: 20px;
}
#main .rank .comment .comment-inner {
	padding: 5px;
}
#main .rank .comment .comment-tit {
	background-image: url(img/comment_tit_bg.gif);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	padding: 10px 10px 12px 35px;
}
#main .rank .comment .comment-tit span {
	color: #ac9043;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
#main .rank .comment p {
	background-color: #ffffff;
	color: #362201;
	font-size: 13px;
	line-height: 1.6;
	padding: 10px;
}
#main .rank .more {
	font-size: 0;
	letter-spacing: -.40em;
	padding: 25px 0 10px;
	position: relative;
	text-align: center;
}
#main .rank .more span {
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	margin-right: 20px;
	vertical-align: bottom;
	*display: inline;
	*zoom:1;
}
#main .rank .more span a {
	background-image: url(img/button_more.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 46px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 246px;
}
#main .rank .more span.official {
	margin-right: 0;
}
#main .rank .more span.official a {
	background-image: url(img/button_official.png);
}
@media screen and (max-width: 899px) {
	#main .rank {
		margin-bottom: 10px;
	}
	#main .rank-container {
		padding: 15px;
	}
	#main .rankbox .float-l img, #main .rankbox .float-r img {
		margin: 0 20px 20px 0;
		padding: 0;
	}
	#main .rankbox .rankbox-inner p {
		padding-bottom: 20px;
	}
	#main .rank .comment .comment-tit {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	#main .rank .comment .comment-tit:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b49c39), color-stop(100%,#81620f));
		background: linear-gradient(to bottom, #b49c39 0%,#81620f 100%);
		content: "";
		height: 36px;
		left: 10px;
		position: absolute;
		top: 5px;
		width: 7px;
	}
	#main .rank .more {
		padding: 20px 0 0;
	}
	#main .rank .more span {
		display: block;
		margin: 0 auto 15px;
		width: 70%;
	}
	#main .rank .more span:last-child {
		margin: 0 auto;
	}
	#main .rank .more span a {
		background-image: none;
		border: 1px solid #c4b8a3;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-webkit-box-shadow: 0 1px 3px rgba(38, 28, 0, 0.2);
		-moz-box-shadow: 0 1px 3px rgba(38, 28, 0, 0.2);
		box-shadow: 0 1px 3px rgba(38, 28, 0, 0.2);
		color: #483f23;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		position: relative;
		text-decoration: none;
		text-indent: 0;
		white-space: normal;
		width: auto;
		z-index: 0;
	}
	#main .rank .more span a:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f2ec), color-stop(50%,#e3d9c8), color-stop(50%,#dbd0bf), color-stop(50%,#dbd0bf), color-stop(100%,#dbd0bf));
		background: linear-gradient(to bottom, #f5f2ec 0%,#e3d9c8 50%,#dbd0bf 50%,#dbd0bf 50%,#dbd0bf 100%);
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#main .rank .more span a:after {
		background-image: url(img/button_more_2.png);
		background-position: 15px center;
		background-repeat: no-repeat;
		border: 1px solid rgba(255,255,255,0.2);
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#main .rank .more span.official a {
		background-image: none;
		border: 1px solid #d2ab66;
		color: #462e09;
	}
	#main .rank .more span.official a:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4d8), color-stop(50%,#f7c73c), color-stop(50%,#f0b915), color-stop(100%,#f3c028));
		background: linear-gradient(to bottom, #fff4d8 0%,#f7c73c 50%,#f0b915 50%,#f3c028 100%);
	}
	#main .rank .more span.official a:after {
		background-image: url(img/button_official_2.png);
	}
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank .more span a:after {
		background-image: url(img/button_more_2@2x.png);
		-webkit-background-size: 14px 12px;
		background-size: 14px 12px;
	}
	#main .rank .more span.official a:after {
		background-image: url(img/button_official_2@2x.png);
	}
}
@media screen and (max-width: 640px) {
	#main .rank1, #main .rank2, #main .rank3, #main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 { font-size:20px; }
	#main .rankbox .rankbox-inner .float-l,
	#main .rankbox .rankbox-inner .float-r {
		float: none;
		overflow: hidden;
		padding-bottom: 10px;
		text-align: center;
	}
	#main .rankbox .float-l img, #main .rankbox .float-r img {
		margin: 0 0 10px 0;
	}
	#main .rankbox .rankbox-inner p {
		padding-bottom: 10px;
	}
	#main .rankbox .feature {
		text-align: center;
	}
	#main .rankbox .rank-table th {
		background-color: #4f4f4f;
		background-image: none;
	}
	#main .rank .comment {
		margin-top: 15px;
	}
	#main .rank .more span {
		width: 100%;
	}
	#main .rank .more span a:after,
	#main .rank .more span.official a:after {
		background-image: none;
	}
}
/* メニュー用ランキング
==================================================
*/
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5 {
	background-position: left top;
	background-repeat: no-repeat;
	border: medium none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	margin: 0;
}
#menu .rank1,#menu .rank2,#menu .rank3{
	padding: 22px 0 30px 62px;
}
#menu .rank4,#menu .rank5{
	padding: 16px 0 30px 62px;
}
#menu .rank1 { background-image: url(img/rank1.png); }
#menu .rank2 { background-image: url(img/rank2.png); }
#menu .rank3 { background-image: url(img/rank3.png); }
#menu .rank4 { background-image: url(img/rank4.png); }
#menu .rank5 { background-image: url(img/rank5.png); }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#menu .rank1 { background-image: url(img/rank1@2x.png); }
	#menu .rank2 { background-image: url(img/rank2@2x.png); }
	#menu .rank3 { background-image: url(img/rank3@2x.png); }
	#menu .rank4 { background-image: url(img/rank4@2x.png); }
	#menu .rank5 { background-image: url(img/rank5@2x.png); }
	#menu .rank1,#menu .rank2,#menu .rank3 {
		-webkit-background-size: 54px 72px;
		background-size: 54px 72px;
	}
	#menu .rank4,#menu .rank5 {
		-webkit-background-size: 54px 64px;
		background-size: 54px 64px;
	}
}
/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 {
	margin: 0 auto 30px auto;
	text-align: center;
	width: 900px;
}
#column1 #layoutbox {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
}
#column1 #menu, #column1 #main {
	float: none;
	width: auto;
}
#column1 #main {
	margin: 0 -2px -2px -2px;
}
#column1 #menu {
	background-image: url(img/menu_bg_b.gif);
	background-position: left top;
	background-repeat: repeat-x;	
}
#column1 #menu .inner {
	padding: 15px 8px 8px 8px;	
}
#column1 #menu .menulist ul, #column1 #menu ul#newEntry, #column1 #menu ul#entryarchive {
	letter-spacing: -0.4em;
	line-height: 0;
	margin: 0;
	padding: 9px;
}
#column1 #menu .menulist li {
	background: none repeat scroll 0 0 transparent;
}
#column1 #menu .menulist li, #column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
	border: none;
	display: inline-block;
	letter-spacing: normal;
	line-height: 1.5;
	overflow: hidden;
	padding: 3px 0;
	*display: inline;
	*zoom: 1;
}
#column1 #menu .menulist li a {
	background-image: url(img/menu_bg.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	font-weight: 400;
	margin: 0 15px 0 5px;
	padding: 0 0 0 10px;
	text-decoration: underline;
	*zoom: normal;
}
#column1 #menu .menulist li a:hover {
	background-color: transparent;
	text-decoration: none;
}
#column1 #menu ul#newEntry, #column1 #menu ul#entryarchive {
	background-image: url(img/menulist_li_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	border-bottom: 1px solid #303030;
	border-top: 1px solid #111111;
}
#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
	margin: 0 5px;
	padding: 5px;
}
@media screen and (max-width: 899px) {
	#column1 {
		margin-bottom: 20px;
		padding: 0 10px;
		width: auto;
	}
	#column1 #layoutbox:before {
		background: none;
		border-right: none;
		bottom: auto;
		margin-right: 0;
		position: static;
		right: auto;
		top: auto;
		width: auto;
	}
	#column1 #layoutbox:after {
		background-color: transparent;
		border-left: none;
		bottom: auto;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		position: static;
		right: auto;
		top: auto;
		width: auto;
		z-index: auto;
	}
	#column1 #menu .menulist li a {
		background-image: none;
		overflow: hidden;
	}
	#column1 #menu .menulist li a:before {
		top: 5px;
	}
	#column1 #menu .menulist .l2 a:before,
	#column1 #menu .menulist .l3 a:before {
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f2c2c2), color-stop(86%,#4a1111), color-stop(100%,#f2c2c2));
		background: linear-gradient(135deg, #f2c2c2 0%,#4a1111 86%,#f2c2c2 100%);
		border: none;
		height: 10px;
		left: -6px;
		top: 5px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 10px;
	}
}
@media screen and (max-width: 640px) {
	#column1 {
		margin-bottom: 0;
		padding: 0;
	}
	#column1 #layoutbox {
		padding-bottom: 50px;
	}
	#column1 #main {
		margin: 0 0 10px 0;
	}
	#column1 #menu {
		background-image: none;	
	}
	#column1 #menu .inner {
		padding: 0;	
	}
	#column1 #menu .menulist ul, #column1 #menu ul#newEntry, #column1 #menu ul#entryarchive {
		padding: 0;
	}
	#column1 #menu .menulist li, #column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
		display: block;
		padding: 0;
	}
	#column1 #menu .menulist li a {
		font-weight: 400;
		margin: 0;
		padding: 15px 30px 15px 10px;
		text-decoration: none;
	}
	#column1 #menu .menulist li {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#252525));
		background: linear-gradient(to bottom, #333333 0%,#252525 100%);
		border-bottom: 1px solid #313131;
		border-top: 1px solid #1c1c1c;
	}
	#column1 #menu .menulist li a:before,
	#column1 #menu .menulist .l2 a:before,
	#column1 #menu .menulist .l3 a:before {
		background: none;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
		width: auto;
	}
	#column1 #menu ul#newEntry, #column1 #menu ul#entryarchive {
		background-image: none;
		border-bottom: 1px solid #111111;
		border-top: none;
	}
	#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
		border-bottom: 1px solid #303030;
		border-top: 1px solid #111111;
		margin: 0;
		padding: 15px 10px;
	}
	#column1 #menu ul#newEntry li:first-child, #column1 #menu ul#entryarchive li:first-child {
		border-top: none;
	}
}
/*
==================================================
２カラムレイアウト
==================================================
*/
#column2 {
	margin: 0 auto 30px auto;
	text-align: center;
	width: 900px;
}
@media screen and (max-width: 899px) {
	#column2 {
		margin-bottom: 20px;
		padding: 0 10px;
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	#column2 {
		margin-bottom: 0;
		padding: 0;
	}
}
/*
==================================================
レイアウト切り替え用スタイル(後で削除)
==================================================
*/
#column1 #rmenu, #column2 #rmenu, #column1 #space3, #column1 #space4,#column1 .bannerbox,#column1 #submenu { display: none; }
#wrapper #headerbox { height: auto !important; }
#header .desc {

color: #DDDDDD;
}
.topsubmenuOff #top h1 span {
	width: 900px;
}
@media screen and (max-width: 899px) {
	.topsubmenuOff #top h1 span {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.topmenubtnOff #top h2 {
		padding-right: 10px;
	}
}
.txt-chg h1,.txt-chg h2,.txt-chg h3,.txt-chg h4,.txt-chg h5,.txt-chg h6,
.txt-chg .point1,.txt-chg .point2,.txt-chg .point3,.txt-chg .point4,.txt-chg .point5,.txt-chg .point6,.txt-chg .point7,.txt-chg .point8,.txt-chg .point9,.txt-chg .point10,
.txt-chg .rank1,.txt-chg .rank2,.txt-chg .rank3,.txt-chg .rank4,.txt-chg .rank5,.txt-chg .rank6,.txt-chg .rank7.txt-chg .rank8,.txt-chg .rank9,.txt-chg .rank10,.txt-chg .point
{
		
		color:#444 !important;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
/*記事スタイル対応*/
#main .txt-border,
#main .txt-frame,
#main .txt-colorframe,
#main .txt-rndbox,
#main .txt-decbox1,
#main .txt-decbox2 {
	border: none !important;
}
#main .txt-border,
#main .txt-rndbox,
#main .txt-decbox2 {
	background-color: transparent !important;
}
#main .txt-border {
	border: 10px solid #ffffff !important;
	color: #313131;
	margin-left: 0;
	margin-right: 0;
}
#main .txt-grayback, #main .txt-colorback {
	color: #313131;
}
#main .txt-grayback {
	background-color: #e6e6e6 !important;
	border: 3px solid #f6f6f6 !important;
}
#main .txt-colorback {
	background-color: #ffe591 !important;
	border: 3px solid #fff8e1 !important;
}
.txt-rndbox .body {
	background-color: #ffffff;
	color: #313131;
}
#main .txt-decbox1 h2, #main .txt-decbox1 h3, #main .txt-decbox2 h2, #main .txt-decbox2 h3 {
	text-shadow: none;
	top: 0;
}
#main .txt-decbox1 .body, #main .txt-decbox2 .body {
	color: #313131;
}
/*記事スタイル透過修正*/
#main .txt-frame, #main .txt-colorframe {
	margin-bottom: 24px !important;
	overflow: visible !important;
	top: 7px !important;
}
.txt-frame .top, .txt-colorframe .top {
	margin-right: 7px !important;
	overflow: visible !important;
	position: relative !important;
	top: -7px !important;
}
.txt-frame .top_inner, .txt-colorframe .top_inner {
	overflow: hidden;
	position: relative !important;
	right: -7px !important;
}
.txt-frame .body, .txt-colorframe .body {
	margin: -7px 0 !important;
	overflow: hidden;
	position: relative !important;
}
.txt-frame .bottom, .txt-colorframe .bottom {
	margin-right: 7px !important;
	overflow: visible !important;
	position: relative !important;
	bottom: -7px !important;
}
.txt-frame .bottom span, .txt-colorframe .bottom span {
	overflow: hidden;
	position: relative !important;
	right: -7px !important;
}
#main .txt-rndbox {
	margin-bottom: 40px !important;
	overflow: visible !important;
	top: 15px !important;
}
.txt-rndbox .top {
	margin-right: 15px !important;
	overflow: visible !important;
	position: relative !important;
	top: -15px !important;
}
.txt-rndbox .top_inner {
	overflow: hidden;
	position: relative !important;
	right: -15px !important;
}
.txt-rndbox .body {
	margin: -15px 0 !important;
	overflow: hidden;
	position: relative !important;
}
.txt-rndbox .bottom {
	margin-right: 15px !important;
	overflow: visible !important;
	position: relative !important;
	bottom: -15px !important;
}
.txt-rndbox .bottom span {
	overflow: hidden;
	position: relative !important;
	right: -15px !important;
}
.txt-frame .top { background-image: url(img/frame_t.png) !important; }
.txt-frame .top_inner { background-image: url(img/frame_tr.png) !important; }
.txt-frame .bottom { background-image: url(img/frame_b.png) !important; }
.txt-frame .bottom span { background-image: url(img/frame_br.png) !important; }
.txt-colorframe .top { background-image: url(img/colorframe_t.png) !important; }
.txt-colorframe .top_inner { background-image: url(img/colorframe_tr.png) !important; }
.txt-colorframe .bottom { background-image: url(img/colorframe_b.png) !important; }
.txt-colorframe .bottom span { background-image: url(img/colorframe_br.png) !important; }
.txt-rndbox .top { background-image: url(img/round_t.png) !important; }
.txt-rndbox .top_inner { background-image: url(img/round_tr.png) !important; }
.txt-rndbox .bottom { background-image: url(img/round_b.png) !important; }
.txt-rndbox .bottom span {  background-image: url(img/round_br.png) !important; }body{
	background-image: url(./img/11.jpg);
	background-repeat: repeat-x;
background-color: #333333;
}
#header{ height: 200px; }
#headerbox {height:200px; }
#header h2 ,#header .title, #header .title a{
}
#header h2 a, #header h2 a:visited,#header .title a,#header .title a:visited{color: #CCCCCC;}
#headertxt .desc{
color: #DDDDDD;
}
#main{ float: right; }
#column2 #menu,#column3 #menu{ float: left; }
#column3 #rmenu { float: right; }
#column3 #layoutbox { float: left; }
#column3 #main { float: right; }
/*
#wrapper{}
#topmenu{}
#threebox{}
#main{}
#menu{}
#rmenu{}
*/
/* スマホタイトル */
@media screen and (max-width: 640px) {#header h2, #header .title,#top .title{display:none;}}