@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");
@import url("./css/textstyles.css");
/*
==================================================
木村追加
==================================================
*/
a{text-decoration: none;}
#topmenu ul{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;}

/*
==================================================
スタイルの初期化
==================================================
*/
*{
	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 {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote {
	border: 2px dotted #CCC;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
div, p, h1, h2, h3, h4, h5, h6 {
	_zoom: 1;
	display: block;
	text-align: left;
}
img {
	border: 0;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
==================================================
基本スタイル
==================================================
*/
body {
	background-color: #ffffff;
	color: #6b5544;
	font-size: 13px;
	line-height: 180%;
	text-align: center;
}
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: 7px 12px;
	background-repeat: no-repeat;
	padding: 4px 0 4px 25px;
	position: relative;
}
ol {
	list-style-type: decimal;
	padding: 10px 0 10px 25px;
}
ol li {
	padding: 4px 0;
}
/* リンク
==================================================
*/
a { color: #777777; }
a:hover {
	color: #FF7A0A;
	text-decoration: none;
}
a:hover img {
	background: none !important;
}
a img { background: none !important; }
#main a:hover, #menu a:hover, #rmenu a:hover {
	left: 1px;
	position: relative;
	top: 1px;
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#wrapper {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.inner {
	padding-top: 62px;
	position: relative;
}
#contents {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 900px;
}
#layoutbox {
}
#siteNavi {
	color: #988e85;
	font-size: 11px;
	margin-bottom: 10px;
}
/* ページ上部へ戻る
==================================================
*/
#pagetop {
	bottom: -65px;
	clear: both;
	position: absolute;
	right: 0;
}
#pagetop a {
	background-image: url(img/pagetop_button.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	color: #1d1c1a;
	display: inline-block;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding-left: 18px;
	text-decoration: none;
	*display: inline;
	*zoom: 1;
}
#pagetop a:hover {
	color: #60605f;
	text-decoration: underline;
}
/* 検索ボックス
==================================================
*/
#searchbox {
	background-image: url(img/search_input.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	left: 50%;
	margin-left: 190px;
	position: absolute;
	text-align: right;
	top: 10px;
	width: 260px;
}
#searchbox input {
	background-color: transparent;
	background-image: url(img/searchbutton.png);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	font-size: 0;
	height: 26px;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	right: 2px;
	text-indent: 200%;
	top: 2px;
	white-space: nowrap;
	width: 60px;
}
#searchbox form {
	margin: 0;
	padding: 0;
}
#searchbox .skwd {
	background-image: none;
	cursor: text;
	color: #453f2c;
	font-size: 12px;
	left: 10px;
	line-height: 26px;
	right: auto;
	text-indent: 0;
	width: 182px;
}
/* 回り込み・回り込み解除
==================================================
*/
.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;
}
/*
==================================================
スライダー部分
==================================================
*/
.slider {  
    width: 100%;  
    border: 1px solid #000;  
}  
.slider div   {  
    width: 80%;  
    border: 1px solid #FF0000;  
    margin: 0 auto;  
}  
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top {
	background-color: #ffffff;
	text-align: center;
}
#top .inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	width: 900px;
}
#top #logo, #top h1 {
	padding-left: 5px;
}
#top #logo a, #top h1 a {
	color: #222220;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#top #logo a img, #top h1 a img {
	vertical-align: bottom;
}
/* ヘッダー
==================================================
*/
#topimage {
	background-color: #ffffff;
	background-image: url(img/header_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #474746;
	height: auto !important;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	text-align: left;
}
#header {
	min-height: 346px;
	margin: 0;
	padding: 0;
}
#header img {
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
}
#headertxt {
	width: 900px;
	position: absolute;
	margin: 40px 40px;
	padding: 0;
}
#header .title,
#header .desc {
	left: 10px;
	position: relative;
	top: 0;
	width: 65%;
}
#header .title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 5px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#header .title a {
	color: #222220;
	text-decoration: none;
}
#header .title a:hover {
	color: #585854;
}
#header .desc {
	color: #736356;
	font-size: 13px;
	line-height: 1.6;
}
#header .img {
	bottom: 0;
	position: absolute;
	right: 0;
}
/* トップメニュー
==================================================
*/
#topmenu {
	background-color: #ffffff;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
#topmenu #topmenu-inner {
	margin: 0 auto;
	overflow: hidden;
	padding-top: 2px;
	position: relative;
	text-align: center;
	width: 900px;
}
#topmenu ul {
	overflow: hidden;
	padding: 0;
}
#topmenu li {
	background: none repeat scroll 0 0 transparent;
	display: inline;
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0 1px;
	overflow: hidden;
	padding: 0;
	width: 178px;
}
#topmenu li a {
	background-color: #faf7ed;
	background-image: url(img/topmenu_li.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-left: 1px solid #e8e1b3;
	border-right: 1px solid #e8e1b3;
	border-top: 1px solid #e8e1b3;
	-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;
	color: #a5978c;
	display: block;
	font-size: 13px;
	overflow: hidden;
	padding: 0 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#topmenu li a:hover {
	background-color: #f7f4e3;
	background-image: url(img/topmenu_li2.gif);
}
/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
	float: right;
	overflow: hidden;
	position: relative;
	width: 680px;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	background-color: #ffffff;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px 10px;
	position: relative;
}
/* 見出し
==================================================
*/
h2, h3, h4, h5, h6 {
	color: #5a5651;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#main h2, #main h3 {
}
#main h2 span, #main h3 span {
	background-color: #faf7ed;
	background-image: url(img/h3.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #eee8c7;
	border-left: 1px solid #eee8c7;
	border-right: 1px solid #eee8c7;
	border-top: 2px solid #474746;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #222220;
	display: block;
	font-size: 18px;
	padding: 14px 15px;
	position: relative;
}
#main .text h3, #text1 h3, #text2 h3, #text3 h3, #text4 h3, #text5 h3, #text6 h3, #text7 h3, #text8 h3, #text9 h3, #text10 h3, #space1 h3, #space2 h3 {
	margin: 20px 0 15px;
}
#main h4 {
	margin: 20px auto 10px;
	overflow: hidden;
	position: relative;
}
#main h4 span {
	background-image: url(img/h4.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
}
#main h5 {
	background-image: url(img/h5.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 15px;
	margin: 20px auto 10px;
	padding-left: 14px;
}
#main h6 {
	background-image: url(img/h6.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	font-size: 14px;
	margin: 5px auto;
	padding-left: 18px;
}
#main .atn02 {
	background-color: #fffce5;
	margin-bottom: 30px;
	position: relative;
	top: 15px;
}
#main .atn02 span {
	background-image: url(img/atn_02.png);
	background-position: 12px 18px;
	background-repeat: no-repeat;
	color: #f76880;
	font-weight: bold;
	display: block;
	line-height: 1.6;
	padding: 15px 15px 15px 42px;
	position: relative;
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu {
	float: left;
	width: 195px;
}
#menu .rankbox {
	border-bottom: 1px dashed #e3e3e3;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#menu .rankbox img {
	width: 175px;
}
.menubox {
	background-color: #ffffff;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.menulist {
}
.menulist ul {
	line-height: 1.4;
	padding: 0;
}
.menulist li {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px dashed #e3e3e3;
	padding: 0;
	position: relative;
}
.menulist .l2,
.menulist .l3 {
}
.menulist li a {
	background-image: url(img/menu_bg.png);
	background-position: 10px 16px;
	background-repeat: no-repeat;
	color: #766c66;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 10px 10px 25px;
	text-decoration: none;
	*zoom: 1;
}
.menulist li a:hover {
	color: #222220;
	text-decoration: underline;
}
.menulist .l2 a,
.menulist .l3 a {
	font-weight: normal;
}
.menulist .l2 a {
	background-image: url(img/menu_bg2.png);
	background-position: 22px 15px;
	padding-left: 35px;
}
.menulist .l3 a {
	background-image: url(img/menu_bg3.gif);
	background-position: 30px 15px;
	padding-left: 45px;
}
#menu .title, #rmenu .title, #menu h4, #rmenu h4 {
	background-position: left top;
	background-repeat: repeat-x;
	-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;
}
#menu .title, #rmenu .title {
	background-color: #faf7ed;
	background-image: url(img/menu_title.gif);
	border-left: 1px solid #eee8c7;
	border-right: 1px solid #eee8c7;
	border-top: 1px solid #eee8c7;
}
#menu h4, #rmenu h4 {
	background-color: #686867;
	background-image: url(img/menu_h4.gif);
	border: 1px solid #60605f;
}
#menu .title span, #rmenu .title span, #menu h4 span, #rmenu h4 span {
	display: block;
	font-size: 16px;
	padding: 8px 14px;
	position: relative;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	*zoom: 1;
}
#menu .title span, #rmenu .title span {
	border-bottom: 1px solid #838382;
	color: #6a645f;
}
#menu h4 span, #rmenu h4 span {
	border-bottom: 1px solid #858583;
	color: #ffffff;
}
/* バナー領域
==================================================
*/
.bannerbox {
	margin-bottom: 20px;
	position: relative;
}
.bannerbox ul {
	padding: 0;
}
.bannerbox li {
	background: none;
	margin-bottom: 5px;
	padding: 0;
}
.bannerbox li a {
	font-size: 15px;
}
.bannerbox li a img {
	vertical-align: bottom; 
}
/* 最新記事・アーカイブ
==================================================
*/
#menu ul#newEntry, #menu ul #entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
	display: block;
	line-height: 1.4;
	overflow: hidden;
	padding: 12px 10px 0;
}
ul#newEntry li, ul#entryarchive li {
	color: #988e85;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 12px;
	position: relative;
}
ul#newEntry li {
	background-image: url(img/menu_bg4.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
	*zoom: 1;
}
ul#entryarchive li {
	background-image: none;
	padding: 0;
}
/*
==================================================
フッター
==================================================
*/
#footer {
	background-color: #ffffff;
	text-align: center;
}
#footer .inner {
	border-top: 1px solid #f5eed5;
	margin: 0 auto;
	padding: 25px 0;
	position: static;
	text-align: center;
	width: 900px;
}
#footer p {
	color: #969696;
	font-size: 11px;
	text-align: center;
}
#footer #footsub {
	display: inline-block;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	*display: inline;
	*zoom: 1;
}
#footermenu {
	display: inline;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	overflow: hidden;
}
#footermenu span,
#footer #footsub span {
	border-left: 1px solid #ddd7c0;
	display: inline-block;
	left: -1px;
	letter-spacing: normal;
	margin: 0 0 10px;
	padding: 0 20px;
	position: relative;
	*display: inline;
	*zoom: 1;
}
#footermenu a,
#footer #footsub a {
	color: #969696;
	font-size: 11px;
	line-height: 1.6;
}
#footermenu a:hover,
#footer #footsub a:hover {
	color: #b5b5b5;
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew {
	background-color: #ffffff;
	border: 1px solid #f5eed5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	position: relative;
	padding: 2px;
}
#whatsnew .title {
	background-color: #fcf9ef;
	-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;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 12px;
	position: relative;
}
#whatsnew .title span {
	border-left: 3px solid #dbd2ca;
	color: #6a645f;
	padding: 2px 12px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#whatsnew ul {
	padding: 0 10px 10px;
}
#whatsnew ul li {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px dashed #e3e3e3;
	font-size: 12px;
	line-height: 1.6;
	padding: 10px 6px;
	*zoom: 1;
}
#whatsnew ul li span {
	color: #988e85;
	display: block;
	font-size: 11px;
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
	margin-top: 15px;
}
#categorylist .catbox {
	background-color: #ffffff;
	border: 1px solid #f0ebce;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 1px;
	position: relative;
	_height: 1%;
}
#categorylist .thumb {
	float: left;
	padding: 0 0 20px 20px;
}
#categorylist .thumb img {
	vertical-align: bottom;
}
#categorylist .body {
	overflow: hidden;
	padding: 0 20px;
}
#categorylist p {
	font-size: 13px;
	line-height: 1.6;
}
#categorylist .more {
	float: right;
	padding-bottom: 20px;
	padding-top: 8px;
	_height: 1%;
}
#categorylist .more a {
	background-image: url(img/button_more2.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding-left: 22px;
}
#categorylist .title {
	background-color: #686867;
	background-image: url(img/catbox_title.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #60605f;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}
#categorylist .title span {
	border-bottom: 1px solid #858583;
	display: block;
	padding: 12px 15px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#categorylist .title a {
	color: #ffffff;
	font-size: 18px;
	position: relative;
	text-decoration: none;
}
#categorylist .title a:hover {
	text-decoration: underline;
}
#pagelist {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
#pagelist ul {
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	padding: 0;
}
#pagelist li {
	background-image: none;
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	line-height: normal;
	margin: 0 5px 10px;
	padding: 0;
	*display: inline;
	*zoom: 1;
}
#pagelist a {
	border: 1px solid #f0ebce;
	background-color: #faf7ed;
	background-image: url(img/topmenu_li.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #222220;
	display: inline-block;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	*display: inline;
	*zoom: 1;
}
#pagelist a:hover {
	background-color: #686867;
	background-image: url(img/catbox_title.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #60605f;
	color: #ffffff;
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
	background-color: #fcfcfa;
	border: 1px solid #efebd2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}
#entrylist h4 {
	margin: 0;
}
#entrylist h4 span {
	background: none repeat scroll 0 0 transparent;
	color: #6a645f;
	font-size: 16px;
	padding: 12px 10px 12px 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#entrylist dl {
	padding: 0 15px;
}
#entrylist dt {
	border-top: 1px dashed #eee8c7;
	line-height: 1.5;
	padding: 12px 10px;
	position: relative;
}
#entrylist dt a {
	background-image: url(img/entrylist_bg.png);
	background-position: left 7px;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 14px;
	*display: inline;
	*zoom: 1;
}
#entrylist dd {
	font-size: 12px;
	line-height: 150%;
	padding: 0 10px 2px 24px;
	position: relative;
	top: -10px;
}
#relNavigate {
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	margin-bottom: 15px;
	padding-bottom: 10px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	text-align: center;
}
#relNavigate a {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: normal;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	*display: inline;
	*zoom: 1;
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps {
	background-color: #ffffff;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 10px 10px;
}
#sitemaps ul {
	padding: 0;
}
#sitemaps li {
	background: none repeat scroll 0 0 transparent;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	padding: 0;
}
#sitemaps .l1 {
	margin-top: 10px;
}
#sitemaps .l2 {
	margin-left: 12px;
	margin-top: 5px;
}
#sitemaps .l3 {
	margin-left: 20px;
	margin-top: 5px;
}
#sitemaps li a {
	background-image: url(img/menu_bg.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	color: #766c66;
	display: inline-block;
	letter-spacing: normal;
	line-height: 1.8;
	padding-left: 15px;
	*display: inline;
	*zoom:1;
}
#sitemaps .l1 a {
	font-size: 16px;
	font-weight: 700;
}
#sitemaps .l2 a,
#sitemaps .l3 a {
	font-size: 14px;
}
#sitemaps .l2 a {
	background-image: url(img/menu_bg2.png);
	background-position: left 9px;
	padding-left: 13px;
}
#sitemaps .l3 a {
	background-image: url(img/menu_bg3.gif);
	background-position: left 6px;
	padding-left: 15px;
}
#sitemaps li a:hover {
	color: #222220;
	text-decoration: none;
}
/*
==================================================
フリースペース
==================================================
*/
#space3, #space4, #space5, #space6 {
	line-height: 1.3;
	padding: 10px;
}
#menu .grayline, #rmenu .grayline {
	border: 1px solid #ebebeb;
	margin: 0 0 20px 0;
	padding: 14px;
}
/*
==================================================
ブログモード
==================================================
*/
.blog {
	background-color: #ffffff;
	border-bottom: 1px dashed #e3e3e3;
	margin: 15px 0;
	overflow: hidden;
	padding: 10px;
}
.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: #5a5651; }
.blog .info {
	color: #988e85;
	font-size: 12px;
	margin-bottom: 5px;
}
.blog .info a { color: #988e85; }
.blog .body {
	line-height: 1.5;
	overflow: hidden;
}
.blog .more {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: right;
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
	background-color: #ffffff;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px 10px;
}
#searchresult dl {
	margin: -15px -5px;
	position: relative;
	width: 100%;
}
#searchresult dt {
	padding: 15px 5px 3px;
}
#searchresult dd {
	border-bottom: 1px dashed #e3e3e3;
	font-size: 13px;
	line-height: 1.4;
	padding: 0 5px 15px;
	position: relative;
	*zoom: 1;
}
#searchresult b {
	color: #f76880;
}
/*
==================================================
リンク集
==================================================
*/
#linklist {
	background-color: #ffffff;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 5px;
}
#linklist dt {
	padding: 15px 5px 3px;
}
#linklist dd {
	border-bottom: 1px dashed #e3e3e3;
	font-size: 13px;
	line-height: 1.4;
	padding: 0 5px 15px;
	position: relative;
	*zoom: 1;
}
/*
==================================================
ポイント
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
	background-position: 2px top;
	background-repeat: no-repeat;
	color: #f76880;
	font-size: 20px;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	margin-bottom: 3px;
	margin-top: 15px;
	padding: 8px 0 8px 56px;
	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); }
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
#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: #fdfdf9;
	margin-bottom: 20px;
	padding: 1px;
}
#main .rank-container {
	background-color: #ede5b9;
	background-image: url(img/rank_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	padding: 1px;
}
#main .rank-inner {
	background-color: #fdfdf9;
	overflow: hidden;
	padding: 18px 23px;
}
#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: #737373;
	font-size: 34px;
	height: auto;
	line-height: 130%;
	margin-bottom: 12px;
	margin-top: 12px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	*zoom: 1;
}
#main .rank1,#main .rank2,#main .rank3{
	background-position: left top;
	padding: 8px 0 8px 70px;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
	background-position: 2px top;
	padding: 8px 0 8px 70px;
}
#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;
}
.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); }
#main .rankbox {
	overflow: hidden;
	padding-top: 12px;
}
#main .rankbox .rankbox-inner {
	overflow: hidden;
}
#main .rankbox .feature {
	border-bottom: 1px solid #e5ddb5;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 5px 2px;
	position: relative;
}
#main .rankbox .feature span {
	color: #947e53;
	font-size: 16px;
	font-weight: 700;
}
#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 {
	color: #5a5a5a;
	line-height: 1.6;
	overflow: hidden;
	padding-bottom: 20px;
}
#main .rankbox .rank-table {
	clear: both;
	margin: 0;
	width: 100%;
}
#main .rankbox .rank-table th, #main .rankbox .rank-table td {
	background-color: transparent;
	border: 1px solid #ededed;
	color: #5a5a5a;
	padding: 10px 15px;
	text-align: left;
	vertical-align: middle;
}
#main .rankbox .rank-table th {
	background-color: #fcfcfc;
}
#main .rankbox .rank-table td {
	background-color: #ffffff;
}
#main .rank .comment {
	margin-top: 20px;
}
#main .rank .comment .comment-inner {
	background-color: #ffffde;
	border: 2px solid #ffda00;
	position: relative;
}
#main .rank .comment .comment-tit {
	background-image: url(img/comment_title.png);
	background-position: left 16px;
	background-repeat: no-repeat;
	left: -4px;
	position: relative;
}
#main .rank .comment .comment-tit span {
	color: #f76874;
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	padding: 15px 10px 0 86px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#main .rank .comment p {
	color: #98573b;
	font-size: 13px;
	line-height: 1.6;
	padding: 10px 15px;
	position: relative;
}
#main .rank .more {
	font-size: 0;
	letter-spacing: -.40em;
	overflow: hidden;
	padding-top: 15px;
	position: relative;
	text-align: center;
}
#main .rank .more span {
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	margin: 10px 0;
	padding: 0 12px;
	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: 54px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 260px;
}
#main .rank .more span.official {
	margin-right: 0;
}
#main .rank .more span.official a {
	background-image: url(img/button_official.png);
}
/* メニュー用ランキング
==================================================
*/
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5{
	background-repeat: no-repeat;
	border: medium none;
	color: #5a5651;
	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: 22px 0 22px 70px;
}
#menu .rank4,#menu .rank5{
	background-position: left top;
	padding: 20px 0 20px 60px;
}
#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); }
/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 {
	overflow: hidden;
	padding-bottom: 0px;
	position: relative;
	text-align: center
}
#column1 #menu, #column1 #main {
	float: none;
	width: auto;
}
#column1 #menu {
	padding-top: 20px;
}
#column1 #menu .menulist {
	padding: 8px 10px;
}
#column1 #menu .menulist ul, #column1 #menu ul#newEntry, #column1 #menu ul#entryarchive {
	border: none;
	letter-spacing: -0.4em;
	line-height: 0;
	padding: 0;
}
 #column1 #menu ul#newEntry, #column1 #menu ul#entryarchive {
	padding: 8px 10px;
}
#column1 #menu .menulist li, #column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
	display: inline-block;
	letter-spacing: normal;
	line-height: 1.5;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}
#column1 #menu .menulist li {
	background: none repeat scroll 0 0 transparent;
	border: none;
	padding: 5px 0;
}
#column1 #menu .menulist li a {
	background-image: url(img/menu_bg.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: 400;
	margin: 0 20px 0 0;
	padding: 0 0 0 15px;
	text-decoration: underline;
	*zoom: normal;
}
#column1 #menu .menulist li a:hover {
	text-decoration: none;
}
#column1 #menu ul#newEntry li, #column1 #menu ul #entryarchive li, #column1 #rmenu ul#newEntry li, #column1 #rmenu ul#entryarchive li {
	background-position: left 9px;
	margin: 0 20px 0 0;
	padding: 5px 0 5px 18px;
}
/*
==================================================
２カラムレイアウト
==================================================
*/
#column2 {
	overflow: hidden;
	padding-bottom: 70px;
	position: relative;
	text-align: center;
}
/*
==================================================
３カラムレイアウト
==================================================
*/
#column3 {
	overflow: hidden;
	padding-bottom: 70px;
	position: relative;
	text-align: center
}
#contents:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	font-size:0;
	line-height:0;
	visibility:hidden;
}
#column3 #layoutbox {
	float: left;
	width: 680px;
}
#column3 #main {
	float: right;
	width: 460px;
}
#rmenu {
	float: right;
	position: relative;
	width: 195px;
}
/*
==================================================
レイアウト切り替え用スタイル(後で削除)
==================================================
*/
#column1 #rmenu, #column2 #rmenu, #column1 #space3, #column1 #space4,#column1 .bannerbox,#column1 #submenu { display: none; }
.inner { padding-top:62px; }
#header {
}
#header .desc {

}
/* 記事スタイル修正 */
#wrapper #main .txt-border {
	margin: 10px 0 20px;
	padding: 0 10px !important;
}
#wrapper #main .txt-decbox1 .top h3 span,
#wrapper #main .txt-decbox2 .top h3 span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#wrapper #main .txt-decbox1 .body h3,
#wrapper #main .txt-decbox2 .body h3 {
	margin: 20px 0 15px !important;
	padding: 0;
}
#wrapper #main .txt-decbox1 .body h3 span,
#wrapper #main .txt-decbox2 .body h3 span {
	background-color: #faf7ed;
	background-image: url(img/h3.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #eee8c7;
	border-left: 1px solid #eee8c7;
	border-right: 1px solid #eee8c7;
	border-top: 2px solid #474746;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #222220;
	display: block;
	font-size: 18px;
	padding: 14px 15px;
	position: relative;
	text-align: left;
}
/*記事スタイル透過修正*/
#main .txt-frame, #main .txt-colorframe {
	margin-bottom: 24px !important;
	overflow: visible !important;
	top: 7px !important;
}
.txt-frame .top, .txt-colorframe .top {
	margin-right: 7px !important;
	overflow: visible !important;
	position: relative !important;
	top: -7px !important;
}
.txt-frame .top_inner, .txt-colorframe .top_inner {
	overflow: hidden;
	position: relative !important;
	right: -7px !important;
}
.txt-frame .body, .txt-colorframe .body {
	margin: -7px 0 !important;
	overflow: hidden;
	position: relative !important;
}
.txt-frame .bottom, .txt-colorframe .bottom {
	margin-right: 7px !important;
	overflow: visible !important;
	position: relative !important;
	bottom: -7px !important;
}
.txt-frame .bottom span, .txt-colorframe .bottom span {
	overflow: hidden;
	position: relative !important;
	right: -7px !important;
}
#main .txt-rndbox {
	margin-bottom: 40px !important;
	overflow: visible !important;
	top: 15px !important;
}
.txt-rndbox .top {
	margin-right: 15px !important;
	overflow: visible !important;
	position: relative !important;
	top: -15px !important;
}
.txt-rndbox .top_inner {
	overflow: hidden;
	position: relative !important;
	right: -15px !important;
}
.txt-rndbox .body {
	margin: -15px 0 !important;
	overflow: hidden;
	position: relative !important;
}
.txt-rndbox .bottom {
	margin-right: 15px !important;
	overflow: visible !important;
	position: relative !important;
	bottom: -15px !important;
}
.txt-rndbox .bottom span {
	overflow: hidden;
	position: relative !important;
	right: -15px !important;
}
.txt-frame .top { background-image: url(img/frame_t.png) !important; }
.txt-frame .top_inner { background-image: url(img/frame_tr.png) !important; }
.txt-frame .bottom { background-image: url(img/frame_b.png) !important; }
.txt-frame .bottom span { background-image: url(img/frame_br.png) !important; }
.txt-colorframe .top { background-image: url(img/colorframe_t.png) !important; }
.txt-colorframe .top_inner { background-image: url(img/colorframe_tr.png) !important; }
.txt-colorframe .bottom { background-image: url(img/colorframe_b.png) !important; }
.txt-colorframe .bottom span { background-image: url(img/colorframe_br.png) !important; }
.txt-rndbox .top { background-image: url(img/round_t.png) !important; }
.txt-rndbox .top_inner { background-image: url(img/round_tr.png) !important; }
.txt-rndbox .bottom { background-image: url(img/round_b.png) !important; }
.txt-rndbox .bottom span {  background-image: url(img/round_br.png) !important; }
body{
	background-image: none;
background-color: #010000;
}
#headerbox {height:300px; }
#header h2 ,#header .title {

}
#header h2 a, #header h2 a:visited,#header .title a,#header .title a:visited{}
#headertext {

}
#main{ float: right; }
#column2 #menu,#column3 #menu{ float: left; }
#column3 #rmenu { float: right; }
#column3 #layoutbox { float: left; }
#column3 #main { float: right; }
/*
#wrapper{}
#topmenu{}
#threebox{}
#main{}
#menu{}
#rmenu{}
*/
.inner {
    padding-top: 50px;
}
/*
==================================================
明朝体定義
==================================================
*/
body,h1, h2, h3, h4, h5, h6, .title ,.menutitle{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
/*
==================================================
リンクアンダーバー消す
==================================================
*/
a{text-decoration: none;}
#topmenu ul{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;}