@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;
}
blockquote {
	border: 2px dotted #CCC;
}
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: #fcfaf2;
	background-image: url(img/body_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	color: #808080;
	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: 8px 8px;
		background-size: 8px 8px;
	}
}
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: left 4px;
	background-repeat: no-repeat;
	color: #a96636;
	font-size: 14px;
	padding: 12px 0 6px 90px;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	ul li {
		background-image: url(img/li@2x.png);
		-webkit-background-size: 78px 34px;
		background-size: 78px 34px;
	}
}
ol {
	list-style-type: decimal;
	padding: 10px 0 10px 25px;
}
ol li {
	font-size: 14px;
	padding: 5px 0;
}
/* リンク
==================================================
*/
a { color: #50a6cf; }
a:hover {
	color: #5bbbe1;
	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 {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#wrapper .inner {
	background-image: url(img/wrapper_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
}
#contents {
	margin: 0 auto 70px auto;
	padding-top: 10px;
	position: relative;
	text-align: center;
	width: 900px;
}
#layoutbox {
	line-height: 0;
}
#siteNavi {
	color: #b1b1b1;
	font-size: 10px;
	line-height: 1.6;
	margin: 0 0 10px;
	overflow: hidden;
}
@media screen and (max-width: 899px) {
	#wrapper .inner {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
	}
	#contents {
		margin: 0 0 50px;
		padding: 5px 10px 0;
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	#contents {
		margin: 0;
		padding: 0;
	}
}

/* ページ上部へ戻る
==================================================
*/
#btnbox {
	position: relative;
	z-index: 1;
}
#btnbox ul {
	overflow: visible;
	padding: 0;
}
#btnbox ul li {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	padding: 0;
}
#toppage {
	display: none;
}
#pagetop {
	font-size: 0;
	left: 50%;
	line-height: 0;
	margin-left: 364px;
	position: absolute;
	top: -54px;
	z-index: 5;
}
#pagetop a {
	background-image: url(img/pagetop_button.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 78px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 86px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#pagetop a {
		background-image: url(img/pagetop_button@2x.png);
		-webkit-background-size: 85px 77px;
		background-size: 85px 77px;
	}
}
#toppage a,
#pagetop a {
	color: #725638;
	font-size: 12px;
	text-decoration: none;
}
@media screen and (max-width: 899px) {
	#pagetop {
		left: auto;
		margin-left: auto;
		right: 10px;
	}
}
@media screen and (max-width: 640px) {
	#btnbox ul {
		overflow: hidden;
		padding: 10px 10px 15px;
	}
	#btnbox ul li {
		float: left;
		line-height: normal;
		text-align: center;
		width: 49%;
	}
	#btnbox ul li:last-child {
		float: right;
	}
	#toppage {
		display: block;
	}
	#pagetop {
		position: static;
		right: auto;
		top: auto;
	}
	#btnbox ul li a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfaf5), color-stop(100%,#f1e5ce));
		background-image: linear-gradient(to bottom, #fcfaf5 0%,#f1e5ce 100%);
		background-position: 0 0;
		background-repeat: repeat;
		border: 1px solid #ecddbb;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 10px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
	}
	#toppage a {
		padding-left: 30px !important;
	}
	#toppage a:before {
		background-image: url(img/toppage_button.png);
		background-position: left bottom;
		background-repeat: no-repeat;
		-webkit-border-bottom-left-radius: 80px;
		-webkit-border-bottom-right-radius: 100px;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 100px;
		-moz-border-radius: 0 100px 100px 100px;
		border-radius: 0 100px 100px 80px;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: -10px;
	}
	#pagetop a {
		height: auto;
		overflow: visible;
		padding-right: 30px !important;
		text-indent: 0;
		white-space: normal;
	}
	#pagetop a:before {
		background-image: url(img/pagetop_button_2.png);
		background-position: right top;
		background-repeat: no-repeat;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: -6px;
		top: -10px;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#toppage a:before {
		background-image: url(img/toppage_button@2x.png);
		-webkit-background-size: 48px 45px;
		background-size: 48px 45px;
	}
	#pagetop a:before {
		background-image: url(img/pagetop_button_2@2x.png);
		-webkit-background-size: 47px 44px;
		background-size: 47px 44px;
	}
}

/* 検索ボックス
==================================================
*/
#searchbox form {
	background-image: url(img/search_input.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 12px;
	height: 29px;
	left: 50%;
	margin-left: 193px;
	position: absolute;
	text-align: left;
	top: -40px;
	width: 257px;
	z-index: 1;
}
#searchbox input {
	background-color: transparent;
	background-image: url(img/searchbutton.png);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	color: #808080;
	cursor: pointer;
	font-size: 0;
	height: 29px;
	left: 201px;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 200%;
	top: 0;
	white-space: nowrap;
	width: 56px;
	-webkit-appearance: none;
}
#searchbox .skwd {
	background-image: none;
	cursor: auto;
	font-size: 12px;
	height: 20px;
	left: 5px;
	line-height: 20px;
	text-indent: 0;
	top: 6px;
	width: 190px;
}
@media screen and (max-width: 899px) {
	#searchbox form {
		background: none repeat scroll 0 0 transparent;
		left: auto;
		margin-left: auto;
		right: 10px;
		top: -38px;
		width: 28.5555555556%;
	}
	#searchbox form:before {
		background-color: #f5f5f5;
		border: 1px solid #d8d8d8;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
		box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		content: "";
		height: 26px;
		left: 0;
		position: absolute;
		right: 57px;
		top: 3px;
	}
	#searchbox input {
		left: auto;
		right: 0;
	}
	#searchbox .skwd {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		left: 0;
		padding-left: 5px;
		padding-right: 62px;
		width: 100%;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#searchbox input {
		background-color: #9b7a73;
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #ffffff;
		font-size: 13px;
		height: 26px;
		line-height: 26px;
		overflow: visible;
		padding-left: 10px;
		text-indent: 0;
		top: 3px;
		white-space: normal;
		width: 52px;
	}
	#searchbox form:after {
		background-image: url(img/searchbutton@2x.png);
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 23px 28px;
		background-size: 23px 28px;
		content: "";
		height: 28px;
		position: absolute;
		right: 33px;
		top: 0;
		width: 23px;
	}
	#searchbox .skwd {
		background-color: transparent;
	}
}
@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-color: transparent;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		height: auto;
		left: auto;
		position: static;
		right: auto;
		top: auto;
	}
	#searchbox form:after {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		height: auto;
		position: static;
		right: auto;
		top: auto;
		width: auto;
	}
	#searchbox input {
		background-color: #9b7b74;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af958f), color-stop(100%,#9b7b74));
		background-image: linear-gradient(to bottom, #af958f 0%,#9b7b74 100%);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		font-size: 14px;
		height: 36px;
		line-height: 36px;
		padding-left: 0;
		text-indent: 0;
		top: auto;
		white-space: normal;
		width: 20%;
	}
	#searchbox .skwd {
		background-color: #ffffff;
		border: 1px solid #d8d8d8;
		-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
		box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
		color: #808080;
		font-size: 14px;
		height: 36px;
		line-height: 26px;
		padding: 5px 10px;
		right: auto;
		top: auto;
		width: 79%;
	}
}

/* 回り込み・回り込み解除
==================================================
*/
.txt-img {
}
.txt-img img{
	margin: 0 8px 8px 8px;
}
.center {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.float-l { float: left;}
.float-r { float: right;}
.float-l img,
.float-r img {
	margin-bottom: 20px;
}
.float-l img { 
	margin-right: 20px;
}
.float-r img {
	margin-left: 20px;
}
.clear, .FloatEnd {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
}
@media screen and (max-width: 640px) {
	.txt-img{
		padding: 0 10px;
		text-align: center !important;
	}
	.float-l p, .float-r p {
		float: none;
		text-align: center;
	}
}
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top .inner {
	background-color: #ffffff;
	background-image: url(img/top_inner_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-bottom: 24px;
	padding-top: 5px;
	position: relative;
	text-align: center;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
#top #logo, #top h1 {
	margin: 0 auto;
	width: 900px;
}
#top #logo span, #top h1 span {
	display: block;
	padding: 15px 0;
	position: relative;
	width: 623px;
}
#top #logo a, #top h1 a {
	color: #ffb855;
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none;
}
#top #logo a img, #top h1 a img {
	vertical-align: middle;
}
@media screen and (max-width: 899px) {
	#top {
		background-color: transparent;
	}
	#top .inner {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		position: relative;
	}
	#top .inner:before {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5ce88), color-stop(100%,#f1ba64));
		background-image: linear-gradient(to bottom, #f5ce88 0%,#f1ba64 100%);
		content: "";
		height: 5px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#top #logo, #top h1 {
		padding: 0 10px;
		width: auto;
	}
	#top #logo span, #top h1 span {
		padding: 12px 0;
		width: 69.2222222222%;
	}
}
@media screen and (max-width: 640px) {
	#top .inner {
		padding-bottom: 0 !important;
		z-index: 1;
	}
	#top #logo span, #top h1 span {
		padding: 15px 66px 15px 0;
		width: auto;
	}
}

/* ヘッダー
==================================================
*/
#headerbox {
	padding: 0;
	text-align: center;
}
#header {
	height: 330px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 900px;
}
#header img {
	left: 0;
	position: absolute;
	top: 0;
}
#header #headertxt {
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
#header .title,
#header .desc {
	left: 50px;
	position: relative;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	top: 80px;
}
#header .title a {
	color: #f8af5c;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	word-wrap: break-word;
}
#header .title a:hover {
	color: #fcc468;
}
#header .desc {
	color: #8a8a8a;
	font-size: 14px;
	line-height: 1.6;
	padding-top: 5px;
	word-wrap: break-word;
}
@media screen and (max-width: 899px) {
	#headerbox {
		padding: 0;
	}
	#header {
		height: auto !important;
		width: auto;
	}
	#header img {
		position: static;
	}
	#header .title,
	#header .desc {
		top: 60px;
	}
	#header .title a {
		font-size: 24px;
	}
}
@media screen and (max-width: 640px) {
	#header #headertxt {
		left: auto;
		overflow: hidden;
		padding: 10px;
		position: static;
		top: auto;
		width: auto;
	}
	#header .title,
	#header .desc {
		left: auto;
		position: static;
		top: auto;
	}
	#header .title {
		text-align: center;
	}
	#header .desc {
		text-align: left;
	}
	#header .title a {
		font-size: 22px;
	}
}

/* トップメニュー
==================================================
*/
#topmenubtn {
	display: none;
}
#topmenubox {
	max-width: 962px;
	position: relative;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
#topmenu {
	width: 100%;
	background-image: url(img/topmenu_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: -25px auto 0 auto;
	position: absolute;
	text-align: center;
	z-index: 1;
}
#topmenu #topmenu_inner {
	background-color: #ffca77;
	background-image: url(img/topmenu_inner_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-box-shadow: 0 1px 2px #d69a45;
	-moz-box-shadow: 0 1px 2px #d69a45;
	box-shadow: 0 1px 2px #d69a45;
	width: 920px;
	margin: 0 auto 5px auto;
	text-align: center;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#topmenu #topmenu_inner {
		background-image: url(img/topmenu_inner_bg@2x.gif);
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
	}
}
#topmenu ul {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	overflow: hidden;
	margin: 0 10px;
	padding: 0;
	position: relative;
	width: 900px;
}
#topmenu li {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	display: inline;
	float: left;
	padding: 4px 0;
	position: relative;
	text-align: center;
	width: 180px;
}
#topmenu li a {
	background-image: url(img/topmenu_li.gif);
	background-position: right top;
	background-repeat: repeat-y;
	color: #ffffff;
	display: block;
	font-size: 14px;
	line-height: 1.4;
	padding: 9px 5px 9px 4px;
	position: relative;
	right: -1px;
	text-decoration: none;
}
#topmenu li a:hover {
	background-color: #ffda86;
	text-decoration: underline;
}
@media screen and (max-width: 899px) {
	#topmenu {
		width: 95.3%;
		background-position: left bottom;
		padding: 0 20px;
		top: 5px;
	}
	#topmenu:before {
		background-image: url(img/topmenu_bg.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#topmenu #topmenu_inner {
		position: relative;
		width: 100%;
		z-index: 10;
	}
	#topmenu ul {
		display: table;
		margin: 0;
		table-layout: fixed;
		width: 100%;
	}
	#topmenu li {
		display: table-cell;
		float: none;
		margin: 0;
		right: auto;
		width: auto;
	}
	#topmenu li:before {
		border-right: 1px solid #f7b148;
		bottom: 4px;
		content: "";
		position: absolute;
		right: 0;
		top: 4px;
		z-index: 1;
	}
	#topmenu li:last-child:before {
		border-right: none;
	}
	#topmenu li a {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		font-size: 13px;
		padding: 9px 5px;
		right: auto;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#topmenu {
		background-image: url(img/topmenu_bg@2x.png);
		-webkit-background-size: 31px 44px;
		background-size: 31px 44px;
	}
	#topmenu:before {
		background-image: url(img/topmenu_bg_r@2x.png);
		-webkit-background-size: 31px 44px;
		background-size: 31px 44px;
	}
}
@media screen and (max-width: 640px) {
	#topmenubtn {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
		height: 46px;
		overflow: hidden;
		position: absolute;
		right: 10px;
		text-indent: 200%;
		top: 5px;
		white-space: nowrap;
		width: 46px;
		z-index: 1;
	}
	#topmenubtn:before {
		border-bottom: 6px solid transparent;
		border-left: 23px solid #ffb855;
		border-right: 23px solid #ffb855;
		border-top: 40px solid #ffb855;
		content: "";
		height: 0;
		left: 0;
		position: absolute;
		top: 0;
		width: 0;
		z-index: -1;
	}
	#topmenubtn:after {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc36e), color-stop(100%,#ffb855));
		background-image: linear-gradient(to bottom, #ffc36e 0%,#ffb855 100%);
		content: "";
		height: 40px;
		left: 0;
		position: absolute;
		top: 0;
		width: 46px;
		z-index: -1;
	}
	#topmenubtn span {
		display: block;
		position: relative;
		z-index: 0;
	}
	#topmenubtn span:before,
	#topmenubtn span:after {
		content: "";
		height: 4px;
		position: absolute;
		right: 12px;
		top: 12px;
		width: 22px;
	}
	#topmenubtn span:before {
		border-bottom: 3px solid #ffffff;
		border-top: 3px solid #ffffff;
		height: 4px;
	}
	#topmenubtn span:after {
		border-top: 3px solid #ffffff;
		height: 0;
		margin-top: 14px;
	}
	.topmenubtnOn {
		display: block !important;
	}
	#topmenubox {
		background-color: #ffffff;
		-webkit-box-shadow: 0 2px 3px #e9f1f5;
		-moz-box-shadow: 0 2px 3px #e9f1f5;
		box-shadow: 0 2px 3px #e9f1f5;
		display: none;
		overflow: hidden;
		padding: 10px 0 0 0;
		position: relative;
		z-index: 1;
		width: 100%;
	}	
	.menuon {
		display: block !important;
	}
	#topmenu {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		position: relative;
		margin-top: 0;
		padding: 0;
		top: auto;
		width: 100%;
	}
	#topmenu: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;
	}
	#topmenu #topmenu_inner {
		background-color: transparent;
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		bottom: auto;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	#topmenu ul {
		border-top: 1px solid #ffdf9f;
		display: block;
		margin: 0 -14px;
		width: auto;
	}
	#topmenu li {
		background-color: #fff7e1;
		border-bottom: 1px solid #ffdf9f;
		border-top: 1px solid #ffffff;
		display: block;
		padding: 0;
	}
	#topmenu li:before {
		border-right: none;
		bottom: auto;
		content: "";
		position: static;
		right: auto;
		top: auto;
	}
	#topmenu li a {
		color: #f1ba64;
		padding: 12px 30px 12px 15px;
		position: relative;
		text-align: left;
	}
	#topmenu li a:before {
		border-bottom: none;
		border-left: none;
		border-right: 2px solid #ffbb5e;
		border-top: 2px solid #ffbb5e;
		content: "";
		height: 5px;
		margin-top: -4px;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px;
	}
	#topmenu li a:hover {
		background-color: transparent;
		color: #f9cf71;
	}
}

/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 2px #e1ddd6;
	-moz-box-shadow: 0 1px 2px #e1ddd6;
	box-shadow: 0 1px 2px #e1ddd6;
	float: right;
	line-height: 180%;
	overflow: hidden;
	position: relative;
	width: 680px;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
	word-wrap: break-word;
}
#main .inner {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #f2f2f2;
	margin: 4px;
	padding: 10px;
	width: auto;
	z-index: 0;
	*zoom: 1;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	margin-bottom: 30px;
	padding: 5px;
	position: relative;
	*zoom: 1;
}
@media screen and (max-width: 899px) {
	#main {
		width: 75.5555555556%;
	}
}
@media screen and (max-width: 640px) {
	#main {
		float: none !important;
		margin: 0 0 10px 0;
		position: static;
		width: 100%;
	}
	#main .inner {
		border-left: none;
		border-right: none;
		margin: 4px 0;
	}
	#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
		margin-bottom: 20px;
		padding: 0;
	}
}

/* 見出し
==================================================
*/
h2, h3, h4, h5, h6 {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#main h2,
#main h3 {
	background-color: #ffdda4;
	background-image: url(img/h3_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 15px;
	padding: 2px 0;
	position: relative;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
	*zoom: 1;
}
#main h2 span,
#main h3 span {
	background-image: url(img/h3.gif);
	background-position: 10px 15px;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #fff5e1;
	border-top: 1px dashed #fff5e1;
	color: #a96636;
	display: block;
	font-size: 20px;
	line-height: 1.4;
	padding: 15px 15px 15px 40px;
}
#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;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main h2,
	#main h3 {
		background-image: url(img/h3_bg@2x.gif);
		-webkit-background-size: 28px 50px;
		background-size: 28px 50px;
	}
	#main h2 span,
	#main h3 span {
		background-image: url(img/h3@2x.png);
		-webkit-background-size: 24px 27px;
		background-size: 24px 27px;
	}
}
#main h4 {
	background-color: #fcf1bf;
	background-image: url(img/h4_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	border-bottom: 1px solid #fbecae;
	margin: 30px auto 15px;
	overflow: visible;
	position: relative;
	width: auto;
}
#main h4 span {
	background-image: url(img/h4.png);
	background-position: 8px top;
	background-repeat: no-repeat;
	color: #8f754c;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	padding: 18px 15px 4px 46px;
	position: relative;
	top: -6px;
	*zoom: 1;
}
#main h5 {
	background-image: url(img/h5.png);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 2px dashed #ebe1ce;
	color: #917b66;
	font-size: 16px;
	line-height: 1.5;
	margin: 25px auto 10px;
	padding: 3px 5px 8px 44px;
}
#main h6 {
	background-image: url(img/h6.png);
	background-position: 2px 3px;
	background-repeat: no-repeat;
	color: #917b66;
	font-size: 15px;
	line-height: 1.5;
	margin: 8px auto;
	padding-left: 24px;
}
#main .atn02 {
	background-color: #f9f7eb;
	background-image: url(img/atn_02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 0;
	position: relative;
}
#main .atn02 span {
	color: #b38a6a;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	padding: 24px 15px 24px 90px;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main h4 {
		background-image: url(img/h4_bg@2x.gif);
		-webkit-background-size: 12px 12px;
		background-size: 12px 12px;
	}
	#main h4 span {
		background-image: url(img/h4@2x.png);
		-webkit-background-size: 27px 46px;
		background-size: 27px 46px;
	}
	#main h5 {
		background-image: url(img/h5@2x.png);
		-webkit-background-size: 34px 27px;
		background-size: 34px 27px;
	}
	#main .atn02 {
		background-image: url(img/atn_02@2x.gif);
		-webkit-background-size: 71px 67px;
		background-size: 71px 67px;
	}
}
@media screen and (max-width: 899px) {
	#main h6 {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	#main h6:before {
		border: 2px solid #f4d5a1;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		content: "";
		height: 14px;
		left: 2px;
		position: absolute;
		top: 2px;
		width: 14px;
	}
	#main h6:after {
		border: 4px solid transparent;
		border-left: 4px solid #e7a352;
		content: "";
		left: 10px;
		position: absolute;
		top: 7px;
	}
}
@media screen and (max-width: 640px) {
	#main h2,
	#main h3 {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin: 0 -10px 10px;
		position: relative;
	}
	#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: 10px -10px;
	}
}

/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu {
	float: left;
	line-height: 180%;
	width: 200px;
}
#menu .rankbox {
	border-bottom: 1px solid #efefef;
	font-size: 12px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	width: 100%;
}
#menu .rankbox img {
}
.menubox {
	background-color: #eedfc4;
	background-image: url(img/menu_title_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px #e1ddd6;
	-moz-box-shadow: 0 1px 1px #e1ddd6;
	box-shadow: 0 1px 1px #e1ddd6;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 5px;
	position: relative;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.menubox {
		background-image: url(img/menu_title_bg@2x.gif);
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
	}
}
.menulist {
	background-color: #fffcf6;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 3px;
}
.menubox ul,
.menulist ul {
	background-color: #ffffff;
	overflow: hidden;
	padding: 0;
}
.menulist li {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	border-bottom: 2px dotted #f9e5cc;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	*zoom: 1;
}
.menulist .l2,
.menulist .l3 {
	background-color: #fffcf2;
}
.menulist li a {
	background-image: url(img/menu_bg.png);
	background-position: 8px 12px;
	background-repeat: no-repeat;
	color: #e4842a;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 10px 10px 32px;
	text-decoration: none;
	*zoom: 1;
}
.menulist li a:hover {
	color: #f9aa36;
	text-decoration: underline;
}
.menulist .l2 a,
.menulist .l3 a {
	background-image: url(img/menu_bg2.png);
	font-weight: normal;
}
.menulist .l2 a {
	background-position: 26px 16px;
	padding-left: 40px;
}
.menulist .l3 a {
	background-position: 46px 16px;
	padding-left: 60px;
}
#menu h4, #rmenu h4 {
	background-color: #f9c67a;
	background-image: url(img/menu_h4.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0 -1px 1px #e1ddd6;
	-moz-box-shadow: 0 -1px 1px #e1ddd6;
	box-shadow: 0 -1px 1px #e1ddd6;
	padding: 1px;
	position: relative;
	text-shadow: none;
	z-index: 1;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
#menu h4 span, #rmenu h4 span {
	border: 1px dotted #fbe1b5;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 1.3;
	padding: 12px 10px 12px 55px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#menu .title, #rmenu .title {
	background-color: #eedfc4;
	background-image: url(img/menu_title_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0 -1px 1px #e1ddd6;
	-moz-box-shadow: 0 -1px 1px #e1ddd6;
	box-shadow: 0 -1px 1px #e1ddd6;
	padding: 5px 5px 0;
	position: relative;
	text-shadow: none;
	top: 5px;
	z-index: 1;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
#menu .title span, #rmenu .title span {
	background-color: #ffffff;
	display: block;
	padding: 0 10px;
}
#menu .title span span, #rmenu .title span span {
	background-color: transparent;
	background-image: url(img/menu_title.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #efefef;
	color: #8d6c42;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: -9px;
	padding: 36px 10px 12px;
	position: relative;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	top: -9px;
	*zoom: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#menu h4, #rmenu h4 {
		background-image: url(img/menu_h4@2x.gif);
		-webkit-background-size: 64px 48px;
		background-size: 64px 48px;
	}
	#menu .title, #rmenu .title {
		background-image: url(img/menu_title_bg@2x.gif);
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
	}
	#menu .title span span, #rmenu .title span span {
		background-image: url(img/menu_title@2x.png);
		-webkit-background-size: 80px 21px;
		background-size: 80px 21px;
	}
}
@media screen and (max-width: 899px) {
	#menu {
		width: 23.3333333333%;
	}
	.menulist li a {
		background-image: none !important;
		background-position: 0 0 !important;
		background-repeat: repeat !important;
		padding: 8px 8px 8px 35px;
	}
	.menulist li a:before {
		background-color: #f4af60;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		content: "";
		height: 15px;
		left: 9px;
		position: absolute;
		top: 10px;
		width: 15px;
	}
	.menulist li a:after {
		border: 4px solid transparent;
		border-left: 4px solid #ffffff;
		content: "";
		left: 15px;
		position: absolute;
		top: 13px;
	}
	.menulist .l2 a,
	.menulist .l3 a {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
	}
	.menulist .l2 a:before,
	.menulist .l3 a:before {
		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;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}
	.menulist .l2 a:after,
	.menulist .l3 a:after {
		border-left: 4px solid #f5ae66;
		left: 26px;
	}
	.menulist .l3 a:after {
		left: 46px;
	}
}
@media screen and (max-width: 640px) {
	#menu {
		float: none !important;
		padding: 0 10px;
		width: auto;
	}
	.menubox {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		margin-bottom: 10px;
	}
	.menulist li {
		border-bottom: 1px dashed #f4e8d8 !important;
		margin: 0;
	}
	.menulist li:last-child {
		border-bottom: medium none !important;
	}
	.menulist .l2,
	.menulist .l3 {
		background-color: transparent;
	}
	.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 a,
	.menulist .l2 a,
	.menulist .l3 a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)) !important;
		background-image: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%) !important;
		background-position: 0 0 !important;
		background-repeat: repeat !important;
		padding: 12px 35px 12px 15px !important;
	}
	.menulist .l2 a {
		padding-left: 20px !important;
	}
	.menulist .l3 a {
		padding-left: 30px !important;
	}
	.menulist li a:before,
	.menulist .l2 a:before,
	.menulist .l3 a:before {
		background-color: transparent !important;
		border-bottom: none;
		border-left: none;
		border-right: 2px solid #f6b675;
		border-top: 2px solid #f6b675;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		content: "";
		height: 5px !important;
		left: auto !important;
		margin-top: -4px;
		position: absolute;
		right: 15px;
		top: 50% !important;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px !important;
	}
	.menulist li a:after,
	.menulist .l2 a:after,
	.menulist .l3 a:after {
		border: none !important;
		left: auto !important;
		top: auto !important;
	}
	#menu .title, #rmenu .title {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	#menu .title span, #rmenu .title span {
		padding: 0;
	}
}

/* バナー領域
==================================================
*/
.bannerbox {
	overflow: hidden;
	padding-bottom: 10px;
}
.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 li {
		text-align: center;
	}
}

/* 最新記事・アーカイブ
==================================================
*/
#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
	padding: 0 10px;
}
ul#newEntry li, ul#entryarchive li {
	background-image: url(img/menu_bg4.png);
	background-position: left 12px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #efefef;
	color: #808080;
	font-size: 12px;
	line-height: 1.6;
	padding: 10px 10px 10px 16px;
}
@media screen and (max-width: 899px) {
	ul#newEntry li, ul#entryarchive li {
		background-image: none !important;
		background-position: 0 0 !important;
		background-repeat: repeat !important;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		padding: 8px 8px 8px 18px;
	}
	ul#newEntry li:before, ul#entryarchive li:before {
		background-color: #b1966b;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		content: "";
		height: 12px;
		left: 0;
		position: absolute;
		top: 11px;
		width: 12px;
	}
	ul#newEntry li:after, ul#entryarchive li:after {
		border: 3px solid transparent;
		border-left: 3px solid #ffffff;
		content: "";
		left: 5px;
		position: absolute;
		top: 14px;
	}
}
@media screen and (max-width: 640px) {
	#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
		padding: 0;
	}
	ul#newEntry li, ul#entryarchive li {
		margin: 0;
		padding: 12px 35px 12px 15px !important;
	}
	ul#newEntry li:last-child, ul#entryarchive li:last-child {
		border-bottom: medium none !important;
	}
	ul#newEntry li:before, ul#entryarchive li:before {
		background-color: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-bottom: none;
		border-left: none;
		border-right: 2px solid #d0c0a6;
		border-top: 2px solid #d0c0a6;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		height: 5px;
		left: auto !important;
		margin-top: -4px;
		right: 15px;
		top: 50% !important;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px;
	}
	ul#newEntry li:after, ul#entryarchive li:after {
		border: medium none;
		height: auto;
		left: auto;
		position: static;
		top: auto !important;
		width: auto;
	}
}

/*
==================================================
フッター
==================================================
*/
#footer {
	background-color: #fbf5e3;
	background-image: url(img/footer_bg.gif);
	background-position: center top;
	background-repeat: repeat;
	overflow: hidden;
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#footer {
		background-image: url(img/footer_bg@2x.gif);
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
	}
}
#footer .inner {
	background-image: url(img/footer_inner_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	overflow: hidden;
	padding-top: 35px;
	position: relative;
	text-align: center;
}
#footer a {
	color: #ab9984;
}
#footer p {
	border-top: 1px solid #f0e8d6;
	color: #cabba1;
	font-size: 10px;
	line-height: 1.6;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
	text-align: center;
	width: 900px;
}
#footermenu,
#footer p#footsub {
	border-top: none;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	margin: 0 auto;
	padding: 0 0 20px 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 .inner {
		padding-top: 25px;
	}
	#footer .inner:before {
		background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b9a68f), color-stop(25%,#b9a68f), color-stop(25%,#c7b8a5), color-stop(50%,#c7b8a5), color-stop(50%,#b9a68f), color-stop(75%,#b9a68f), color-stop(75%,#c7b8a5), color-stop(100%,#c7b8a5));
		background-image: linear-gradient(135deg, #b9a68f 0%,#b9a68f 25%,#c7b8a5 25%,#c7b8a5 50%,#b9a68f 50%,#b9a68f 75%,#c7b8a5 75%,#c7b8a5 100%);
		-webkit-background-size: 17px 17px;
		background-size: 17px 17px;
		content: "";
		height: 5px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#footer .inner:after {
		border-top: 1px dashed #ded5cb;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 3px;
	}
	#footermenu,
	#footer p#footsub {
		padding: 0 10px 10px 10px;
		width: auto;
	}
	#footer p {
		padding: 12px 10px;
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	#footer {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	#footer .inner {
		padding: 10px 10px 0;
		width: auto;
	}
	#footermenu,
	#footer p#footsub {
		padding: 0;
		text-align: left;
	}
	#footermenu span {
		border-bottom: 1px solid #ede4cf;
		display: block;
		margin: 0;
	}
	#footermenu span:last-child {
		border-bottom: none;
	}
	#footer p#footsub span {
		background-color: #f5edd7;
		display: block;
		margin: 0 0 3px 0;
	}
	#footer p#footsub span:last-child {
		margin: 0;
	}
	#footermenu a,
	#footer p#footsub a {
		display: block;
		font-size: 13px;
		line-height: 1.6;
		padding: 10px 30px 10px 15px;
		position: relative;
		text-align: left;
		text-decoration: none;
	}
	#footermenu a:before,
	#footer p#footsub a:before {
		border-bottom: none;
		border-left: none;
		border-right: 2px solid #ccbfa9;
		border-top: 2px solid #ccbfa9;
		content: "";
		height: 5px;
		margin-top: -4px;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px;
	}
	#footer p {
		border-top: medium none;
		padding: 12px 0;
	}
}

/*
==================================================
トップページ
==================================================
*/
#whatsnew {
	background-color: #e8ddc9;
	background-image: url(img/whatsnew_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	position: relative;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#whatsnew {
		background-image: url(img/whatsnew_bg@2x.gif);
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
	}
}
#whatsnew .title {
	background-color: #f9f4e0;
	border: 1px solid #cfb8a7;
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	position: relative;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
#whatsnew .title span {
	background-image: url(img/whatsnew_title.gif);
	background-position: 4px top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #f2e9da;
	display: block;
	margin-bottom: -5px;
	position: relative;
	top: -5px;
	width: 100%;
}
#whatsnew .title span span {
	background-image: url(img/whatsnew_title.gif);
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: none;
	color: #907754;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 4px 0 0;
	padding: 17px 21px 12px 25px;
	top: 0;
	width: auto;
}
#whatsnew ul {
	background-color: #ffffff;
	border: 1px solid #cfb8a7;
	border-top: none;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
}
#whatsnew ul li {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	border-bottom: 1px dashed #e6e2d5;
	color: #85654c;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: -1px;
	padding: 10px 15px;
	*zoom: 1;
}
#whatsnew ul li span {
	color: #808080;
	display: block;
	font-size: 11px;
}
@media screen and (max-width: 899px) {
	#whatsnew .title span,
	#whatsnew .title span span {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
	}
	#whatsnew .title span:before,
	#whatsnew .title span span:before {
		background-color: #bda695;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		content: "";
		height: 7px;
		left: 4px;
		position: absolute;
		top: 6px;
		width: 7px;
	}
	#whatsnew .title span span:before {
		left: auto;
		right: 0;
	}
	#whatsnew .title span:after,
	#whatsnew .title span span:after {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#d2d2d2));
		background-image: linear-gradient(to bottom, #ffffff 10%,#d2d2d2 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		content: "";
		height: 11px;
		left: 6px;
		position: absolute;
		top: 0;
		width: 3px;
	}
	#whatsnew .title span span:after {
		left: auto;
		right: 2px;
	}
}
@media screen and (max-width: 640px) {
	#whatsnew {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin: 0 -10px;
		top: auto;
	}
	#whatsnew .title span span {
		padding: 15px 16px 10px 20px;
	}
	#whatsnew ul {
		padding: 0;
	}
	#whatsnew ul li {
		margin-bottom: 0;
	}
	#whatsnew ul li:last-child {
		border-bottom: medium none;
	}
}

/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
	background-color: #f7f0d6;
	background-image: url(img/categorylist_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	overflow: hidden;
	padding: 15px 15px 0 15px;
	position: relative;
}
#categorylist .catbox {
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 1px #e5dec6;
	-moz-box-shadow: 0 1px 1px #e5dec6;
	box-shadow: 0 1px 1px #e5dec6;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
#categorylist .catbox_inner {
	background-image: url(img/category_bg.png);
	background-position: left top;
	background-repeat: repeat-y;
	margin-left: -6px;
	overflow: hidden;
	padding: 10px 10px 10px 36px;
	position: relative;
}
#categorylist .body {
	background-image: url(img/category_body_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	border: 1px dotted #f2f2f2;
	padding: 19px 14px 9px 14px;
	position: relative;
	*zoom: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#categorylist {
		background-image: url(img/categorylist_bg@2x.png);
		-webkit-background-size: 13px 15px;
		background-size: 13px 15px;
	}
	#categorylist .catbox_inner {
		background-image: url(img/category_bg@2x.png);
		-webkit-background-size: 25px 20px;
		background-size: 25px 20px;
	}
	#categorylist .body {
		background-image: url(img/category_body_bg@2x.gif);
		-webkit-background-size: 18px 18px;
		background-size: 18px 18px;
	}
}
#categorylist .body:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#categorylist .thumb {
	float: left;
	padding: 0 20px 10px 0;
}
#categorylist .thumb img {
	vertical-align: bottom;
}
#categorylist .title {
	background-image: url(img/category_title.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin-right: -15px;
	margin-top: -20px;
	padding: 20px 15px 10px 0;
	position: relative;
	*zoom: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#categorylist .title {
		background-image: url(img/category_title@2x.png);
		-webkit-background-size: 40px 36px;
		background-size: 40px 36px;
	}
}
#categorylist .title a {
	color: #f39747;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#categorylist .title a:hover {
	color: #fdbe5e;
}
#categorylist p {
	color: #737373;
	font-size: 12px;
	line-height: 1.8;
	overflow: hidden;
	padding-bottom: 5px;
}
#categorylist .more {
	float: right;
	position: relative;
	right: -16px;
	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: 44px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 150px;
}
#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;
	background-position: 0 0;
	background-repeat: repeat;
	-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: #ffffff;
	-webkit-box-shadow: 0 1px 1px #e5dec6;
	-moz-box-shadow: 0 1px 1px #e5dec6;
	box-shadow: 0 1px 1px #e5dec6;
	color: #f39747;
	display: inline-block;
	line-height: 35px;
	padding: 0 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
	*display: inline;
	*zoom: 1;
}
#pagelist a:hover {
	background-color: #f39747;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
	text-decoration: underline;
}
@media screen and (max-width: 899px) {
	#categorylist .body {
		padding: 14px 9px 4px 9px;
	}
	#categorylist .thumb {
		padding: 0 15px 10px 0;
	}
	#categorylist .title {
		margin-right: -10px;
		margin-top: -15px;
		padding: 15px 15px 10px 0;
	}
	#categorylist .more {
		margin-bottom: 5px;
		right: -11px;
	}
	#categorylist .more:before {
		background-color: rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
		bottom: -3px;
		content: "";
		left: 5px;
		position: absolute;
		right: -2px;
		top: 5px;
	}
	#categorylist .more a {
		background-color: #f39747;
		background-image: url(img/button_more2.png);
		background-position: left top;
		background-repeat: repeat;
		color: #ffffff;
		height: 38px;
		line-height: 38px;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-indent: 0;
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
		white-space: normal;
		width: 150px;
	}
	#categorylist .more a:before {
		background-color: #ffffff;
		content: "";
		height: 2px;
		position: absolute;
		right: 12px;
		top: 18px;
		width: 8px;
	}
	#categorylist .more a:after {
		border: 4px solid transparent;
		border-left: 4px solid #ffffff;
		content: "";
		position: absolute;
		right: 5px;
		top: 15px;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#categorylist .more a {
		background-image: url(img/button_more2@2x.png);
		-webkit-background-size: 17px 17px;
		background-size: 17px 17px;
	}
}
@media screen and (max-width: 640px) {
	#categorylist {
		margin: -10px -10px 0;
		padding: 5px 5px 0 5px;
	}
	#categorylist .catbox {
		margin-bottom: 5px;
	}
	#categorylist .catbox_inner {
		background-color: transparent;
		background-image: none;
		background-position: 0 0;
		margin-left: 0;
		padding: 5px;
	}
	#categorylist .body {
		padding: 10px 5px;
	}
	#categorylist .thumb {
		padding: 0 10px 10px 0;
	}
	#categorylist .thumb img {
		max-width: 90px;
	}
	#categorylist .title {
		margin-right: -5px;
		margin-top: -10px;
		padding: 10px 15px 5px 0;
	}
	#categorylist .title a {
		font-size: 16px;
		line-height: 1.6;
	}
	#categorylist p {
		font-size: 11px;
	}
	#categorylist .more {
		clear: both;
		float: none;
		margin-bottom: 0;
		margin-top: 5px;
		right: auto;
	}
	#categorylist .more:before {
		background-color: transparent;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5a662), color-stop(100%,#f39748));
		background-image: linear-gradient(to bottom, #f5a662 0%,#f39748 100%);
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		bottom: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		left: 0;
		right: 0;
		top: 0;
	}
	#categorylist .more a {
		background-color: transparent;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		height: 36px;
		line-height: 36px;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
	#categorylist .more a:before {
		top: 17px;
	}
	#categorylist .more a:after {
		top: 14px;
	}
	#pagelist a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
		background-image: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#pagelist a:hover {
		background-image: none;
	}
}

/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
	background-color: #ffffff;
	background-image: url(img/entry_bg.png);
	background-position: left top;
	background-repeat: repeat-y;
	-webkit-box-shadow: 0 1px 2px #e5e5e5;
	-moz-box-shadow: 0 1px 2px #e5e5e5;
	box-shadow: 0 1px 2px #e5e5e5;
	margin-bottom: 30px;
	padding-left: 21px;
	position: relative;
	top: 30px;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
#entrylist_inner {
	background-color: #fcfcfa;
	background-image: url(img/entry_inner_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	position: relative;
}
#entrylist h4 {
	background-color: transparent;
	background-image: url(img/entry_title.png);
	background-position: right top;
	background-repeat: no-repeat;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	border-bottom: none;
	margin: 0 0 -30px;
	position: relative;
	top: -30px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#entrylist {
		background-image: url(img/entry_bg@2x.png);
		-webkit-background-size: 21px 21px;
		background-size: 21px 21px;
	}
	#entrylist_inner {
		background-image: url(img/entry_inner_bg@2x.gif);
		-webkit-background-size: 1px 21px;
		background-size: 1px 21px;
	}
}
#entrylist h4 span {
	background: none repeat scroll 0 0 transparent;
	color: #737373;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	padding: 55px 25px 0;
}
#entrylist dl {
	overflow: hidden;
	padding: 0 25px 10px;
	position: relative;
	*height: 1%;
}
#entrylist dt {
	padding: 12px 0;
	position: relative;
	*height: 1%;
}
#entrylist dt a {
	background-image: url(img/entry_li.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	padding: 2px 0 2px 20px;
	*display: inline;
	*zoom: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#entrylist dt a {
		background-image: url(img/entry_li@2x.png);
		-webkit-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}
#entrylist dd {
	font-size: 12px;
	line-height: 1.6;
	padding: 0 0 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: #fcfcfa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px #e5e5e5;
	-moz-box-shadow: 0 1px 1px #e5e5e5;
	box-shadow: 0 1px 1px #e5e5e5;
	color: #f39747;
	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://dnanenicoous.moto-chika.com/css/PIE.htc);
	*display: inline;
	*zoom: 1;
}
#relNavigate a:hover {
	background-color: #f39747;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
	text-decoration: underline;
}
@media screen and (max-width: 899px) {
	#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:before {
		background-color: #f0f0e8;
		content: "";
		height: 50px;
		position: absolute;
		right: 9px;
		top: -4px;
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
		width: 300px;
		z-index: -1;
	}
	#entrylist h4 {
		background-image: none;
		background-position: 0 0;
	}
	#entrylist h4:before {
		background-image: url(img/entry_title@2x.png);
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 46px 53px;
		background-size: 46px 53px;
		content: "";
		height: 53px;
		position: absolute;
		right: 21px;
		top: 0;
		width: 46px;
	}
}
@media screen and (max-width: 640px) {
	#entrylist {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		margin: 0 -10px 30px -10px;
		padding: 0;
	}
	#entrylist:before {
		background-color: transparent;
		height: auto;
		position: static;
		right: auto;
		top: auto;
		-webkit-transform: none;
		transform: none;
		width: auto;
		z-index: auto;
	}
	#entrylist_inner {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}
	#entrylist h4 {
		background-image: url(img/entry_title_2.png);
		background-position: 7px top;
		margin: 0 0 -20px;
		padding: 0;
		top: -20px;
	}
	#entrylist h4:before {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		height: auto;
		position: static;
		right: auto;
		top: auto;
		width: auto;
	}
	#entrylist h4 span {
		padding: 40px 10px 5px 40px;
	}
	#entrylist dl {
		padding: 0;
	}
	#entrylist dt {
		border-top: 1px solid #f2f2f0;
		padding: 10px;
	}
	#entrylist dd {
		padding: 0 10px 5px;
		top: -5px;
	}
	#relNavigate a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
		background-image: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
		margin-left: 5px;
		margin-right: 5px;
		padding: 5px 12px;
	}
	#relNavigate a:hover {
		background-image: none;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#entrylist h4 {
		background-image: url(img/entry_title_2@2x.png);
		-webkit-background-size: 29px 36px;
		background-size: 29px 36px;
	}
}

/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps {
	margin-bottom: 10px;
	overflow: hidden;
}
#sitemaps ul {
	padding: 0 10px;
	margin: 10px 0;
}
#sitemaps li {
	background-color: transparent;
	background-image: none;
   	background-position: 0 0;
	background-repeat: repeat;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	padding: 0;
}
#sitemaps .l1 {
	margin-top: 10px;
}
#sitemaps .l2 {
	margin-left: 18px;
	margin-top: 10px;
}
#sitemaps .l3 {
	margin-left: 38px;
	margin-top: 10px;
}
#sitemaps li a {
	background-image: url(img/menu_bg.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	color: #e4842a;
	display: inline-block;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 1.6;
	padding: 2px 0 2px 24px;
	*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 8px;
	font-size: 14px;
	padding-left: 14px;
}
#sitemaps li a:hover {
	color: #f9aa36;
	text-decoration: none;
}
@media screen and (max-width: 899px) {
	#sitemaps li a {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		position: relative;
	}
	#sitemaps li a:before {
		background-color: #f4af60;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		content: "";
		height: 15px;
		left: 1px;
		position: absolute;
		top: 6px;
		width: 15px;
	}
	#sitemaps li a:after {
		border: 4px solid transparent;
		border-left: 4px solid #ffffff;
		content: "";
		left: 7px;
		position: absolute;
		top: 9px;
	}
	#sitemaps .l2 a,
	#sitemaps .l3 a {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
	}
	#sitemaps .l2 a:before,
	#sitemaps .l3 a:before {
		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;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}
	#sitemaps .l2 a:after,
	#sitemaps .l3 a:after {
		border-left: 4px solid #f5ae66;
		left: 0;
	}
}
@media screen and (max-width: 640px) {
	#sitemaps {
		margin: 0 -10px;
	}
	#sitemaps ul {
		padding: 0;
		margin: 0;
	}
	#sitemaps ul:first-child {
		border-top: 1px dashed #f4e8d8;
	}
	#sitemaps li {
		border-bottom: 1px dashed #f4e8d8;
	}
	#sitemaps li,
	#sitemaps .l1,
	#sitemaps .l2,
	#sitemaps .l3 {
		margin-left: 0;
		margin-top: 0;
	}
	#sitemaps li a,
	#sitemaps .l2 a,
	#sitemaps .l3 a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
		background-image: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 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 {
		font-size: 14px;
		padding-left: 20px;
	}
	#sitemaps .l3 a {
		font-size: 14px;
		padding-left: 30px;
	}
	#sitemaps li a:before,
	#sitemaps .l2 a:before,
	#sitemaps .l3 a:before {
		background-color: transparent;
		border-bottom: none;
		border-left: none;
		border-right: 2px solid #f6b675;
		border-top: 2px solid #f6b675;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		content: "";
		height: 5px;
		left: auto;
		margin-top: -4px;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 5px;
	}
	#sitemaps li a:after,
	#sitemaps .l2 a:after,
	#sitemaps .l3 a:after {
		border: none;
		left: auto;
		top: auto;
	}
}

/*
==================================================
フリースペース
==================================================
*/
#space3, #space4, #space5, #space6 {
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1.4;
	overflow: hidden;
	padding: 10px;
}
.img-wrap {
	width: 100%;
	text-align: center;
}
#space3 img, #space4 img, #space5 img, #space6 img {
	width: 90%;
}
.grayline {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 10px;
}
/* サイド用 灰色背景 */

#menu .graytitle, #rmenu .graytitle {
	border-top: 5px solid #ccc;
	border-right: 5px solid #ccc;
	border-left: 5px solid #ccc;
	background-color: #f5f5f5;
	background-repeat: repeat;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0 -1px 1px #e1ddd6;
	-moz-box-shadow: 0 -1px 1px #e1ddd6;
	box-shadow: 0 -1px 1px #e1ddd6;
	padding: 5px 5px 0;
	position: relative;
	text-shadow: none;
	top: 5px;
	z-index: 1;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
#menu .graytitle span, #rmenu .graytitle span {
	display: block;
	padding: 0 10px;
}
#menu .graytitle span span, #rmenu .graytitle span span {
	background-color: transparent;
	background-image: url(img/menu_title.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #efefef;
	color: #666;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: -9px;
	padding: 36px 10px 6px;
	position: relative;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	top: -9px;
	*zoom: 1;
}
#menu .graybg {
	border-top: 5px solid #ccc;
	border-right: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	border-left: 5px solid #ccc;
	background-color: #f5f5f5;
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px #e1ddd6;
	-moz-box-shadow: 0 1px 1px #e1ddd6;
	box-shadow: 0 1px 1px #e1ddd6;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 5px;
	position: relative;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}

/* サイド用 灰色枠 */

#menu .graylinetitle, #rmenu .graylinetitle {
	border-top: 5px solid #ccc;
	border-right: 5px solid #ccc;
	border-left: 5px solid #ccc;
	background-color: #FFF;
	background-repeat: repeat;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0 -1px 1px #e1ddd6;
	-moz-box-shadow: 0 -1px 1px #e1ddd6;
	box-shadow: 0 -1px 1px #e1ddd6;
	padding: 5px 5px 0;
	position: relative;
	text-shadow: none;
	top: 5px;
	z-index: 1;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
#menu .graylinetitle span, #rmenu .graylinetitle span {
	display: block;
	padding: 0 10px;
}
#menu .graylinetitle span span, #rmenu .graylinetitle span span {
	background-color: transparent;
	background-image: url(img/menu_title.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #efefef;
	color: #666;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: -9px;
	padding: 36px 10px 6px;
	position: relative;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	top: -9px;
	*zoom: 1;
}
#menu .grayline {
	border-top: 5px solid #ccc;
	border-right: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	border-left: 5px solid #ccc;
	background-color: #FFF;
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px #e1ddd6;
	-moz-box-shadow: 0 1px 1px #e1ddd6;
	box-shadow: 0 1px 1px #e1ddd6;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 5px;
	position: relative;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
.graybg .img-wrap img, .grayline .img-wrap img {
	max-width: 90%;
}
/*
==================================================
ブログモード
==================================================
*/
.blog {
	border-bottom: 1px solid #efefef;
	margin: 10px 0;
	overflow: hidden;
	padding: 5px;
}
.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: #e9821d; }
.blog .title a:hover { color: #f49321; }
.blog .info {
	color: #b1b1b1;
	font-size: 12px;
	margin-bottom: 5px;
}
.blog .info a { color: #b1b1b1; }
.blog .info a:hover { color: #dadada; }
.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 {
		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: 20px;
	padding: 5px;
}
#searchresult dl {
	margin: -5px;
	position: relative;
}
#searchresult dt {
	font-size: 15px;
	padding: 5px;
}
#searchresult dd {
	border-bottom: 1px solid #efefef;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 0 5px 15px;
	position: relative;
	*zoom: 1;
}
#searchresult b {
	color: #e9821d;
}
@media screen and (max-width: 640px) {
	#searchresult {
		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: medium none;
		margin: 0;
	}
}

/*
==================================================
リンク集
==================================================
*/
#linklist {
	overflow: hidden;
	text-align: left;
	padding-bottom: 20px;
}
#linklist dt {
	font-size: 15px;
	padding: 5px;
}
#linklist dd {
	border-bottom: 1px solid #efefef;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 0 5px 15px;
	position: relative;
	*zoom: 1;
}
@media screen and (max-width: 640px) {
	#linklist {
		padding-bottom: 0;
	}
	#linklist dt {
		padding: 5px 0;
	}
	#linklist dd {
		font-size: 12px;
		margin: 0 0 5px;
		padding: 0 0 10px;
	}
	#linklist dd:last-child {
		border-bottom: medium 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: #e9821d;
	font-size: 22px;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 18px 0 16px 76px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	*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: 66px 62px;
		background-size: 66px 62px;
	}
}

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

/* メインコンテンツ用ランキング
==================================================
*/
#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: #eedfc4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 1px;
	position: relative;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
#main .rank-container {
	background-color: #eedfc4;
	border: 1px solid #f8f2e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 13px 10px 10px 13px;
	position: relative;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
#main .rank .top {
	background-image: url(img/rank_bg_tl.png);
	background-position: left top;
	background-repeat: no-repeat;
	left: 0;
	position: absolute;
	right: 22px;
	top: -15px;
	z-index: 1;
}
#main .rank .top span {
	background-image: url(img/rank_bg_tr.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	display: block;
	height: 27px;
}
#main .rank-inner {
	background-color: #f1ebe7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px #d9cbb2;
	-moz-box-shadow: 0 1px 3px #d9cbb2;
	box-shadow: 0 1px 3px #d9cbb2;
	position: relative;
	z-index: 1;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
#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: #e9821d;
	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.1);
	*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: 11px top;
	padding: 12px 0 12px 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 80px;
		background-size: 72px 80px;
	}
	#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10 {
		-webkit-background-size: 49px 46px;
		background-size: 49px 46px;
	}
}
#main .rankbox {
	background-color: #f8f8f8;
	border: 5px solid #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	bottom: 3px;
	margin: 0 3px 0 -3px;
	padding: 2px;
	position: relative;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
}
#main .rankbox .rankbox-inner {
	background-color: #ffffff;
	background-image: url(img/rank_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	border: 10px solid #ffffff;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
#main .rankbox .feature {
	background-image: url(img/feature_title.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 2px 0 2px 30px;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rankbox .rankbox-inner {
		background-image: url(img/rank_bg@2x.gif);
		-webkit-background-size: 1px 22px;
		background-size: 1px 22px;
	}
	#main .rankbox .feature {
		background-image: url(img/feature_title@2x.png);
		-webkit-background-size: 24px 25px;
		background-size: 24px 25px;
	}
}
#main .rankbox .feature span {
	color: #f2933b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}
#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-bottom: 1px solid #d9d9d9;
	border-left: medium none;
	border-right: medium none;
	border-top: 1px solid #d9d9d9;
	padding: 10px 12px;
	text-align: left;
	vertical-align: middle;
}
#main .rankbox .rank-table th {
	background-color: #fafafa;
}
#main .rankbox .rank-table td {
	background-color: #ffffff;
}
#main td.desc {
	padding: 10px;
}
#main .rank .comment {
	background-image: url(img/comment_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	margin-right: -7px;
	padding: 0 7px 8px 0;
	position: relative;
	top: 40px;
}
#main .rank .comment .comment-inner {
	background-color: #fffbd6;
	background-image: url(img/comment_inner_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 1px #e3e3e3;
	-moz-box-shadow: 0px 1px 1px #e3e3e3;
	box-shadow: 0px 1px 1px #e3e3e3;
	padding: 15px;
	position: relative;
	behavior: url(http://dnanenicoous.moto-chika.com/css/PIE.htc);
	*zoom: 1;
}
#main .rank .comment .comment-tit {
	position: relative;
}
#main .rank .comment .comment-tit span {
	background-image: url(img/comment_title_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: -35px;
	padding-top: 35px;
	display: block;
	position: relative;
	*zoom: 1;
}
#main .rank .comment .comment-tit span span {
	background-image: url(img/comment_title.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #f2933b;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	padding: 20px 15px 5px 20px;
	top: 0;
	text-shadow: 0 1px 2px 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: 28px;
	padding: 0 5px 1px 5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank .comment .comment-tit span span {
		background-image: url(img/comment_title@2x.gif);
		-webkit-background-size: 125px 50px;
		background-size: 125px 50px;
	}
	#main .rank .comment p {
		background-image: url(img/comment_p@2x.gif);
		-webkit-background-size: 1px 28px;
		background-size: 1px 28px;
	}
}
#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: 63px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 262px;
}
#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%;
}
#main .ritm_rank1 td.rank:before, #main .ritm_rank1 td.rank:after {
	display: none;
}
@media screen and (max-width: 899px) {
	#main .rank:before {
		background-color: #eedfc4;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		content: "";
		height: 24px;
		left: 0;
		position: absolute;
		top: -15px;
		width: 169px;
		z-index: 1;
	}
	#main .rank:after {
		border-left: 1px solid #f8f2e7;
		border-top: 1px solid #f8f2e7;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		content: "";
		height: 24px;
		left: 1px;
		position: absolute;
		top: -14px;
		width: 169px;
		z-index: 1;
	}
	#main .rank-container:before {
		background-color: #eedfc4;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius: 0 3px 0 0;
		border-radius: 0 3px 0 0;
		content: "";
		height: 16px;
		left: 158px;
		position: absolute;
		top: -17px;
		-webkit-transform: skewX(30deg);
		transform: skewX(30deg);
		width: 15px;
	}
	#main .rank-container:after {
		background-color: #eedfc4;
		border-right: 1px solid #f8f2e7;
		border-top: 1px solid #f8f2e7;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius: 0 3px 0 0;
		border-radius: 0 3px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		content: "";
		height: 16px;
		left: 157px;
		position: absolute;
		top: -16px;
		-webkit-transform: skewX(31deg);
		transform: skewX(31deg);
		width: 15px;
	}
	#main .rank .top {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
	}
	#main .rank .top:before {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#fcd5d8), color-stop(100%,#fabbc1));
		background-image: linear-gradient(to bottom, #fcd5d8 25%,#fabbc1 100%);
		content: "";
		height: 25px;
		position: absolute;
		right: 112px;
		top: 8px;
		-webkit-transform: skewY(5deg);
		transform: skewY(5deg);
		width: 45px;
	}
	#main .rank .top span {
		background-image: none;
	}
	#main .rank .top span:before {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#cde8f2), color-stop(100%,#b7dfed));
		background-image: linear-gradient(to bottom, #cde8f2 25%,#b7dfed 100%);
		content: "";
		height: 25px;
		position: absolute;
		right: 52px;
		top: 11px;
		-webkit-transform: skewY(4deg);
		transform: skewY(4deg);
		width: 45px;
	}
	#main .rank .top span:after  {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#dedbf4), color-stop(100%,#cbc6ee));
		background-image: linear-gradient(to bottom, #dedbf4 25%,#cbc6ee 100%);
		content: "";
		height: 25px;
		position: absolute;
		right: 1px;
		top: 8px;
		-webkit-transform: rotate(4deg) skewY(3deg);
		transform: rotate(4deg) skewY(3deg);
		width: 45px;
	}
	#main .rank .comment {
		background: none repeat scroll 0 0 transparent;
		z-index: 0;
	}
	#main .rank .comment:before {
		bottom: 16px;
		-webkit-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.1);
		box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.1);
		content: "";
		height: 60px;
		left: auto;
		max-width: 300px;
		position: absolute;
		right: 12px;
		-webkit-transform: skew(5deg, 3deg);
		transform: skew(5deg, 3deg);
		width: 80%;
		z-index: -1;
	}
	#main .rank .comment .comment-tit span {
		background: none repeat scroll 0 0 transparent;
		margin-top: 0;
		padding-top: 0;
	}
	#main .rank .comment .comment-tit span span:before {
		background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(242,147,59,0.35)), color-stop(25%,rgba(242,147,59,0.35)), color-stop(25%,rgba(245,169,98,0.35)), color-stop(50%,rgba(245,169,98,0.35)), color-stop(50%,rgba(242,147,59,0.35)), color-stop(75%,rgba(242,147,59,0.35)), color-stop(75%,rgba(245,169,98,0.35)), color-stop(100%,rgba(245,169,98,0.35)));
		background-image: linear-gradient(135deg, rgba(242,147,59,0.35) 0%,rgba(242,147,59,0.35) 25%,rgba(245,169,98,0.35) 25%,rgba(245,169,98,0.35) 50%,rgba(242,147,59,0.35) 50%,rgba(242,147,59,0.35) 75%,rgba(245,169,98,0.35) 75%,rgba(245,169,98,0.35) 100%);
		-webkit-background-size: 34px 34px;
		background-size: 34px 34px;
		content: "";
		height: 26px;
		left: 50%;
		margin-left: -78px;
		position: absolute;
		top: -29px;
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
		width: 156px;
	}
	#main .rank .more {
		overflow: visible;
	}
	#main .rank .more span {
		display: block;
		margin-bottom: 15px;
		padding: 0;
	}
	#main .rank .more span:last-child {
		margin-bottom: 0;
	}
	#main .rank .more a,
	#main .rank .more span.official a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73cfb4), color-stop(100%,#54c19d));
		background-image: linear-gradient(to bottom, #73cfb4 0%,#54c19d 100%);
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
		color: #ffffff;
		height: 60px;
		line-height: 60px;
		margin: 0 auto;
		position: relative;
		text-decoration: none;
		text-indent: 0;
		white-space: normal;
		width: 95%;
		z-index: 0;
	}
	#main .rank .more span.official a {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fab84b), color-stop(100%,#f49a25));
		background-image: linear-gradient(to bottom, #fab84b 0%,#f49a25 100%);
	}
	#main .rank .more a:before {
		background-image: url(img/button_more_2.png);
		background-position: right center;
		background-repeat: no-repeat;
		bottom: 0;
		content: "";
		display: block;
		left: 0;
		position: absolute;
		right: 15px;
		top: 0;
	}
	#main .rank .more span.official a:before {
		background-image: url(img/button_official_2.png);
		right: 18px;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank .comment .comment-inner {
		background-image: none;
		background-position: left top;
		background-repeat: no-repeat;
		z-index: 0;
	}
	#main .rank .comment .comment-inner:before {
		background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fffde6), color-stop(100%,#fffbd6));
		background-image: linear-gradient(135deg, #fffde6 0%,#fffbd6 100%);
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#main .rank .comment .comment-inner:after {
		background-image: url(img/comment_inner_bg@2x.png);
		background-position: 12px 11px;
		background-repeat: no-repeat;
		-webkit-background-size: 120px 77px;
		background-size: 120px 77px;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#main .rank .more a:before {
		background-image: url(img/button_more_2@2x.png);
		-webkit-background-size: 36px 41px;
		background-size: 36px 41px;
	}
	#main .rank .more span.official a:before {
		background-image: url(img/button_official_2@2x.png);
		-webkit-background-size: 33px 32px;
		background-size: 33px 32px;
	}
}
@media screen and (max-width: 640px) {
	#main .rank:before,
	#main .rank:after {
		width: 94px;
	}
	#main .rank-container {
		padding: 13px 5px 5px 8px;
	}
	#main .rank-container:before {
		left: 83px;
	}
	#main .rank-container:after {
		left: 82px;
	}
	#main .rank .top:before {
		right: 102px;
	}
	#main .rank .top span:before {
		right: 42px;
	}
	#main .rank .top span:after  {
		right: -9px;
	}
	#main .rankbox .rankbox-inner {
		overflow: visible;
		padding: 0;
	}
	#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 {
		margin-bottom: 30px;
		top: 30px;
	}
	#main .rank .comment .comment-tit span span {
		font-size: 22px;
		padding: 20px 5px 5px 10px;
	}
	#main .rank .comment .comment-tit span span:before {
		height: 22px;
		margin-left: -52px;
		top: -19px;
		width: 104px;
	}
	#main .rank .comment .comment-inner {
		background-image: none;
		background-position: left top;
		background-repeat: no-repeat;
		padding: 10px;
		z-index: 0;
	}
	#main .rank .comment .comment-inner:before {
		background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fffde6), color-stop(100%,#fffbd6));
		background-image: linear-gradient(135deg, #fffde6 0%,#fffbd6 100%);
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#main .rank .comment .comment-inner:after {
		background-image: url(img/comment_inner_bg_2.png);
		background-position: 2px 11px;
		background-repeat: no-repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank .comment .comment-inner:after {
		background-image: url(img/comment_inner_bg_2@2x.png);
		-webkit-background-size: 96px 62px;
		background-size: 96px 62px;
	}
}

/* メニュー用ランキング
==================================================
*/
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5{
	background-repeat: no-repeat;
	border: medium none;
	color: #e9821d;
	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 35px 80px;
}
#menu .rank4,#menu .rank5{
	background-position: 11px 5px;
	padding: 26px 0 18px 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 80px;
		background-size: 72px 80px;
	}
	#menu .rank4,#menu .rank5 {
		-webkit-background-size: 49px 46px;
		background-size: 49px 46px;
	}
}

/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 {
	text-align: center;
}
#column1 #menu, #column1 #main {
	float: none;
	width: auto;
}
#column1 #menu {
	padding-top: 20px;
}
#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-color: 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;
	position: relative;
	text-decoration: underline;
	*zoom: normal;
}
#column1 #menu .menulist li a:hover {
	text-decoration: none;
}
#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
	background-position: 0 9px;
	margin: 0 20px 0 0;
	padding: 5px 0 5px 18px;
}
@media screen and (max-width: 899px) {
	#column1 #menu .menulist li a:before {
		background-color: #f4af60;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		content: "";
		height: 15px;
		left: 0;
		position: absolute;
		top: 2px;
		width: 15px;
	}
	#column1 #menu .menulist li a:after {
		border: 4px solid transparent;
		border-left: 4px solid #ffffff;
		content: "";
		left: 6px;
		position: absolute;
		top: 5px;
	}
	#column1 #menu ul#newEntry li:before, #column1 #menu ul#entryarchive li:before {
		left: 0;
		top: 9px;
	}
	#column1 #menu ul#newEntry li:after, #column1 #menu ul#entryarchive li:after {
		top: 12px;
	}
}
@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 {
		display: block;
		padding: 0;
	}
	#column1 #menu .menulist li a,
	#column1 #menu .menulist .l2 a,
	#column1 #menu .menulist .l3 a {
		margin: 0;
		text-decoration: none;
	}
	#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
		border-bottom: 1px solid #efefef;
		margin: 0;
	}
}

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

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



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

/* 文字装飾 */
.alert,.accept,.attention,.thint {
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	font-size: 13px;
	line-height: 1.6;
	margin: 10px 0;
	padding: 24px 15px 24px 90px;
	*zoom: 1;
}
.alert {
	background-color: #fffae0;
	background-image: url(img/alert.gif);
	color: #ffae20;
}
.accept {
	background-color: #f7fce7;
	background-image: url(img/accept.gif);
	color: #80be36;
}
.attention {
	background-color: #fff4f2;
	background-image: url(img/attention.gif);
	color: #fa8c75;
}
.thint {
	background-color: #f5fcfe;
	background-image: url(img/thint.gif);
	color: #64abd5;
}
.user1 {
	background-color: #f3fafc;
	background-image: url(img/user1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	color: #4385a4;
	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: #fff8f6;
	background-image: url(img/user2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	color: #d3536f;
	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: 350px 120px;
		background-size: 350px 120px;
	}
	.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);
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.user1,
	.user2 {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		z-index: 0;
	}
	.user1:before,
	.user2:before {
		background-image: url(img/user1@2x.gif), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#daf1f6), color-stop(100%,#f3fafc));
		background-image: url(img/user1@2x.gif), linear-gradient(to bottom, #daf1f6 0%,#f3fafc 100%);
		background-position: left top, 0 0;
		background-repeat: no-repeat, repeat;
		-webkit-background-size: 160px 170px, auto auto;
		background-size: 160px 170px, auto auto;
		content: "";
		height: 170px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	.user2:before {
		background-image: url(img/user2@2x.gif), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee9e3), color-stop(100%,#fff8f6));
		background-image: url(img/user2@2x.gif), linear-gradient(to bottom, #fee9e3 0%,#fff8f6 100%);
	}
}
@media screen and (max-width: 640px) {
	.user1,
	.user2 {
		background-image: none;
		background-position: 0 0;
		background-repeat: repeat;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		padding: 26px 15px 26px 90px;
		z-index: 0;
	}
	.user1:before,
	.user2:before {
		background-image: url(img/user1.gif), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#daf1f6), color-stop(100%,#f3fafc));
		background-image: url(img/user1.gif), linear-gradient(to bottom, #daf1f6 0%,#f3fafc 100%);
		background-position: left top, 0 0;
		background-repeat: no-repeat, repeat;
		-webkit-background-size: auto 85px, auto auto;
		background-size: auto 85px, auto auto;
		content: "";
		height: 85px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	.user2:before {
		background-image: url(img/user2.gif), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee9e3), color-stop(100%,#fff8f6));
		background-image: url(img/user2.gif), linear-gradient(to bottom, #fee9e3 0%,#fff8f6 100%);
	}
}




.noimage{
	padding: 10px 10px 10px 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 {
	text-shadow: none;
}
#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: #ffdda4;
	background-image: url(img/h3_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0 !important;
	padding: 2px 0;
	position: relative;
	behavior: url(http://dnanenicoous.moto-chika.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.gif);
	background-position: 10px 15px;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #fff5e1;
	border-top: 1px dashed #fff5e1;
	color: #a96636;
	display: block;
	font-size: 20px;
	line-height: 1.4;
	padding: 15px 15px 15px 40px;
	text-align: left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
@media screen 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: 28px 50px;
		background-size: 28px 50px;
	}
	#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@2x.png);
		-webkit-background-size: 24px 27px;
		background-size: 24px 27px;
	}
}
@media screen and (max-width: 640px) {
	#wrapper #main .txt-border h3,
	#wrapper #main .txt-grayback h3,
	#wrapper #main .txt-colorback h3,
	#wrapper #main .txt-frame h3,
	#wrapper #main .txt-colorframe h3,
	#wrapper #main .txt-rndbox h3,
	#wrapper #main .txt-decbox1 .body h3,
	#wrapper #main .txt-decbox2 .body h3 {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin: 10px 0 !important;
	}
}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{}
*/