@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: #fdfbf9;
	background-image: url(img/body_bg.gif);
	background-position: center top;
	background-repeat: repeat;
	color: #85654c;
	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%;		/* 文字サイズの自動調整機能のキャンセル */
	word-break: break-all;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body {
		background-image: url(img/body_bg@2x.gif);
		-webkit-background-size: 164px 128px;
		background-size: 164px 128px;
	}
}
h1, h2, h3, h4, h5, h6, .title, dt {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 700;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
}
/* リスト
==================================================
*/
ul {
	padding: 10px 0;
}
ul li {
	background-image: url(img/li.png);
	background-position: 2px 7px;
	background-repeat: no-repeat;
	color: #5e1312;
	font-size: 14px;
	padding: 8px 0 8px 36px;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	ul li {
		background-image: url(img/li@2x.png);
		-webkit-background-size: 26px 22px;
		background-size: 26px 22px;
	}
}
ol {
	list-style-type: decimal;
	padding: 10px 0 10px 25px;
}
ol li {
	font-size: 14px;
	padding: 5px 0;
}
/* リンク
==================================================
*/
a { color: #409ac9; }
a:hover {
	color: #70b3d7;
	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.png);
	background-position: center top;
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#wrapper {
		background-image: url(img/wrapper_bg@2x.png);
		-webkit-background-size: 900px 70px;
		background-size: 900px 70px;
	}
}
#wrapper .inner {
	margin: 0 auto;
	position: relative;
	width: 900px;
}
#contents {
	margin: 0 auto 40px auto;
	position: relative;
	text-align: center;
}
#layoutbox {
}
#siteNavi {
	background-color: #f9f7f6;
	color: #a99381;
	font-size: 10px;
	line-height: 1.6;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 5px;
	position: relative;
}
@media screen and (max-width: 899px) {
	#wrapper .inner {
		width: auto;
	}
	#contents {
		margin: 0 auto 15px auto;
		padding: 0 10px;
	}
}
@media screen and (max-width: 640px) {
	#wrapper {
		background-image: url(img/wrapper_bg2.png);
	}
	#contents {
		margin: 0;
		padding: 0;
	}
	#siteNavi {
		background-color: transparent;
		margin: 0 0 10px;
		padding: 5px 0;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#wrapper {
		background-image: url(img/wrapper_bg2@2x.png);
		-webkit-background-size: 320px 30px;
		background-size: 320px 30px;
	}
}

/* ページ上部へ戻る
==================================================
*/
#btnbox {
	position: relative;
}
#btnbox ul {
	overflow: visible;
	padding: 0;
}
#btnbox ul li {
	padding: 0;
}
#toppage {
	display: none;
}
#pagetop {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	font-size: 0;
	left: 50%;
	line-height: 0;
	margin-left: 332px;
	position: absolute;
	top: -7px;
	z-index: 5;
}
#pagetop a {
	background-image: url(img/pagetop_button.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	height: 42px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 116px;
}
@media screen and (max-width: 899px) {
	#pagetop {
		background-image: url(img/pagetop_button_bg.gif);
		background-position: left top;
		background-repeat: repeat;
		-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
		height: 28px;
		left: auto;
		margin-left: auto;
		right: 14px;
		top: 10px;
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
		width: 120px;
	}
	#pagetop:before {
		border: 5px solid transparent;
		border-top: 6px solid #6f4b28;
		bottom: -11px;
		content: "";
		left: 50%;
		margin-left: -3px;
		position: absolute;
	}
	#pagetop:after {
		background-image: url(img/pagetop_button_bg.gif);
		background-position: center -5px;
		background-repeat: repeat;
		-webkit-box-shadow: 0 0 2px 2px rgba(82, 49, 20, 0.5) inset;
		-moz-box-shadow: 0 0 2px 2px rgba(82, 49, 20, 0.5) inset;
		box-shadow: 0 0 2px 2px rgba(82, 49, 20, 0.5) inset;
		bottom: 2px;
		content: "";
		left: 2px;
		position: absolute;
		right: 2px;
		top: 2px;
		z-index: -1;
	}
	#pagetop:hover {
		right: 13px;
		top: 11px;
	}
	#pagetop a {
		background: none repeat scroll 0 0 transparent;
		color: #ffffff;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
		padding-left: 15px;
		position: relative;
		text-align: center;
		text-indent: 0;
		text-decoration: none;
		white-space: normal;
		width: auto;
	}
	#pagetop a:before {
		border: 5px solid transparent;
		border-bottom: 5px solid #ffffff;
		content: "";
		left: 14px;
		margin-top: -10px;
		position: absolute;
		top: 50%;
	}
	#pagetop a:after {
		background-color: #ffffff;
		content: "";
		height: 5px;
		left: 17px;
		margin-top: -1px;
		position: absolute;
		top: 50%;
		width: 4px;
	}
	#pagetop a:hover {
		position: static;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#btnbox ul li#pagetop,
	#btnbox ul li#pagetop:after,
	#btnbox ul li#toppage {
		background-image: url(img/pagetop_button_bg@2x.gif);
		-webkit-background-size: 250px 84px;
		background-size: 250px 84px;
	}
}
@media screen and (max-width: 640px) {
	#btnbox ul {
		overflow: hidden;
		padding: 0 10px 10px;
	}
	#btnbox ul li {
		background-color: #91541e;
		background-image: url(img/pagetop_button_bg.gif);
		background-position: left top;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
		float: left;
		line-height: normal;
		text-align: center;
		width: 49%;
	}
	#btnbox ul li:last-child {
		float: right;
	}
	#toppage {
		display: block;
	}
	#pagetop {
		height: auto;
		position: static;
		right: auto;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
	#pagetop:before {
		border: none;
		bottom: auto;
		content: "";
		left: auto;
		margin-left: auto;
		position: static;
	}
	#pagetop:after {
		background: none repeat scroll 0 0 transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		bottom: auto;
		left: auto;
		position: static;
		right: auto;
		top: auto;
		z-index: auto;
	}
	#btnbox ul li a {
		color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 10px 0;
		text-decoration: none;
	}
	#toppage a {
		background-image: url(img/toppage_button.png);
		background-position: 15px center;
		background-repeat: no-repeat;
		padding-left: 15px !important;
	}
	#pagetop a {
		font-size: 14px;
		height: auto;
  		line-height: normal;
		padding-right: 10px !important;
	}
	#pagetop a:before {
		left: auto;
		right: 14px;
	}
	#pagetop a:after {
		left: auto;
		right: 17px;
	}
	#pagetop a:hover {
		position: relative;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#toppage a {
		background-image: url(img/toppage_button@2x.png);
		-webkit-background-size: 12px 18px;
		background-size: 12px 18px;
	}
}

/* 検索ボックス
==================================================
*/
#searchbox form {
	background-image: url(img/search_input.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 12px;
	height: 32px;
	left: 50%;
	margin-left: 195px;
	position: absolute;
	text-align: left;
	top: 11px;
	width: 254px;
	z-index: 1;
}
#searchbox input {
	background-color: transparent;
	background-image: url(img/searchbutton.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	border: none;
	color: #85654c;
	cursor: pointer;
	font-size: 0;
	height: 24px;
	left: 199px;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 200%;
	top: 4px;
	white-space: nowrap;
	width: 42px;
	-webkit-appearance: none;
}
#searchbox .skwd {
	background-image: none;
	cursor: auto;
	font-size: 12px;
	height: 20px;
	left: 16px;
	line-height: 20px;
	text-indent: 0;
	top: 6px;
	width: 180px;
}
@media screen and (max-width: 899px) {
	#searchbox form {
		background: none repeat scroll 0 0 transparent;
		left: auto;
		margin-left: auto;
		right: 10px;
		width: 28.8636363636%;
	}
	#searchbox form:before {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4ede3), color-stop(100%,#f9f6f3));
		background-image: linear-gradient(to bottom, #f4ede3 0%,#f9f6f3 100%);
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#searchbox form:after {
		background-color: #f4efe8;
		background-image: url(img/search_input.gif);
		background-position: left top;
		background-repeat: repeat;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		-webkit-box-shadow: 0px 2px 6px rgba(56, 28, 8, 0.2) inset;
		-moz-box-shadow: 0px 2px 6px rgba(56, 28, 8, 0.2) inset;
		box-shadow: 0px 2px 6px rgba(56, 28, 8, 0.2) inset;
		bottom: 2px;
		content: "";
		left: 2px;
		position: absolute;
		right: 2px;
		top: 2px;
		z-index: -1;
	}
	#searchbox input {
		background: none repeat scroll 0 0 transparent;
		color: #6a3805;
		font-size: 12px;
		left: auto;
		line-height: 22px;
		right: 14px;
		text-indent: 0;
		text-shadow: 0px 1px 1px rgba(45, 23, 7, 0.2);
		text-transform: lowercase;
		top: 4px;
		white-space: normal;
	}
	#searchbox .skwd {
		color: #85654c;
		width: 60%;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#searchbox form:after {
		background-image: url(img/search_input@2x.gif);
		-webkit-background-size: 100px 55px;
		background-size: 100px 55px;
	}
}
@media screen and (max-width: 640px) {
	#searchbox form {
		height: 36px;
		margin-bottom: 10px;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}
	#searchbox form:before {
		background-image: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		bottom: auto;
		left: auto;
		position: static;
		right: auto;
		top: auto;
		z-index: auto;
	}
	#searchbox form:after {
		background-color: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		bottom: auto;
		left: auto;
		position: static;
		right: auto;
		top: auto;
		z-index: auto;
	}
	#searchbox input {
		background-color: #6e4316;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))), url(img/searchbutton2.gif);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%), url(img/searchbutton2.gif);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-size: 13px;
		height: 36px;
		line-height: 36px;
		right: 0;
		top: auto;
		width: 20%;
	}
	#searchbox .skwd {
		background-color: #ffffff;
		border: 1px solid #d1cbc3;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.05) inset;
		box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.05) inset;
		font-size: 14px;
		height: 36px;
		left: 0;
		line-height: 26px;
		padding: 5px 10px;
		top: auto;
		width: 79%;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#searchbox input {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))), url(img/searchbutton2@2x.gif);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%), url(img/searchbutton2@2x.gif);
		-webkit-background-size: auto auto, 100px 100px;
		background-size: auto auto, 100px 100px;
	}
}

/* 回り込み・回り込み解除
==================================================
*/
.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;
	}
	.float-l p, .float-r p {
		float: none;
		text-align: center;
	}
}
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top #logo, #top h1 {
	margin: 10px 0;
	padding: 20px 0;
	position: relative;
	width: 600px;
}
#top #logo a, #top h1 a {
	color: #d67d84;
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#top #logo a img, #top h1 a img {
	vertical-align: middle;
}
@media screen and (max-width: 899px) {
	#top {
		padding: 0 10px;
	}
	#top #logo, #top h1 {
		padding: 18px 0;
		width: 68.1818181818%;
	}
}
@media screen and (max-width: 640px) {
	#top {
		margin-bottom: 5px;
		padding: 15px 0 0 0;
	}
	#top #logo, #top h1 {
		padding: 18px 64px 18px 10px;
		width: auto;
	}
}

/* ヘッダー
==================================================
*/
#headerbox {
	background-image: url(img/headerbox_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding-bottom: 18px;
}
#header {
	height: 280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 900px;
}
#header span {
	background-color: #ffffff;
	display: block;
	position: relative;
}
#header img {
	left: 0;
	position: absolute;
	top: 0;
}
#header #headertxt {
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
#header .title,
#header .desc {
	left: 50%;
	position: relative;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	top: 80px;
}
#header .title a {
	color: #e18282;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	word-wrap: break-word;
}
#header .title a:hover {
	color: #f6afaf;
}
#header .desc {
	font-size: 14px;
	line-height: 1.6;
	padding-top: 10px;
	word-wrap: break-word;
}
@media screen and (max-width: 899px) {
	#headerbox {
		background: none repeat scroll 0 0 transparent;
		margin: 0 10px;
		position: relative;
	}
	#headerbox:before,
	#headerbox:after {
		bottom: 32px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0 15px 10px #ac9e93;
		-moz-box-shadow: 0 15px 10px #ac9e93;
		box-shadow: 0 15px 10px #ac9e93;
		content: "";
		left: 8px;
		max-width: 300px;
		position: absolute;
		top: 80%;
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
		width: 50%;
		z-index: -1;
	}
	#headerbox:after {
		left: auto;
		right: 8px;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	#header {
		height: auto !important;
		width: auto;
	}
	#header img {
		position: static;
	}
	#header .title,
	#header .desc {
		top: 50px;
	}
	#header .title a {
		font-size: 24px;
	}
}
@media screen and (max-width: 640px) {
	#headerbox {
		margin: 0;
		padding: 0 5px 10px 5px;
	}
	#headerbox:before,
	#headerbox:after {
		bottom: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		left: auto;
		max-width: none;
		position: static;
		right: auto;
		top: auto;
		-webkit-transform: none;
		transform: none;
		width: auto;
		z-index: auto;
	}
	#header #headertxt {
		left: auto;
		overflow: hidden;
		padding: 15px 5px 0 5px;
		position: static;
		top: auto;
		width: auto;
	}
	#header .title,
	#header .desc {
		left: auto;
		position: static;
		top: auto;
	}
	#header .desc {
		text-align: left;
	}
	#header .title a {
		font-size: 22px;
	}
	#header span:before,
	#header span:after {
		bottom: 14px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0 15px 10px #ac9e93;
		-moz-box-shadow: 0 15px 10px #ac9e93;
		box-shadow: 0 15px 10px #ac9e93;
		content: "";
		left: 8px;
		max-width: 300px;
		position: absolute;
		top: 80%;
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
		width: 50%;
		z-index: -1;
	}
	#header span:after {
		left: auto;
		right: 8px;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
}

/* トップメニュー
==================================================
*/
#topmenubtn {
	display: none;
}
#topmenubox {
	font-size: 0;
	text-align: center;
}
#topmenu {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#topmenu ul {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	overflow: hidden;
	padding: 0 0 16px 0;
	position: relative;
}
#topmenu li {
	background-image: url(img/topmenu_li.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-box-shadow: 0px 1px 1px #d4bfbf;
	-moz-box-shadow: 0px 1px 1px #d4bfbf;
	box-shadow: 0px 1px 1px #d4bfbf;
	display: inline;
	float: left;
	margin: 0 6px 0 5px;
	padding: 0;
	text-align: center;
	width: 169px;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
}
#topmenu li span {
	background-image: url(img/topmenu_li_r.png);
	background-position: right top;
	background-repeat: repeat-y;
	display: block;
	margin: 0 -6px 0 0;
	padding: 0 6px 0 0;
	position: relative;
	*zoom: 1;
}
#topmenu li a {
	background-image: url(img/topmenu_li_l.png);
	background-position: left top;
	background-repeat: repeat-y;
	color: #de969c;
	display: block;
	font-size: 14px;
	margin: 0 0 0 -5px;
	padding: 9px 3px 9px 9px;
	position: relative;
	text-decoration: none;
	*zoom: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#topmenu li {
		background-image: url(img/topmenu_li@2x.gif);
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
	}
	#topmenu li span {
		background-image: url(img/topmenu_li_r@2x.png);
		-webkit-background-size: 6px 60px;
		background-size: 6px 60px;
	}
	#topmenu li a {
		background-image: url(img/topmenu_li_l@2x.png);
		-webkit-background-size: 6px 60px;
		background-size: 6px 60px;
	}
}
#topmenu li a:hover {
	color: #e18282;
	text-decoration: underline;
}
@media screen and (max-width: 899px) {
	#topmenu ul {
		display: table;
		margin: 0;
		padding: 0 0 10px;
		table-layout: fixed;
		width: 100%;
	}
	#topmenu li {
		background: none repeat scroll 0 0 transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		display: table-cell;
		float: none;
		margin: 0;
		padding: 0 5px;
		position: relative;
		width: auto;
	}
	#topmenu li:before {
		background-image: url(img/topmenu_li.gif);
		background-position: left top;
		background-repeat: repeat;
		-webkit-box-shadow: 0px 1px 1px #d4bfbf;
		-moz-box-shadow: 0px 1px 1px #d4bfbf;
		box-shadow: 0px 1px 1px #d4bfbf;
		bottom: 0;
		content: "";
		left: 5px;
		position: absolute;
		right: 5px;
		top: 0;
		z-index: -1;
	}
	#topmenu li a {
		font-size: 13px;
		padding: 7px 1px 7px 7px;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#topmenu li:before {
		background-image: url(img/topmenu_li@2x.gif);
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
	}
}
@media screen and (max-width: 640px) {
	#topmenubtn {
		background-color: #fcf0f2;
		background-image: url(img/topmenu_li.gif);
		background-position: left top;
		background-repeat: repeat;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0px 1px 1px #d4bfbf;
		-moz-box-shadow: 0px 1px 1px #d4bfbf;
		box-shadow: 0px 1px 1px #d4bfbf;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
		height: 44px;
		overflow: hidden;
		position: absolute;
		right: 10px;
		text-indent: 200%;
		top: 20px;
		white-space: nowrap;
		width: 50px;
		z-index: 0;
	}
	#topmenubtn:before,
	#topmenubtn:after {
		content: "";
		position: absolute;
		right: 14px;
		top: 14px;
		width: 22px;
	}
	#topmenubtn:before {
		border-bottom: 3px solid #de969c;
		border-top: 3px solid #de969c;
		height: 4px;
	}
	#topmenubtn:after {
		border-top: 3px solid #de969c;
		height: 0;
		margin-top: 14px;
	}
	.topmenubtnOn {
		display: block !important;
	}
	#topmenubox {
		background-color: #f4efe8;
		background-image: url(img/search_input.gif);
		background-position: left top;
		background-repeat: repeat;
		border-bottom: 2px solid #f9f6f3;
		border-top: 2px solid #f4ede3;
		-webkit-box-shadow: 0px 2px 6px rgba(56, 28, 8, 0.2) inset;
		-moz-box-shadow: 0px 2px 6px rgba(56, 28, 8, 0.2) inset;
		box-shadow: 0px 2px 6px rgba(56, 28, 8, 0.2) inset;
		display: none;
		overflow: hidden;
		padding: 15px 10px 0px 10px;
	}	
	.menuon {
		display: block !important;
	}
	#topmenu ul {
		display: block;
	}
	#topmenu li {
		background-color: rgba(255, 255, 255, 0.65);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		display: block;
		padding: 0;
		margin-bottom: 3px;
	}
	#topmenu li:before {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		bottom: auto;
		left: auto;
		position: static;
		right: auto;
		top: auto;
		z-index: auto;
	}
	#topmenu li:last-child {
		margin-bottom: 0;
	}
	#topmenu li span {
		background: none repeat scroll 0 0 transparent;
		margin: 0;
	}
	#topmenu li a {
		background: none repeat scroll 0 0 transparent;
		color: #97724c;
		margin: 0;
		padding: 10px 30px 10px 15px;
		position: relative;
		text-align: left;
	}
	#topmenu li a:before {
		border-bottom: none;
		border-left: none;
		border-right: 2px solid #4b3416;
		border-top: 2px solid #4b3416;
		content: "";
		height: 5px;
		margin-top: -4px;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#topmenubtn {
		background-image: url(img/topmenu_li@2x.gif);
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
	}
	#topmenubox {
		background-image: url(img/search_input@2x.gif);
		-webkit-background-size: 100px 55px;
		background-size: 100px 55px;
	}
}

/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px #dfd7cd;
	-moz-box-shadow: 0px 1px 5px #dfd7cd;
	box-shadow: 0px 1px 5px #dfd7cd;
	float: right;
	overflow: hidden;
	position: relative;
	width: 660px;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
	word-wrap: break-word;
}
#main #main_container {
	background-image: url(img/main_container.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	left: 5px;
	margin: 0 10px 10px 0;
	padding: 10px;
	position: relative;
	top: 5px;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main #main_container {
		background-image: url(img/main_container@2x.gif);
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
	}
}
#main #main_inner {
	background-color: #ffffff;
	background-image: url(img/main_bg_l.gif);
	background-position: left top;
	background-repeat: repeat-y;
	border-top: 1px solid #ffffff;
	-webkit-box-shadow: 0px 2px 2px #cdbba6;
	-moz-box-shadow: 0px 2px 2px #cdbba6;
	box-shadow: 0px 2px 2px #cdbba6;
	position: relative;
	z-index: 0;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
}
#main #mainbox {
	background-image: url(img/main_bg_r.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
#main #mainbox-inner {
	background-image: url(img/main_bg_b.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	*zoom: 1;
}
#main .inner {
	background-image: url(img/main_bg_t.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 27px 15px 15px;
	width: auto;
	*zoom: 1;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	margin-bottom: 30px;
	position: relative;
	*zoom: 1;
}
@media screen and (max-width: 899px) {
	#main {
		width: 74.4444444444%;
	}
	#main #main_inner,
	#main #mainbox,
	#main #mainbox-inner {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
	}
	#main #mainbox {
		-webkit-box-shadow: 0 0 15px #fbfbf1 inset;
		-moz-box-shadow: 0 0 15px #fbfbf1 inset;
		box-shadow: 0 0 15px #fbfbf1 inset;
	}
	#main .inner {
		background-image: url(img/main_bg_t.png);
		background-position: left 5px;
		background-repeat: repeat-x;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .inner {
		background-image: url(img/main_bg_t@2x.png);
		-webkit-background-size: 94px 8px;
		background-size: 94px 8px;
	}
}
@media screen and (max-width: 640px) {
	#main {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		float: none !important;
		margin: 0 0 10px 0;
		position: static;
		width: 100%;
	}
	#main #main_container {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		left: auto;
		margin: 0;
		padding: 5px 0;
		top: auto;
	}
	#main #main_inner,
	#main #mainbox,
	#main #mainbox-inner {
		background-image: none;
	}
	#main .inner {
		overflow: hidden;
		padding: 22px 10px 0 10px;
	}
	#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
		margin-bottom: 20px;
	}
}

/* 見出し
==================================================
*/
h2, h3, h4, h5, h6 {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#main h2,
#main h3 {
	background-color: #fbf0f2;
	background-image: url(img/h3_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-box-shadow: 1px 1px 2px #d3c4c6;
	-moz-box-shadow: 1px 1px 2px #d3c4c6;
	box-shadow: 1px 1px 2px #d3c4c6;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	z-index: 1;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
	*zoom: 1;
}
#main h2 span,
#main h3 span {
	background-image: url(img/h3_bg_r.png);
	background-position: right top;
	background-repeat: repeat-y;
	display: block;
	margin: 0 -5px 0 0;
	padding: 0;
	position: relative;
	*zoom: 1;
}
#main h2 span span,
#main h3 span span {
	background-image: url(img/h3_bg_l.png);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0 0 0 -4px;
	padding: 0 0 1px 0;
}
#main h2 span span span,
#main h3 span span span {
	background-image: url(img/h3.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #d67d84;
	font-size: 20px;
	left: -27px;
	line-height: 1.4;
	margin: 0 0 -15px 0;
	padding: 35px 0 8px 60px;
	top: -20px;
}
#main .text h3, #main #text1 h3, #main #text2 h3, #main #text3 h3, #main #text4 h3, #main #text5 h3, #main #text6 h3, #main #text7 h3, #main #text8 h3, #main #text9 h3, #main #text10 h3, #main #space1 h3, #main #space2 h3 {
	margin: 20px 0;
}
#main h4 {
	background-image: url(img/h4_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 30px auto 15px;
	position: relative;
	width: auto;
}
#main h4 span {
	background-image: url(img/h4.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #da8a91;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	padding: 2px 20px 15px 48px;
	position: relative;
	*zoom: 1;
}
#main h5 {
	background-image: url(img/h5.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #da8a91;
	font-size: 16px;
	line-height: 1.5;
	margin: 25px auto 10px;
	padding-bottom: 10px;
}
#main h6 {
	background-image: url(img/h6.png);
	background-position: 5px 3px;
	background-repeat: no-repeat;
	color: #da8a91;
	font-size: 15px;
	line-height: 1.5;
	margin: 8px auto;
	padding-left: 28px;
}
#main .atn02 {
	background-color: #f9f7eb;
	background-image: url(img/atn_02_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 10px 0;
	position: relative;
}
#main .atn02 span {
	background-image: url(img/atn_02.gif);
	background-position: center top;
	background-repeat: no-repeat;
	color: #b38a6a;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	padding: 25px 25px 20px 25px;
	position: relative;
}
@media screen and (max-width: 899px) {
	#main h6 {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	#main h6:before {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebaeb4), color-stop(100%,#e8a1a8));
		background-image: linear-gradient(to bottom, #ebaeb4 0%,#e8a1a8 100%);
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		content: "";
		height: 12px;
		left: 5px;
		position: absolute;
		top: 4px;
		width: 12px;
	}
	#main h6:after {
		border: 3px solid transparent;
		border-left: 3px solid #ffffff;
		content: "";
		left: 10px;
		position: absolute;
		top: 7px;
	}
	#main .atn02 {
		background-image: none;
	}
	#main .atn02:before {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,244,229,1)), color-stop(100%,rgba(249,247,235,1)));
		background-image: linear-gradient(to bottom, rgba(247,244,229,1) 0%,rgba(249,247,235,1) 100%);
		content: "";
		height: 16px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#main .atn02 span {
		background: none repeat scroll 0 0 transparent;
	}
	#main .atn02 span:before {
		background-color: #cccccc;
		content: "";
		height: 1px;
		left: 50%;
		margin-left: -3px;
		position: absolute;
		top: 7px;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		width: 5px;
	}
	#main .atn02 span:after {
		background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fae779), color-stop(30%,#fede37), color-stop(40%,#fec900), color-stop(100%,#fdad00));
		background-image: linear-gradient(135deg, #fae779 0%,#fede37 30%,#fec900 40%,#fdad00 100%);
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.2);
		content: "";
		height: 8px;
		left: 50%;
		margin-left: -6px;
		position: absolute;
		top: 0;
		width: 8px;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main h2,
	#main h3 {
		background-image: url(img/h3_bg@2x.gif);
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
	}
	#main h2:before,
	#main h3:before {
		background-image: url(img/h3_bg@2x.gif);
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#main h2 span,
	#main h3 span {
		background-image: url(img/h3_bg_r@2x.png);
		-webkit-background-size: 6px 55px;
		background-size: 6px 55px;
	}
	#main h2 span span,
	#main h3 span span {
		background-image: url(img/h3_bg_l@2x.png);
		-webkit-background-size: 6px 55px;
		background-size: 6px 55px;
	}
	#main h2 span span span,
	#main h3 span span span {
		background-image: url(img/h3_2@2x.png);
		background-position: 13px top;
		-webkit-background-size: 54px 54px;
		background-size: 54px 54px;
	}
	#main h2 span span span:before,
	#main h3 span span span:before {
		background-image: url(img/h3_b@2x.png);
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 43px 48px;
		background-size: 43px 48px;
		content: "";
		height: 43px;
		left: 0;
		position: absolute;
		top: 29px;
		width: 44px;
		z-index: -1;
	}
	#main h5 {
		background-image: url(img/h5@2x.png);
		-webkit-background-size: 246px 5px;
		background-size: 246px 5px;
	}
}
@media screen and (max-width: 640px) {
	#main h2,
	#main h3 {
		background-color: #fbf0f2;
		-webkit-box-shadow: 0px 1px 2px #d3c4c6;
		-moz-box-shadow: 0px 1px 2px #d3c4c6;
		box-shadow: 0px 1px 2px #d3c4c6;
		margin: 0 -10px 20px;
		position: relative;
	}
	#main h2:before,
	#main h3:before {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		bottom: auto;
		left: auto;
		position: static;
		right: auto;
		top: auto;
	}
	#main h2 span,
	#main h3 span {
		background: none repeat scroll 0 0 transparent;
		margin: 0;
	}
	#main h2 span span,
	#main h3 span span {
		background: none repeat scroll 0 0 transparent;
		margin: 0;
		padding: 0;
	}
	#main h2 span span span,
	#main h3 span span span {
		background-image: url(img/h3_2.png);
		background-position: left top;
		background-repeat: no-repeat;
		left: 0;
		margin: 0;
		padding: 15px 20px 15px 60px;
		top: auto;
	}
	#main h2 span span span:before,
	#main h3 span span span:before {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
		z-index: auto;
	}
	#main .text h3, #main #text1 h3, #main #text2 h3, #main #text3 h3, #main #text4 h3, #main #text5 h3, #main #text6 h3, #main #text7 h3, #main #text8 h3, #main #text9 h3, #main #text10 h3, #main #space1 h3, #main #space2 h3 {
		margin: 20px -10px;
	}
	#main h5 {
		background: none repeat scroll 0 0 transparent;
		border-bottom: 2px dotted #dcd3cd;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main h2 span span span,
	#main h3 span span span {
		background-image: url(img/h3_2@2x.png);
		-webkit-background-size: 54px 54px;
		background-size: 54px 54px;
	}
}

/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu {
	float: left;
	width: 220px;
}
#menu .rankbox {
	border-bottom: 1px dashed #dcd3cd;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#menu .rankbox img {
}
.menubox {
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px #f2eee9;
	-moz-box-shadow: 0 1px 5px #f2eee9;
	box-shadow: 0 1px 5px #f2eee9;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 4px;
	position: relative;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
}
.menubox ul,
.menulist ul {
	overflow: hidden;
	padding: 0;
}
.menulist ul {
	background-image: url(img/menubox_ul.gif);
	background-position: left top;
	background-repeat: repeat;
	padding: 5px 0;
}
.menulist li {
	background-image: url(img/menu_li_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 0;
	line-height: 0;
	margin: 0 5px;
	overflow: hidden;
	padding: 0;
	position: relative;
	*zoom: 1;
}
.menulist li a {
	background-image: url(img/menu_bg.png);
	background-position: 8px 10px;
	background-repeat: no-repeat;
	color: #dd959a;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 10px 10px 35px;
	text-decoration: none;
	*zoom: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.menulist li a {
		background-image: url(img/menu_bg@2x.png);
		-webkit-background-size: 16px 18px;
		background-size: 16px 18px;
	}
}
.menulist li a:hover {
	color: #e18282;
	text-decoration: underline;
}
.menulist .l2 a,
.menulist .l3 a {
	background-image: url(img/menu_bg2.png);
	font-weight: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.menulist .l2 a,
	.menulist .l3 a {
		background-image: url(img/menu_bg2@2x.png);
		-webkit-background-size: 18px 18px;
		background-size: 18px 18px;
	}
}
.menulist .l2 a {
	background-position: 15px 5px;
	padding-left: 40px;
}
.menulist .l3 a {
	background-position: 45px 5px;
	padding-left: 70px;
}
#menu h4, #rmenu h4 {
	background-image: url(img/menu_h4_bg_b.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: visible;
	padding: 0 0 5px;
	position: relative;
	text-shadow: none;
	z-index: 1;
}
#menu h4 span, #rmenu h4 span {
	background-image: url(img/menu_h4_bg_r.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	display: block;
	padding: 0 0 38px;
	position: relative;
}
#menu h4 span span, #rmenu h4 span span {
	background-image: url(img/menu_h4.gif);
	background-position: left top;
	background-repeat: repeat;
	padding: 0 0 1px;
	*zoom: 1;
}
#menu h4 span span span, #rmenu h4 span span span {
	background-image: url(img/menu_h4_bg_l.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 16px;
	left: -4px;
	line-height: 1.3;
	margin: 0 0 -38px;
	padding: 25px 6px 0 24px;
	top: -11px;
}
#menu .title, #rmenu .title {
	background-image: url(img/menu_title_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	border-bottom: 1px solid #dcc499;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	text-shadow: none;
	z-index: 1;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
}
#menu .title span, #rmenu .title span {
	background-image: url(img/menu_title.gif);
	background-position: left top;
	background-repeat: repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
}
#menu .title span span, #rmenu .title span span {
	background-image: url(img/menu_title_bg_r.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
#menu .title span span span, #rmenu .title span span span {
	background-image: url(img/menu_title_r.gif);
	background-position: right top;
	background-repeat: repeat-y;
	border-bottom: 1px solid #e8d2a7;
	color: #8d6c42;
	font-size: 16px;
	line-height: 1.3;
	overflow: hidden;
	padding: 12px 15px 10px 15px;
	*zoom: 1;
}
@media screen and (max-width: 899px) {
	#menu {
		width: 24.4444444444%;
	}
	.menulist li {
		background: none repeat scroll 0 0 transparent;
	}
	.menulist li:before {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(232,219,207,1)), color-stop(60%,rgba(232,219,207,1)), color-stop(60%,rgba(232,219,207,0)), color-stop(100%,rgba(232,219,207,0)));
		background-image: linear-gradient(to right, rgba(232,219,207,1) 0%,rgba(232,219,207,1) 60%,rgba(232,219,207,0) 60%,rgba(232,219,207,0) 100%);
		-webkit-background-size: 8px 8px;
		background-size: 8px 8px;
		bottom: 1px;
		content: "";
		height: 1px;
		left: 1px;
		position: absolute;
		right: 0;
	}
	.menulist li:after {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,243,240,1)), color-stop(60%,rgba(246,243,240,1)), color-stop(60%,rgba(246,243,240,0)), color-stop(100%,rgba(246,243,240,0)));
		background-image: linear-gradient(to right, rgba(246,243,240,1) 0%,rgba(246,243,240,1) 60%,rgba(246,243,240,0) 60%,rgba(246,243,240,0) 100%);
		-webkit-background-size: 8px 8px;
		background-size: 8px 8px;
		bottom: 0;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		right: 0;
	}
	.menulist li a {
		padding: 8px 8px 8px 35px;
	}
	#menu h4, #rmenu h4 {
		background: none repeat scroll 0 0 transparent;
	}
	#menu h4:before, #rmenu h4:before {
		bottom: 8px;
		-webkit-box-shadow: 0 2px 2px #ac9e93;
		-moz-box-shadow: 0 2px 2px #ac9e93;
		box-shadow: 0 2px 2px #ac9e93;
		content: "";
		left: 6px;
		position: absolute;
		top: 80%;
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
		width: 100px;
		z-index: -1;
	}
	#menu .title, #rmenu .title {
		border-bottom: none;
	}
	#menu .title span, #rmenu .title span,
	#menu .title span span, #rmenu .title span span {
		background: none repeat scroll 0 0 transparent;
	}
	#menu .title span span span, #rmenu .title span span span {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,243,207,0.6)), color-stop(100%,rgba(255,255,255,0)));
		background-image: linear-gradient(to bottom, rgba(252,243,207,0.6) 0%,rgba(255,255,255,0) 100%);
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-box-shadow: -1px -1px 1px rgba(115, 82, 33, 0.15) inset, 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
		-moz-box-shadow: -1px -1px 1px rgba(115, 82, 33, 0.15) inset, 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
		box-shadow: -1px -1px 1px rgba(115, 82, 33, 0.15) inset, 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
		border-bottom: none;
		padding: 12px 15px;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#menu h4:after, #rmenu h4:after {
		background-color: #fbd0d5;
		content: "";
		height: 42px;
		left: -2px;
		position: absolute;
		top: -3px;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
		width: 100px;
		z-index: -1;
	}
	#menu h4 span, #rmenu h4 span {
		background-image: url(img/menu_h4_bg_r@2x.png);
		-webkit-background-size: 165px 38px;
		background-size: 165px 38px;
	}
	#menu h4 span:before, #rmenu h4 span:before {
		background-image: url(img/menu_h4@2x.gif);
		background-position: left top;
		background-repeat: repeat;
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
		bottom: 0;
		content: "";
		height: 38px;
		left: 0;
		position: absolute;
		right: 165px;
	}
	#menu h4 span span, #rmenu h4 span span {
		background-image: url(img/menu_h4@2x.gif);
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
	}
	#menu h4 span span:before, #rmenu h4 span span:before {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		bottom: auto;
		height: auto;
		left: auto;
		position: static;
		right: auto;
	}
	#menu h4 span span span, #rmenu h4 span span span {
		background: none repeat scroll 0 0 transparent;
		overflow: hidden;
		z-index: 0;
	}
	#menu h4 span span span:before, #rmenu h4 span span span:before {
		background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(30%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
		background-image: linear-gradient(135deg, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%); 
		content: "";
		height: 80px;
		left: 4px;
		position: absolute;
		top: 11px;
		width: 80px;
		z-index: -1;
	}
	#menu h4 span span span:after, #rmenu h4 span span span:after {
		background-image: url(img/menu_h4_bg_l@2x.png);
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 11px 24px;
		background-size: 11px 24px;
		content: "";
		height: 24px;
		left: 9px;
		position: absolute;
		top: 0;
		width: 11px;
		z-index: -1;
	}
}
@media screen and (max-width: 640px) {
	#menu {
		float: none !important;
		padding: 0 10px;
		width: auto;
	}
	.menubox {
		margin-bottom: 10px;
	}
	.menulist ul {
		background: none repeat scroll 0 0 transparent;
		padding: 0;
	}
	.menulist li {
		border-bottom: 1px dashed #e8dbcf;
		margin: 0;
	}
	.menulist li:before,
	.menulist li:after {
		background-image: none;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		bottom: auto;
		height: auto;
		left: auto;
		position: static;
		right: auto;
	}
	.menulist li:last-child {
		border-bottom: none;
	}
	.menulist li a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,242,1)), color-stop(100%,rgba(250,248,234,1)));
		background-image: linear-gradient(to bottom, rgba(252,251,242,1) 0%,rgba(250,248,234,1) 100%);
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		padding: 12px 35px 12px 15px;
	}
	.menulist .l2 a {
		background: none repeat scroll 0 0 #fcfbf2;
		padding-left: 20px;
	}
	.menulist .l3 a {
		background: none repeat scroll 0 0 #fcfbf2;
		padding-left: 30px;
	}
	.menulist li a:before {
		border-bottom: none;
		border-left: none;
		border-right: 2px solid #aad319;
		border-top: 2px solid #aad319;
		content: "";
		height: 5px;
		margin-top: -4px;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px;
	}
	.menulist .l2 a:before,
	.menulist .l3 a:before {
		border-right: 2px solid #feda79;
		border-top: 2px solid #feda79;
	}
	#menu h4, #rmenu h4 {
		background: none repeat scroll 0 0 transparent;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 0;
		overflow: hidden;
	}
	#menu h4:before, #rmenu h4:before {
		bottom: auto;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
		width: none;
		z-index: none;
	}
	#menu h4:after, #rmenu h4:after {
		background-color: transparent;
		bottom: auto;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
		width: auto;
		z-index: auto;
	}
	#menu h4 span, #rmenu h4 span {
		background: none repeat scroll 0 0 transparent;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		overflow: hidden;
		padding: 0;
	}
	#menu h4 span:before, #rmenu h4 span:before {
		background-image: none;
		background-position: left 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		bottom: auto;
		height: auto;
		left: auto;
		position: static;
		right: auto;
	}
	#menu h4 span span, #rmenu h4 span span {
		background-image: url(img/menu_h4.gif);
		background-position: left top;
		background-repeat: repeat;
		padding: 0;
	}
	#menu h4 span span span, #rmenu h4 span span span {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0)));
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
		-moz-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
		box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
		left: auto;
		margin: 0;
		padding: 14px 15px;
		top: auto;
	}
	#menu h4 span span span:before, #rmenu h4 span span span:before {
		background-image: none; 
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
		z-index: auto;
	}
	#menu h4 span span span:after, #rmenu h4 span span span:after {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
		z-index: -auto;
	}
	#menu .title, #rmenu .title {
		margin-bottom: 0;
	}
	#menu .title span span span, #rmenu .title span span span {
		padding: 14px 15px;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#menu h4 span span, #rmenu h4 span span {
		background-image: url(img/menu_h4@2x.gif);
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
	}
}

/* バナー領域
==================================================
*/
.bannerbox {
	overflow: hidden;
	padding-bottom: 20px;
}
.bannerbox ul {
	padding: 0;
}
.bannerbox li {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.bannerbox li a img {
	vertical-align: bottom; 
}
@media screen and (max-width: 899px) {
	.bannerbox li:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	.bannerbox {
		padding-bottom: 10px;
	}
	.bannerbox li {
		text-align: center;
	}
}

/* 最新記事・アーカイブ
==================================================
*/
#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
	background-image: url(img/menubox_ul.gif);
	background-position: left top;
	background-repeat: repeat;
	padding: 5px 0;
}
ul#newEntry li, ul#entryarchive li {
	background-image: url(img/menu_li_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 1.6;
	margin: 0 5px;
	padding: 10px;
}
ul#newEntry li span, ul#entryarchive li span {
	background-image: url(img/menu_bg4.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
	*zoom: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	ul#newEntry li span, ul#entryarchive li span {
		background-image: url(img/menu_bg4@2x.png);
		-webkit-background-size: 13px 13px;
		background-size: 13px 13px;
	}
}
@media screen and (max-width: 899px) {
	ul#newEntry li, ul#entryarchive li {
		background: none repeat scroll 0 0 transparent;
		padding: 8px;
	}
	ul#newEntry li:before, ul#entryarchive li:before {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(232,219,207,1)), color-stop(60%,rgba(232,219,207,1)), color-stop(60%,rgba(232,219,207,0)), color-stop(100%,rgba(232,219,207,0)));
		background-image: linear-gradient(to right, rgba(232,219,207,1) 0%,rgba(232,219,207,1) 60%,rgba(232,219,207,0) 60%,rgba(232,219,207,0) 100%);
		-webkit-background-size: 8px 8px;
		background-size: 8px 8px;
		bottom: 1px;
		content: "";
		height: 1px;
		left: 1px;
		position: absolute;
		right: 0;
	}
	ul#newEntry li:after, ul#entryarchive li:after {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,243,240,1)), color-stop(60%,rgba(246,243,240,1)), color-stop(60%,rgba(246,243,240,0)), color-stop(100%,rgba(246,243,240,0)));
		background-image: linear-gradient(to right, rgba(246,243,240,1) 0%,rgba(246,243,240,1) 60%,rgba(246,243,240,0) 60%,rgba(246,243,240,0) 100%);
		-webkit-background-size: 8px 8px;
		background-size: 8px 8px;
		bottom: 0;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		right: 0;
	}
}
@media screen and (max-width: 640px) {
	#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
		background: none repeat scroll 0 0 transparent;
		padding: 0;
	}
	ul#newEntry li, ul#entryarchive li {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,242,1)), color-stop(100%,rgba(250,248,234,1)));
		background-image: linear-gradient(to bottom, rgba(252,251,242,1) 0%,rgba(250,248,234,1) 100%);
		background-position: 0 0;
		background-repeat: repeat;
		border-bottom: 1px dashed #e8dbcf;
		margin: 0;
		padding: 12px 35px 12px 15px;
	}
	ul#newEntry li:last-child, ul#entryarchive li:last-child {
		border-bottom: medium none;
	}
	ul#newEntry li:before, ul#entryarchive li:before {
		background: none repeat scroll 0 0 transparent;
		border-bottom: none;
		border-left: none;
		border-right: 2px solid #fcc668;
		border-top: 2px solid #fcc668;
		bottom: auto;
		height: 5px;
		left: auto;
		margin-top: -4px;
		right: 15px;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px;
	}
	ul#newEntry li:after, ul#entryarchive li:after {
		background-image: none;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		bottom: auto;
		height: auto;
		left: auto;
		position: static;
		right: auto;
	}
	ul#newEntry li span, ul#entryarchive li span {
		background: none repeat scroll 0 0 transparent;
		padding-left: 0;
	}
}

/*
==================================================
フッター
==================================================
*/
#footer {
	background-image: url(img/footer_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	overflow: hidden;
	padding-top: 60px;
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#footer {
		background-image: url(img/footer_bg@2x.png);
		-webkit-background-size: 660px 60px;
		background-size: 660px 60px;
	}
}
#footer #footer_container {
	background-image: url(img/footer_container_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 28px;
	text-align: center;
}
#footer .inner {
	background-color: #3c2114;
	background-image: url(img/footer_inner_bg.gif);
	background-position: center top;
	background-repeat: repeat;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#footer .inner {
		background-image: url(img/footer_inner_bg@2x.gif);
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
	}
}
#footer a {
	color: #cdc6c3;
}
#footer p {
	background-color: #351b0f;
	background-image: url(img/footer_p_bg.gif);
	background-position: center top;
	background-repeat: repeat;
	color: #ccc5c2;
	font-size: 11px;
	line-height: 1.6;
	overflow: hidden;
	padding: 12px 0;
	position: relative;
	text-align: center;
}
#footermenu,
#footer p#footsub {
	background-color: transparent;
	background-image: none;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	margin: 0 auto;
	padding: 0 0 15px 0;
	overflow: hidden;
	text-align: center;
	width: 880px;
}
#footermenu span,
#footer p#footsub span {
	display: inline-block;
	margin: 0 20px 5px;
	*display: inline;
	*zoom: 1;
}
#footer p#footsub span {
	width: auto;
}
#footermenu a,
#footer p#footsub a {
	font-size: 12px;
	letter-spacing: normal;
	line-height: 1.4;
}
#footermenu a:hover,
#footer p#footsub a:hover {
	color: #afa29c;
	text-decoration: none;
}
@media screen and (max-width: 899px) {
	#footer #footer_container {
		background: none repeat scroll 0 0 transparent;
		padding-top: 0;
	}
	#footer .inner {
		padding-top: 28px;
	}
	#footer .inner:before {
		-webkit-box-shadow: 0 1px 30px #1f0d04;
		-moz-box-shadow: 0 1px 30px #1f0d04;
		box-shadow: 0 1px 30px #1f0d04;
		content: "";
		height: 10px;
		left: -10px;
		position: absolute;
		right: -10px;
		top: -10px;
	}
	#footermenu,
	#footer p#footsub {
		padding: 0 10px 10px 10px;
		width: auto;
	}
	#footermenu a,
	#footer p#footsub a {
		background-image: none;
		position: relative;
	}
	#footer p {
		background: none repeat scroll 0 0 rgba(25, 10, 2, 0.14);
		padding: 12px 10px;
	}
}
@media screen and (max-width: 640px) {
	#footer {
		background-image: url(img/footer_bg2.png);
		padding-top: 30px;
	}
	#footer .inner {
		padding-top: 10px;
	}
	#footermenu,
	#footer p#footsub {
		margin: 0 10px;
		padding: 0;
		text-align: left;
	}
	#footermenu span,
	#footer p#footsub span {
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		display: block;
		margin: 0;
	}
	#footermenu span:first-child,
	#footer p#footsub span:first-child {
		border-top: none;
	}
	#footer p#footsub:nth-child(2) span:first-child {
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}
	#footermenu a,
	#footer p#footsub a {
		display: block;
		font-size: 13px;
		line-height: 1.6;
		padding: 8px 30px 8px 10px;
		text-align: left;
	}
	#footermenu a:before,
	#footer p#footsub a:before {
		border-bottom: none;
		border-left: none;
		border-right: 2px solid #8b7a73;
		border-top: 2px solid #8b7a73;
		content: "";
		height: 5px;
		margin-top: -4px;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px;
	}
	#footer p {
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#footer {
		background-image: url(img/footer_bg.png);
		-webkit-background-size: 330px 30px;
		background-size: 330px 30px;
	}
}

/*
==================================================
トップページ
==================================================
*/
#whatsnew {
	background-image: url(img/whatsnew_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	margin-bottom: 20px;
	position: relative;
	top: 20px;
}
#whatsnew .title {
	background-color: #7e674d;
	background-image: url(img/whatsnew_title_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-box-shadow: 1px 1px 2px #cfccc5;
	-moz-box-shadow: 1px 1px 2px #cfccc5;
	box-shadow: 1px 1px 2px #cfccc5;
	display: inline-block;
	left: 12px;
	margin: -18px 24px 0 0;
	position: relative;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
	*display: inline;
	*zoom: 1;
}
#whatsnew .title span {
	background-image: url(img/whatsnew_title_bg_r.png);
	background-position: right top;
	background-repeat: repeat-y;
	display: inline-block;
	margin: 0 -4px 0 0;
	position: relative;
	*display: inline;
	*zoom: 1;
}
#whatsnew .title span span {
	background-image: url(img/whatsnew_title_bg_l.png);
	background-position: left top;
	background-repeat: repeat-y;
	left: -2px;
	margin: 0;
}
#whatsnew .title span span span {
	background-image: url(img/whatsnew_title.gif);
	background-position: 16px 7px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.6;
	left: auto;
	padding: 7px 25px 7px 48px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#whatsnew {
		background-image: url(img/whatsnew_bg@2x.gif);
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
	}
	#whatsnew .title {
		background-image: url(img/whatsnew_title_bg@2x.gif);
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
	}
	#whatsnew .title span {
		background-image: url(img/whatsnew_title_bg_r@2x.png);
		webkit-background-size: 4px 5px;
		background-size: 4px 5px;
	}
	#whatsnew .title span span {
		background-image: url(img/whatsnew_title_bg_l@2x.png);
		-webkit-background-size: 2px 5px;
		background-size: 2px 5px;
	}
	#whatsnew .title span span span {
		background-image: url(img/whatsnew_title@2x.png);
		-webkit-background-size: 22px 26px;
		background-size: 22px 26px;
	}
}
#whatsnew ul {
	overflow: hidden;
	padding: 10px 20px;
}
#whatsnew ul li {
	background-image: url(img/whatsnew_li.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #f0e9da;
	color: #85654c;
	font-size: 12px;
	line-height: 2;
	padding: 10px 15px 10px 40px;
	*zoom: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#whatsnew ul li {
		background-image: url(img/whatsnew_li@2x.png);
		-webkit-background-size: 26px 30px;
		background-size: 26px 30px;
	}
}
#whatsnew ul li span {
	display: block;
	font-size: 11px;
}
@media screen and (max-width: 640px) {
	#whatsnew {
		background: none repeat scroll 0 0 transparent;
		margin: 0 -5px;
		padding-bottom: 3px;
		top: auto;
	}
	#whatsnew .title {
		display: block;
		left: auto;
		margin: 0 0 5px 0;
	}
	#whatsnew .title span {
		display: block;
	}
	#whatsnew .title span span span {
		padding: 10px 20px 10px 48px;
	}
	#whatsnew ul {
		padding: 0;
	}
	#whatsnew ul li {
		background: none repeat scroll 0 0 #fbf8ef;
		border-bottom: none;
		margin-bottom: 2px;
		padding: 10px 15px;
	}
}

/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
	position: relative;
}
#categorylist .catbox {
	background-color: #fbf9f0;
	background-image: url(img/catbox_body_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-box-shadow: 1px 1px 2px #e0dfde;
	-moz-box-shadow: 1px 1px 2px #e0dfde;
	box-shadow: 1px 1px 2px #e0dfde;
	border-bottom: 1px solid #e0dfde;
	margin-bottom: 30px;
	position: relative;
	top: 15px;
	width: 100%;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
}
#categorylist .catbox_inner {
	background-image: url(img/catbox_body.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: -15px;
	padding-top: 28px;
	position: relative;
	top: -15px;
}
#categorylist .body {
	background-image: url(img/catbox_body_bg_b.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 20px;
	position: relative;
	_height: 1%;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#categorylist .catbox {
		background-image: url(img/catbox_body_bg@2x.gif);
		-webkit-background-size: 380px 320px;
		background-size: 380px 320px;
	}
	#categorylist .body {
		background-image: url(img/catbox_body_bg_b@2x.png);
		-webkit-background-size: 46px 18px;
		background-size: 46px 18px;
	}
}
#categorylist .thumb {
	float: left;
	padding: 0 20px 10px 0;
}
#categorylist .thumb img {
	vertical-align: bottom;
}
#categorylist .title {
	padding-bottom: 10px;
	overflow: hidden;
}
#categorylist .title a {
	background-image: url(img/category_title_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	color: #dd959a;
	font-size: 20px;
	font-weight: 700;
	line-height: 34px;
	padding: 0 0 10px 0;
	text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#categorylist .title a {
		background-image: url(img/category_title_bg@2x.png);
		-webkit-background-size: 22px 34px;
		background-size: 22px 34px;
	}
}
#categorylist .title a:hover {
	color: #e18282;
}
#categorylist p {
	color: #a8917d;
	font-size: 12px;
	line-height: 1.8;
	overflow: hidden;
}
#categorylist .more {
	float: right;
	position: relative;
	right: -18px;
	z-index: 0;
	_height: 1%;
}
#categorylist .more a {
	background-image: url(img/button_more2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 174px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#categorylist .more a {
		background-image: url(img/button_more2@2x.png);
		-webkit-background-size: 174px 50px;
		background-size: 174px 50px;
	}
}
#pagelist {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 10px;
	text-align: center;
}
#pagelist ul {
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	padding: 0;
}
#pagelist li {
	background-image: none;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	line-height: normal;
	margin: 0 5px 10px;
	padding: 0;
	*display: inline;
	*zoom: 1;
}
#pagelist a {
	background-color: #fbf9f2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px #e0dfde;
	-moz-box-shadow: 0 1px 2px #e0dfde;
	box-shadow: 0 1px 2px #e0dfde;
	color: #dd959a;
	display: inline-block;
	line-height: 35px;
	padding: 0 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
	*display: inline;
	*zoom: 1;
}
#pagelist a:hover {
	background-color: #dd959a;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
	text-decoration: underline;
}
@media screen and (max-width: 899px) {
	#categorylist .catbox_inner {
		background: none repeat scroll 0 0 transparent;
	}
	#categorylist .catbox_inner:before {
		background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(185,155,90,0.14)), color-stop(25%,rgba(185,155,90,0.14)), color-stop(25%,rgba(199,175,123,0.14)), color-stop(50%,rgba(199,175,123,0.14)), color-stop(50%,rgba(185,155,90,0.14)), color-stop(75%,rgba(185,155,90,0.14)), color-stop(75%,rgba(199,175,123,0.14)), color-stop(100%,rgba(199,175,123,0.14)));
		background-image: linear-gradient(135deg, rgba(185,155,90,0.14) 0%,rgba(185,155,90,0.14) 25%,rgba(199,175,123,0.14) 25%,rgba(199,175,123,0.14) 50%,rgba(185,155,90,0.14) 50%,rgba(185,155,90,0.14) 75%,rgba(199,175,123,0.14) 75%,rgba(199,175,123,0.14) 100%);
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
		content: "";
		height: 24px;
		left: 50%;
		margin-left: -78px;
		position: absolute;
		top: 2px;
		-webkit-transform: rotate(-1deg);
		transform: rotate(-1deg);
		width: 160px;
	}
}
@media screen and (max-width: 640px) {
	#categorylist {
		margin: -20px -10px 0;
		position: relative;
	}
	#categorylist .catbox {
		background-image: none;
		background-position: 0 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border-bottom: 2px dotted #b99b5a;
		margin-bottom: 0;
		top: auto;
	}
	#categorylist .catbox:nth-child(even) {
		background-color: #f8f4e5;
	}
	#categorylist .catbox:last-child {
		border-bottom: medium none;
	}
	#categorylist .catbox_inner {
		margin-bottom: auto;
		padding-top: 0;
		position: relative;
		top: auto;
	}
	#categorylist .catbox_inner:before {
		background-image: none;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		height: auto;
		left: auto;
		margin-left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
		width: auto;
	}
	#categorylist .body {
		background: none repeat scroll 0 0 transparent;
		padding: 15px 10px;
	}
	#categorylist .thumb {
		padding: 0 10px 10px 0;
	}
	#categorylist .thumb img {
		max-width: 90px;
	}
	#categorylist .title {
		padding-bottom: 5px;
	}
	#categorylist .title a {
		background-color: transparent;
		background-image: none;
		background-position: 0 0;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		border-bottom: 5px solid #fdf4bb;
		font-size: 16px;
		line-height: 1.6;
		padding: 0;
	}
	#categorylist p {
		font-size: 11px;
		padding-bottom: 10px;
	}
	#categorylist .more {
		clear: both;
		float: none;
		right: auto;
	}
	#categorylist .more a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df9ea3), color-stop(100%,#d48890));
		background-image: linear-gradient(to bottom, #df9ea3 0%,#d48890 100%);
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		height: 36px;
		line-height: 36px;
		text-align: center;
		text-indent: 0;
		text-decoration: none;
		white-space: normal;
		width: 100%;
	}
	#categorylist .more a:before {
		border-bottom: none;
		border-left: none;
		border-right: 2px solid rgba(255, 255, 255, 0.8);
		border-top: 2px solid rgba(255, 255, 255, 0.8);
		content: "";
		height: 5px;
		margin-top: -4px;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px;
	}
	#pagelist a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffefc), color-stop(100%,#fbf9f2));
		background-image: linear-gradient(to bottom, #fffefc 0%,#fbf9f2 100%); 
	}
	#pagelist a:hover {
		background-image: none;
	}
}

/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
	background-color: #fbf9f0;
	background-image: url(img/entry_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-box-shadow: 1px 1px 2px #e0dfde;
	-moz-box-shadow: 1px 1px 2px #e0dfde;
	box-shadow: 1px 1px 2px #e0dfde;
	border-bottom: 1px solid #e0dfde;
	margin-bottom: 10px;
	position: relative;
	top: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#entrylist {
		background-image: url(img/entry_bg@2x.gif);
		-webkit-background-size: 380px 320px;
		background-size: 380px 320px;
	}
}
#entrylist h4 {
	background-image: url(img/entry_title.png);
	background-position: 5px top;
	background-repeat: no-repeat;
	margin: 0 0 -17px 0;
	padding: 0 20px;
	position: relative;
	top: -17px;
}
#entrylist h4 span {
	background-image: url(img/menu_li_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #dc6c75;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	padding: 38px 10px 15px 25px;
}
#entrylist dl {
	overflow: hidden;
	padding: 0 20px 10px;
	position: relative;
	*height: 1%;
}
#entrylist dt {
	border-top: 1px solid #f3ece2;
	padding: 12px 5px;
	position: relative;
	top: -1px;
	*height: 1%;
}
#entrylist dt a {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}
#entrylist dd {
	font-size: 12px;
	line-height: 1.6;
	padding: 0 5px 5px;
	position: relative;
	top: -8px;
}
#relNavigate {
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	text-align: center;
}
#relNavigate a {
	background-color: #fbf9f2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px #e0dfde;
	-moz-box-shadow: 0 1px 2px #e0dfde;
	box-shadow: 0 1px 2px #e0dfde;
	color: #dd959a;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 35px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0 25px;
	position: relative;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
	*display: inline;
	*zoom: 1;
}
#relNavigate a:hover {
	background-color: #dd959a;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
	text-decoration: underline;
}
@media screen and (max-width: 899px) {
	#entrylist:before {
		background-color: #f4f3e6;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
		content: "";
		height: 50px;
		left: 5px;
		position: absolute;
		top: -2px;
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
		width: 200px;
		z-index: -1;
	}
	#entrylist h4 {
		background-image: url(img/entry_title2.png);
		background-position: 10px 2px;
	}
	#entrylist h4 span {
		background: none repeat scroll 0 0 transparent;
	}
	#entrylist h4 span:before {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(232,219,207,1)), color-stop(60%,rgba(232,219,207,1)), color-stop(60%,rgba(232,219,207,0)), color-stop(100%,rgba(232,219,207,0)));
		background-image: linear-gradient(to right, rgba(232,219,207,1) 0%,rgba(232,219,207,1) 60%,rgba(232,219,207,0) 60%,rgba(232,219,207,0) 100%);
		-webkit-background-size: 8px 8px;
		background-size: 8px 8px;
		bottom: 1px;
		content: "";
		height: 1px;
		left: 1px;
		position: absolute;
		right: 0;
	}
	#entrylist h4 span:after {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,243,240,1)), color-stop(60%,rgba(246,243,240,1)), color-stop(60%,rgba(246,243,240,0)), color-stop(100%,rgba(246,243,240,0)));
		background-image: linear-gradient(to right, rgba(246,243,240,1) 0%,rgba(246,243,240,1) 60%,rgba(246,243,240,0) 60%,rgba(246,243,240,0) 100%);
		-webkit-background-size: 8px 8px;
		background-size: 8px 8px;
		bottom: 0;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		right: 0;
	}
	#relNavigate {
		margin-bottom: 10px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#entrylist h4 {
		background-image: url(img/entry_title2@2x.png);
		-webkit-background-size: 26px 48px;
		background-size: 26px 48px;
	}
}
@media screen and (max-width: 640px) {
	#entrylist {
		background-image: none;
		background-position: 0 0;
		margin: 0 -5px 20px;
	}
	#entrylist h4 {
		background-position: left 2px;
		padding: 0;
	}
	#entrylist dl {
		padding: 0;
	}
	#entrylist dt {
		padding: 12px 15px;
	}
	#entrylist dd {
		padding: 0 15px 5px;
	}
	#relNavigate a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffefc), color-stop(100%,#fbf9f2));
		background-image: linear-gradient(to bottom, #fffefc 0%,#fbf9f2 100%); 
		margin-left: 5px;
		margin-right: 5px;
		padding: 5px 12px;
	}
	#relNavigate a:hover {
		background-image: none;
	}
}

/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps {
	margin-bottom: 30px;
	overflow: hidden;
}
#sitemaps ul {
	padding: 0 10px;
	margin: 10px 0;
}
#sitemaps li {
	background: none repeat scroll 0 0 transparent;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	padding: 0;
}
#sitemaps .l1 {
	margin-top: 10px;
}
#sitemaps .l2 {
	margin-left: 15px;
	margin-top: 10px;
}
#sitemaps .l3 {
	margin-left: 35px;
	margin-top: 10px;
}
#sitemaps li a {
	background-image: url(img/menu_bg.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	color: #dd959a;
	display: inline-block;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 1.6;
	padding: 2px 0 2px 25px;
	*display: inline;
	*zoom:1;
}
#sitemaps .l1 a {
	font-weight: 700;
}
#sitemaps .l2 a,
#sitemaps .l3 a {
	background-image: url(img/menu_bg2.png);
	background-position: left -2px;
	font-size: 14px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#sitemaps li a {
		background-image: url(img/menu_bg@2x.png);
		-webkit-background-size: 16px 18px;
		background-size: 16px 18px;
	}
	#sitemaps .l2 a,
	#sitemaps .l3 a {
		background-image: url(img/menu_bg2@2x.png);
		-webkit-background-size: 18px 18px;
		background-size: 18px 18px;
	}
}
#sitemaps li a:hover {
	color: #e18282;
	text-decoration: none;
}
@media screen and (max-width: 640px) {
	#sitemaps {
		margin: 0 -10px;
	}
	#sitemaps ul {
		padding: 0;
		margin: 0;
	}
	#sitemaps ul:first-child {
		border-top: 1px dashed #e8dbcf;
	}
	#sitemaps li {
		border-bottom: 1px dashed #e8dbcf;
	}
	#sitemaps li,
	#sitemaps .l1,
	#sitemaps .l2,
	#sitemaps .l3 {
		margin-left: 0;
		margin-top: 0;
	}
	#sitemaps li a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,242,1)), color-stop(100%,rgba(250,248,234,1)));
		background-image: linear-gradient(to bottom, rgba(252,251,242,1) 0%,rgba(250,248,234,1) 100%);
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		display: block;
		font-size: 14px;
		line-height: 1.5;
		padding: 12px 35px 12px 15px;
		text-decoration: none;
	}
	#sitemaps .l2 a {
		background: none repeat scroll 0 0 #fcfbf2;
		font-size: 14px;
		padding-left: 20px;
	}
	#sitemaps .l3 a {
		background: none repeat scroll 0 0 #fcfbf2;
		font-size: 14px;
		padding-left: 30px;
	}
	#sitemaps li a:before {
		border-bottom: none;
		border-left: none;
		border-right: 2px solid #aad319;
		border-top: 2px solid #aad319;
		content: "";
		height: 5px;
		margin-top: -4px;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px;
	}
	#sitemaps .l2 a:before,
	#sitemaps .l3 a:before {
		border-right: 2px solid #feda79;
		border-top: 2px solid #feda79;
	}
}

/*
==================================================
フリースペース
==================================================
*/
#space3, #space4, #space5, #space6 {
	line-height: 1.4;
	overflow: hidden;
	padding: 6px;
}
.img-wrap {
	width: 100%;
	text-align: center;
}
#space3 img, #space4 img, #space5 img, #space6 img {
	width: 90%;
}
/*
==================================================
ブログモード
==================================================
*/
.blog {
	border-bottom: 1px dashed #dcd3cd;
	margin: 15px 0;
	overflow: hidden;
	padding: 10px 0;
}
.blog .thumb {
	float: left;
	margin-right: 15px;
}
.blog .thumb img { width: 125px; }
.blog .title {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.blog .title a { color: #dd959a; }
.blog .title a:hover { color: #e18282; }
.blog .info {
	color: #a99381;
	font-size: 12px;
	margin-bottom: 5px;
}
.blog .info a { color: #a99381; }
.blog .info a:hover { color: #c3b3a7; }
.blog .body {
	line-height: 1.6;
	overflow: hidden;
}
.blog .more {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: right;
}
@media screen and (max-width: 640px) {
	.blog {
		margin: 10px 0;
		padding: 5px 0;
	}
	.blog:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	.blog .thumb img {
		max-width: 90px;
		vertical-align: bottom;
	}
	.blog .body {
		font-size: 11px;
	}
}

/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0;
}
#searchresult dl {
	margin: 0 0 -15px 0;
	position: relative;
	width: 100%;
}
#searchresult dt {
	font-size: 15px;
	padding: 5px;
}
#searchresult dd {
	border-bottom: 1px dashed #dcd3cd;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 0 5px 15px;
	position: relative;
	*zoom: 1;
}
#searchresult b {
	color: #e18282;
}
@media screen and (max-width: 640px) {
	#searchresult {
		margin-bottom: 20px;
		overflow: visible;
		padding: 0;
	}
	#searchresult dl {
		margin: 0 0 -20px 0;
	}
	#searchresult dt {
		padding: 5px 0;
	}
	#searchresult dd {
		font-size: 12px;
		margin: 0 0 5px;
		padding: 0 0 10px;
	}
	#searchresult dd:last-child {
		border-bottom: none;
		margin: 0;
	}
}

/*
==================================================
リンク集
==================================================
*/
#linklist {
	overflow: hidden;
	text-align: left;
	padding: 0;
}
#linklist dt {
	font-size: 15px;
	padding: 5px;
}
#linklist dd {
	border-bottom: 1px dashed #dcd3cd;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 0 5px 15px;
	position: relative;
	*zoom: 1;
}
@media screen and (max-width: 640px) {
	#linklist dt {
		padding: 5px 0;
	}
	#linklist dd {
		font-size: 12px;
		margin: 0 0 5px;
		padding: 0 0 10px;
	}
	#linklist dd:last-child {
		border-bottom: none;
		margin: 0;
	}
}

/*
==================================================
ポイント
==================================================
*/
#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: #dc6c75;
	font-size: 22px;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 14px 0 14px 80px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	*zoom: 1;
}
.point1 { background-image: url(img/point1.png); }
.point2 { background-image: url(img/point2.png); }
.point3 { background-image: url(img/point3.png); }
.point4 { background-image: url(img/point4.png); }
.point5 { background-image: url(img/point5.png); }
.point6 { background-image: url(img/point6.png); }
.point7 { background-image: url(img/point7.png); }
.point8 { background-image: url(img/point8.png); }
.point9 { background-image: url(img/point9.png); }
.point10 { background-image: url(img/point10.png); }
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.point1 { background-image: url(img/point1@2x.png); }
	.point2 { background-image: url(img/point2@2x.png); }
	.point3 { background-image: url(img/point3@2x.png); }
	.point4 { background-image: url(img/point4@2x.png); }
	.point5 { background-image: url(img/point5@2x.png); }
	.point6 { background-image: url(img/point6@2x.png); }
	.point7 { background-image: url(img/point7@2x.png); }
	.point8 { background-image: url(img/point8@2x.png); }
	.point9 { background-image: url(img/point9@2x.png); }
	.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: 72px 58px;
		background-size: 72px 58px;
	}
}

/*
==================================================
ランキング
==================================================
*/

/* メインコンテンツ用ランキング
==================================================
*/
#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: #cda05c;
	background-image: url(img/rank_bg.gif);
	background-position: center top;
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 3px solid #7e3900;
	color: #85654c;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
}
#main .rank-container {
	background-image: url(img/rank_container_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
}
#main .rank-inner {
	background-color: #ffffff;
	background-image: url(img/rank_inner_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 2px solid #f4f4f4;
	-webkit-box-shadow: 0px 0px 3px #caa36d;
	-moz-box-shadow: 0px 0px 3px #caa36d;
	box-shadow: 0px 0px 3px #caa36d;
	position: relative;
	z-index: 0;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
}
#main .rank .top {
	background-image: url(img/rank_bg_t.gif);
	background-position: center top;
	background-repeat: repeat-x;
	left: -2px;
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: -1;
}
#main .rank .top span {
	background-image: url(img/rank_bg_tl.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
#main .rank .top span span {
	background-image: url(img/rank_bg_tr.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 62px;
	overflow: hidden;
}
#main .rank .bottom {
	background-image: url(img/rank_bg_bl.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	bottom: -2px;
	left: -2px;
	position: absolute;
	right: -2px;
	z-index: -1;
}
#main .rank .bottom span {
	background-image: url(img/rank_bg_br.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	display: block;
	height: 52px;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank {
		background-image: url(img/rank_bg@2x.gif);
		-webkit-background-size: 256px 256px;
		background-size: 256px 256px;
	}
	#main .rank .top {
		background-image: url(img/rank_bg_t@2x.gif);
		-webkit-background-size: 200px 70px;
		background-size: 200px 70px;
	}
	#main .rank .top span {
		background-image: url(img/rank_bg_tl@2x.png);
		-webkit-background-size: 120px 62px;
		background-size: 120px 62px;
	}
	#main .rank .top span span {
		background-image: url(img/rank_bg_tr@2x.png);
		-webkit-background-size: 120px 62px;
		background-size: 120px 62px;
	}
	#main .rank .bottom {
		background-image: url(img/rank_bg_bl@2x.png);
		-webkit-background-size: 34px 30px;
		background-size: 34px 30px;
	}
	#main .rank .bottom span {
		background-image: url(img/rank_bg_br@2x.png);
		-webkit-background-size: 54px 52px;
		background-size: 54px 52px;
	}
}
#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
	background-repeat: no-repeat;
	border: medium none;
	color: #dc6c75;
	font-size: 28px;
	font-weight: 700;
	height: auto;
	line-height: 1.3;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 24px 0 20px 82px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	*zoom: 1;
}
#main .rank1,#main .rank2,#main .rank3{
	background-position: left top;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
	background-position: 5px top;
	padding: 11px 0 11px 82px;
}
#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 0 10px 0;
}
#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{
}
.rank1 { background-image: url(img/rank1.png); }
.rank2 { background-image: url(img/rank2.png); }
.rank3 { background-image: url(img/rank3.png); }
.rank4 { background-image: url(img/rank4.png); }
.rank5 { background-image: url(img/rank5.png); }
.rank6 { background-image: url(img/rank6.png); }
.rank7 { background-image: url(img/rank7.png); }
.rank8 { background-image: url(img/rank8.png); }
.rank9 { background-image: url(img/rank9.png); }
.rank10 { background-image: url(img/rank10.png); }
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.rank1 { background-image: url(img/rank1@2x.png); }
	.rank2 { background-image: url(img/rank2@2x.png); }
	.rank3 { background-image: url(img/rank3@2x.png); }
	.rank4 { background-image: url(img/rank4@2x.png); }
	.rank5 { background-image: url(img/rank5@2x.png); }
	.rank6 { background-image: url(img/rank6@2x.png); }
	.rank7 { background-image: url(img/rank7@2x.png); }
	.rank8 { background-image: url(img/rank8@2x.png); }
	.rank9 { background-image: url(img/rank9@2x.png); }
	.rank10 { background-image: url(img/rank10@2x.png); }
	#main .rank1,#main .rank2,#main .rank3 {
		-webkit-background-size: 72px 82px;
		background-size: 72px 82px;
	}
	#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10 {
		-webkit-background-size: 60px 56px;
		background-size: 60px 56px;
	}
}
#main .rankbox {
	padding: 23px 18px 18px 18px;
	position: relative;
}
#main .rankbox .rankbox-inner {
	overflow: hidden;
	position: relative;
}
#main .rankbox .feature {
	background-image: url(img/feature_title.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 18px;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rankbox .feature {
		background-image: url(img/feature_title@2x.png);
		-webkit-background-size: 36px 12px;
		background-size: 36px 12px;
	}
}
#main .rankbox .feature span {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}
#main .rankbox .rankbox-inner .float-l p,
#main .rankbox .rankbox-inner .float-r p {
	padding-bottom: 0;
}
#main .rankbox .float-l img,
#main .rankbox .float-r img {
	padding: 0 !important;
}
#main .rankbox .rankbox-inner p {
	font-size: 12px;
	line-height: 1.8;
	overflow: hidden;
	padding-bottom: 20px;
	*zoom: normal;
}
#main .rankbox .rank-table {
	clear: both;
	margin: 0;
	width: 100%;
}
#main .rankbox .rank-table th, #main .rankbox .rank-table td {
	background-color: transparent;
	border: 1px dashed #dad0c2;
	padding: 10px 15px;
	text-align: left;
	vertical-align: middle;
}
#main .rankbox .rank-table th {
	background-color: #f8f5ec;
	background-image: url(img/rank_table_th.gif);
	background-position: left top;
	background-repeat: repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rankbox .rank-table th {
		background-image: url(img/rank_table_th@2x.gif);
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
	}
}
#main .rankbox .rank-table td {
	background-color: #ffffff;
}
#main .rank .comment {
	background-color: #ffbd29;
	background-image: url(img/comment_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 50px;
	padding: 3px;
	position: relative;
	top: 50px;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
}
#main .rank .comment .comment-inner {
	background-color: #fffbf2;
	border: 1px solid #ffd802;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	position: relative;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
	*zoom: 1;
}
#main .rank .comment .comment-tit {
	margin: -40px -5px 10px;
	position: relative;
}
#main .rank .comment .comment-tit span {
	background-color: #8b5d45;
	background-image: url(img/comment_title.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	padding: 3px;
	position: relative;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
	*display: inline;
	*zoom: 1;
}
#main .rank .comment .comment-tit span span {
	background-image: url(img/comment_title_span.gif);
	padding: 1px;
}
#main .rank .comment .comment-tit span span span {
	background-image: url(img/comment_title.gif);
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	padding: 5px 30px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
#main .rank .comment p {
	background-image: url(img/comment_p.gif);
	background-position: left top;
	background-repeat: repeat;
	font-size: 13px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank .comment .comment-tit span {
		background-image: url(img/comment_title@2x.gif);
		-webkit-background-size: 100px 55px;
		background-size: 100px 55px;
	}
	#main .rank .comment .comment-tit span span {
		background-image: url(img/comment_title_span@2x.gif);
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
	}
	#main .rank .comment .comment-tit span span span {
		background-image: url(img/comment_title@2x.gif);
		-webkit-background-size: 100px 55px;
		background-size: 100px 55px;
	}
}
#main .rank .more {
	font-size: 0;
	letter-spacing: -.40em;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
	text-align: center;
}
#main .rank .more span {
	display: inline-block;
	font-size: 18px;
	letter-spacing: normal;
	margin-bottom: 5px;
	padding: 0 5px;
	vertical-align: bottom;
	*display: inline;
	*zoom:1;
}
#main .rank .more a {
	background-image: url(img/button_more.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 67px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 250px;
}
#main .rank .more span.official {
	margin-right: 0;
}
#main .rank .more span.official a {
	background-image: url(img/button_official.png);
}
.ritm_rank1 td.rank {
	width: 10%;
}
@media screen and (max-width: 899px) {
	#main .rank-container {
		background: none repeat scroll 0 0 transparent;
	}
	#main .rank-container:before {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,235,178,0.85)), color-stop(100%,rgba(255,235,178,0)));
		background-image: linear-gradient(to bottom, rgba(255,235,178,0.85) 0%,rgba(255,235,178,0) 100%);
		content: "";
		display: block;
		height: 50%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#main .rank-inner {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
	}
	#main .rank-inner:before {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fdfcfc));
		background-image: linear-gradient(to bottom, #ffffff 0%,#fdfcfc 100%);
		bottom: -2px;
		content: "";
		display: block;
		height: 30%;
		left: -2px;
		position: absolute;
		right: -2px;
		z-index: -1;
	}
	#main .rankbox {
		padding: 23px 10px 15px 10px;
	}
	#main .rank .comment {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		position: relative;
		z-index: 0;
	}
	#main .rank .comment:before {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffee85), color-stop(100%,#ffbd29));
		background-image: linear-gradient(to bottom, #ffee85 0%,#ffbd29 100%);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		bottom: 0;
		content: "";
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#main .rank .more span {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#267f44), color-stop(100%,#48a42d));
		background-image: linear-gradient(to bottom, #267f44 35%,#48a42d 100%);
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
		color: #ffffff;
		display: block;
		margin: 0 auto 10px auto;
		overflow: hidden;
		padding: 0;
		position: relative;
		width: 90%;
		z-index: 0;
	}
	#main .rank .more span:before {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48a42d), color-stop(65%,#267f44));
		background-image: linear-gradient(to bottom, #48a42d 0%,#267f44 65%);
		border: 2px solid rgba(255, 255, 255, 0.5);
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		bottom: 3px;
		content: "";
		display: block;
		left: 3px;
		position: absolute;
		right: 3px;
		top: 3px;
		z-index: -1;
	}
	#main .rank .more span:after {
		background-color: rgba(255, 255, 255, 0.1);
		-webkit-border-radius: 0 0 1000px 1000px / 0 0 20px 20px;
		-moz-border-radius: 0 0 1000px 1000px / 0 0 20px 20px;
		border-radius: 0 0 1000px 1000px / 0 0 20px 20px;
		content: "";
		display: block;
		height: 30px;
		left: 0;
		position: absolute;
		right: 0;
		top: 3px;
		z-index: -1;
	}
	#main .rank .more span.official {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ff9100), color-stop(100%,#ffc92a));
		background-image: linear-gradient(to bottom, #ff9100 35%,#ffc92a 100%);
		margin-right: auto;
	}
	#main .rank .more span.official:before {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc92a), color-stop(65%,#ff9100));
		background-image: linear-gradient(to bottom, #ffc92a 0%,#ff9100 65%);
	}
	#main .rank .more span:hover {
		left: 1px;
		top: 1px;
	}
	#main .rank .more a,
	#main .rank .more span.official a {
		background: none repeat scroll 0 0 transparent;
		color: #ffffff;
		height: 60px;
		line-height: 60px;
		position: relative;
		text-decoration: none;
		text-indent: 0;
		text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
		white-space: normal;
		width: auto;
		z-index: 0;
	}
	#main .rank .more a:before,
	#main .rank .more a:after {
		background-image: url(img/button_more_l.png);
		background-position: left top;
		background-repeat: no-repeat;
		bottom: 0;
		content: "";
		display: block;
		left: 10px;
		position: absolute;
		right: 0;
		top: 5px;
		z-index: -1;
	}
	#main .rank .more a:after {
		background-image: url(img/button_more_r.png);
		background-position: right bottom;
		bottom: 5px;
		right: 10px;
	}
	#main .rank .more a:hover {
		left: 0;
		top: 0;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank .more a:before {
		background-image: url(img/button_more_l@2x.png);
		-webkit-background-size: 44px 36px;
		background-size: 44px 36px;
	}
	#main .rank .more a:after {
		background-image: url(img/button_more_r@2x.png);
		-webkit-background-size: 40px 36px;
		background-size: 40px 36px;
	}
}
@media screen and (max-width: 640px) {
	#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 .rank-table th {
		background-image: none;
		background-position: 0 0;
	}
	#main .rank .comment .comment-tit span {
		display: block;
	}
	#main .rank .more span {
		width: 95%;
	}
}

/* メニュー用ランキング
==================================================
*/
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5{
	background-repeat: no-repeat;
	border: medium none;
	color: #dc6c75;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	line-height: 1.3;
	margin: 0;
}
#menu .rank1,#menu .rank2,#menu .rank3{
	background-position: left top;
	padding: 30px 0 30px 80px;
}
#menu .rank4,#menu .rank5{
	background-position: 5px 12px;
	padding: 28px 0 28px 80px;
}
#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 screen 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: 72px 82px;
		background-size: 72px 82px;
	}
	#menu .rank4,#menu .rank5 {
		-webkit-background-size: 60px 56px;
		background-size: 60px 56px;
	}
}

/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 {
	text-align: center;
}
#column1 #menu, #column1 #main {
	float: none;
	width: auto;
}
#column1 #menu {
	padding-top: 25px;
}
#column1 #menu .menulist ul, #column1 #menu ul#newEntry, #column1 #menu ul#entryarchive {
	letter-spacing: -0.4em;
	line-height: 0;
	margin: 0;
	padding: 5px 10px;
}
#column1 #menu .menulist li, #column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	display: inline-block;
	letter-spacing: normal;
	line-height: 1.6;
	margin: 0;
	overflow: hidden;
	padding: 5px 0;
	*display: inline;
	*zoom: 1;
}
#column1 #menu .menulist li a {
	background-color: transparent;
	background-image: url(img/menu_bg.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: 400;
	margin: 0 20px 0 0;
	padding: 0 0 0 22px;
	text-decoration: underline;
	*zoom: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#column1 #menu .menulist li a {
		background-image: url(img/menu_bg@2x.png);
		-webkit-background-size: 16px 18px;
		background-size: 16px 18px;
	}
}
#column1 #menu .menulist li a:hover {
	text-decoration: none;
}
#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
	margin: 0 20px 0 0;
	padding: 5px 0;
}
@media screen and (max-width: 899px) {
	#column1 #menu .menulist li:before,
	#column1 #menu .menulist li:after,
	#column1 #menu ul#newEntry li:before, #column1 #menu ul#entryarchive li:before,
	#column1 #menu ul#newEntry li:after, #column1 #menu ul#entryarchive li:after {
		background-image: none;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		bottom: auto;
		height: auto;
		left: auto;
		position: static;
		right: auto;
	}
}
@media screen and (max-width: 640px) {
	#column1 #menu {
		padding-top: 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 {
		border-bottom: 1px dashed #e8dbcf;
		display: block;
		padding: 0;
	}
	#column1 #menu .menulist li:last-child, #column1 #menu ul#newEntry li:last-child, #column1 #menu ul#entryarchive li:last-child  {
		border-bottom: none;
	}
	#column1 #menu .menulist li a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,242,1)), color-stop(100%,rgba(250,248,234,1)));
		background-image: linear-gradient(to bottom, rgba(252,251,242,1) 0%,rgba(250,248,234,1) 100%);
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		margin: 0;
		padding: 12px 35px 12px 15px;
		text-decoration: none;
	}
	#column1 #menu .menulist .l2 a {
		background: none repeat scroll 0 0 #fcfbf2;
		padding-left: 20px;
	}
	#column1 #menu .menulist .l3 a {
		background: none repeat scroll 0 0 #fcfbf2;
		padding-left: 30px;
	}
	#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
		margin: 0;
		padding: 15px 10px;
	}
	#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,251,242,1)), color-stop(100%,rgba(250,248,234,1)));
		background-image: linear-gradient(to bottom, rgba(252,251,242,1) 0%,rgba(250,248,234,1) 100%);
		margin: 0;
		padding: 12px 35px 12px 15px;
	}
	#column1 #menu ul#newEntry li:before, #column1 #menu ul#entryarchive li:before {
		height: 5px;
		position: absolute;
		right: 15px;
	}
}

/*
==================================================
２カラムレイアウト
==================================================
*/
#column2 {
	text-align: center;
}

/*
==================================================
レイアウト切り替え用スタイル(後で削除)
==================================================
*/
#column1 #rmenu, #column2 #rmenu, #column1 #space3, #column1 #space4,#column1 .bannerbox,#column1 #submenu { display: none; }
#wrapper #headerbox { height: auto !important; }
#header .desc {



}
.topAreaOff #top #logo,
.topAreaOff #top h1 {
	width: 900px;
	margin: 10px 0;
}
@media screen and (max-width: 899px) {
	.topAreaOff #top #logo,
	.topAreaOff #top h1 {
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	.topmenubtnOff #top #logo,
	.topmenubtnOff #top h1 {
		padding: 18px 10px;
	}
}

/* 文字装飾 */
.alert,.accept,.attention,.thint {
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.6;
	margin: 10px 0;
	padding: 24px 15px 24px 80px;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
}
.alert {
	background-color: #fff9db;
	background-image: url(img/alert.gif);
	color: #ffa725;
}
.accept {
	background-color: #f5fbe3;
	background-image: url(img/accept.gif);
	color: #80b73d;
}
.attention {
	background-color: #fff8f8;
	background-image: url(img/attention.gif);
	color: #f78882;
}
.thint {
	background-color: #f3fbfe;
	background-image: url(img/thint.gif);
	color: #69a4cf;
}
.user1 {
	background-color: #faf8f3;
	background-image: url(img/user1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	color: #247887;
	font-size: 13px;
	line-height: 1.6;
	margin: 10px 0;
	min-height: 0;
	overflow: hidden;
	position: relative;
	padding: 60px 15px 60px 165px;
	_height: auto;
}
.user2 {
	background-color: #faf8f3;
	background-image: url(img/user2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	color: #cc5a72;
	font-size: 13px;
	line-height: 1.6;
	margin: 10px 0;
	min-height: 0;
	overflow: hidden;
	position: relative;
	padding: 60px 15px 60px 165px;
	_height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.alert,.accept,.attention,.thint {
		-webkit-background-size: 66px 64px;
		background-size: 66px 64px;
	}
	.alert {
		background-image: url(img/alert@2x.gif);
	}
	.accept {
		background-image: url(img/accept@2x.gif);
	}
	.attention {
		background-image: url(img/attention@2x.gif);
	}
	.thint {
		background-image: url(img/thint@2x.gif);
	}
	.user1 {
		background-image: url(img/user1@2x.gif);
		-webkit-background-size: 150px 140px;
		background-size: 150px 140px;
	}
	.user2 {
		background-image: url(img/user2@2x.gif);
		-webkit-background-size: 150px 140px;
		background-size: 150px 140px;
	}
}
@media screen and (max-width: 640px) {
	.user1,
	.user2 {
		-webkit-background-size: 75px 70px;
		background-size: 75px 70px;
		padding: 26px 15px 26px 90px;
	}
}
.noimage{
	padding: 12px 12px;
	background-image: none;
	min-height:15px;
}




/* 記事スタイル修正 */
#wrapper #main .txt-border {
	margin: 10px 0 20px;
	padding: 0 10px !important;
}
#wrapper #main .txt-decbox1 .top h2,
#wrapper #main .txt-decbox2 .top h2,
#wrapper #main .txt-decbox1 .top h3,
#wrapper #main .txt-decbox2 .top h3 {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	top: auto;
}
#wrapper #main .txt-decbox1 .top h2 span span span,
#wrapper #main .txt-decbox2 .top h2 span span span,
#wrapper #main .txt-decbox1 .top h3 span span span,
#wrapper #main .txt-decbox2 .top h3 span span span {
	left: auto;
	top: auto;
}
#wrapper #main .txt-decbox2 .top h2 span span,
#wrapper #main .txt-decbox2 .top h3 span span,
#wrapper #main .txt-decbox2 .top h2 span span span,
#wrapper #main .txt-decbox2 .top h3 span span span {
	padding: 0;
}
#wrapper #main .txt-decbox1 .body h2,
#wrapper #main .txt-decbox2 .body h2,
#wrapper #main .txt-decbox1 .body h3,
#wrapper #main .txt-decbox2 .body h3 {
	background-color: #fbf0f2;
	background-image: url(img/h3_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-box-shadow: 1px 1px 2px #d3c4c6;
	-moz-box-shadow: 1px 1px 2px #d3c4c6;
	box-shadow: 1px 1px 2px #d3c4c6;
	margin: 20px 0 !important;
	padding: 0;
	position: relative;
	z-index: 1;
	behavior: url(http://nsiceous.maiougi.com/css/PIE.htc);
	*zoom: 1;
}
#wrapper #main .txt-decbox1 .body h2 span,
#wrapper #main .txt-decbox2 .body h2 span,
#wrapper #main .txt-decbox1 .body h3 span,
#wrapper #main .txt-decbox2 .body h3 span {
	background-image: url(img/h3_bg_r.png);
	background-position: right top;
	background-repeat: repeat-y;
	display: block;
	margin: 0 -5px 0 0 !important;
	padding: 0;
	position: relative;
	*zoom: 1;
}
#wrapper #main .txt-decbox1 .body h2 span span,
#wrapper #main .txt-decbox2 .body h2 span span,
#wrapper #main .txt-decbox1 .body h3 span span,
#wrapper #main .txt-decbox2 .body h3 span span {
	background-image: url(img/h3_bg_l.png);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0 0 0 -4px !important;
	padding: 0 0 1px 0;
}
#wrapper #main .txt-decbox1 .body h2 span span span,
#wrapper #main .txt-decbox2 .body h2 span span span,
#wrapper #main .txt-decbox1 .body h3 span span span,
#wrapper #main .txt-decbox2 .body h3 span span span {
	background-image: url(img/h3.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #d67d84;
	font-size: 20px;
	left: -27px;
	line-height: 1.4;
	margin: 0 0 -15px 0 !important;
	padding: 35px 0 8px 60px;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	top: -20px;
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#wrapper #main .txt-decbox1 .body h2,
	#wrapper #main .txt-decbox2 .body h2,
	#wrapper #main .txt-decbox1 .body h3,
	#wrapper #main .txt-decbox2 .body h3 {
		background-image: url(img/h3_bg@2x.gif);
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
	}
	#wrapper #main .txt-decbox1 .body h2:before,
	#wrapper #main .txt-decbox2 .body h2:before,
	#wrapper #main .txt-decbox1 .body h3:before,
	#wrapper #main .txt-decbox2 .body h3:before {
		background-color: transparent;
		background-image: url(img/h3_bg@2x.gif);
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 100px 100px;
		background-size: 100px 100px;
		bottom: 0;
		content: "";
		display: block;
		left: 0;
		position: absolute !important;
		right: 0;
		top: 0;
		z-index: auto;
	}
	#wrapper #main .txt-decbox1 .body h2 span,
	#wrapper #main .txt-decbox2 .body h2 span,
	#wrapper #main .txt-decbox1 .body h3 span,
	#wrapper #main .txt-decbox2 .body h3 span {
		background-image: url(img/h3_bg_r@2x.png);
		-webkit-background-size: 6px 55px;
		background-size: 6px 55px;
	}
	#wrapper #main .txt-decbox1 .body h2 span span,
	#wrapper #main .txt-decbox2 .body h2 span span,
	#wrapper #main .txt-decbox1 .body h3 span span,
	#wrapper #main .txt-decbox2 .body h3 span span {
		background-image: url(img/h3_bg_l@2x.png);
		-webkit-background-size: 6px 55px;
		background-size: 6px 55px;
	}
	#wrapper #main .txt-decbox1 .body h2 span span span,
	#wrapper #main .txt-decbox2 .body h2 span span span,
	#wrapper #main .txt-decbox1 .body h3 span span span,
	#wrapper #main .txt-decbox2 .body h3 span span span {
		background-image: url(img/h3_2@2x.png);
		background-position: 13px top;
		-webkit-background-size: 54px 54px;
		background-size: 54px 54px;
	}
	#wrapper #main .txt-decbox1 .body h2 span span span:before,
	#wrapper #main .txt-decbox2 .body h2 span span span:before,
	#wrapper #main .txt-decbox1 .body h3 span span span:before,
	#wrapper #main .txt-decbox2 .body h3 span span span:before {
		background-color: transparent;
		background-image: url(img/h3_b@2x.png);
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 43px 48px;
		background-size: 43px 48px;
		content: "";
		display: block;
		height: 43px;
		left: 0;
		position: absolute !important;
		top: 29px;
		width: 44px;
		z-index: -1;
	}
}
@media screen and (max-width: 640px) {
	#wrapper #main .txt-decbox1 .body h2,
	#wrapper #main .txt-decbox2 .body h2,
	#wrapper #main .txt-decbox1 .body h3,
	#wrapper #main .txt-decbox2 .body h3 {
		background-color: #fbf0f2;
		-webkit-box-shadow: 0px 1px 2px #d3c4c6;
		-moz-box-shadow: 0px 1px 2px #d3c4c6;
		box-shadow: 0px 1px 2px #d3c4c6;
		margin: 20px -10px !important;
		position: relative;
		top: auto;
	}
	#wrapper #main .txt-decbox1 .body h2:before,
	#wrapper #main .txt-decbox2 .body h2:before,
	#wrapper #main .txt-decbox1 .body h3:before,
	#wrapper #main .txt-decbox2 .body h3:before {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		bottom: auto;
		left: auto;
		position: static !important;
		right: auto;
		top: auto;
	}
	#wrapper #main .txt-decbox1 .body h2 span,
	#wrapper #main .txt-decbox2 .body h2 span,
	#wrapper #main .txt-decbox1 .body h3 span,
	#wrapper #main .txt-decbox2 .body h3 span {
		background: none repeat scroll 0 0 transparent;
		margin: 0 !important;
	}
	#wrapper #main .txt-decbox1 .body h2 span span,
	#wrapper #main .txt-decbox2 .body h2 span span,
	#wrapper #main .txt-decbox1 .body h3 span span,
	#wrapper #main .txt-decbox2 .body h3 span span {
		background: none repeat scroll 0 0 transparent;
		margin: 0 !important;
		padding: 0;
	}
	#wrapper #main .txt-decbox1 .body h2 span span span,
	#wrapper #main .txt-decbox2 .body h2 span span span,
	#wrapper #main .txt-decbox1 .body h3 span span span,
	#wrapper #main .txt-decbox2 .body h3 span span span {
		background-image: url(img/h3_2.png);
		background-position: left top;
		background-repeat: no-repeat;
		left: 0;
		margin: 0 !important;
		padding: 15px 20px 15px 60px;
		top: auto;
	}
	#wrapper #main .txt-decbox1 .body h2 span span span:before,
	#wrapper #main .txt-decbox2 .body h2 span span span:before,
	#wrapper #main .txt-decbox1 .body h3 span span span:before,
	#wrapper #main .txt-decbox2 .body h3 span span span:before {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		height: auto;
		left: auto;
		position: static !important;
		top: auto;
		width: auto;
		z-index: auto;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#wrapper #main .txt-decbox1 .body h2 span span span,
	#wrapper #main .txt-decbox2 .body h2 span span span,
	#wrapper #main .txt-decbox1 .body h3 span span span,
	#wrapper #main .txt-decbox2 .body h3 span span span {
		background-image: url(img/h3_2@2x.png);
		-webkit-background-size: 54px 54px;
		background-size: 54px 54px;
	}
}body{




}

#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{}
#headertext {



}

#main{ float: ; }
#column2 #menu,#column3 #menu{ float: ; }
#column3 #rmenu { float: ; }
#column3 #layoutbox { float: ; }
#column3 #main { float: ; }
/*
#wrapper{}
#topmenu{}
#threebox{}
#main{}
#menu{}
#rmenu{}
*/