@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.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, 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, caption, tbody, tfoot, thead {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
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;
	max-width: 100%;
}
:focus { outline: 0 }
ins { text-decoration: none }
del { text-decoration: line-through }
/*
==================================================
基本スタイル
==================================================
*/
html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #DCDCD4;
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat;
	color: #646464;
	font-size: 14px;
	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;
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6, .title { text-shadow: 0 1px 1px #CCC }
a { color: #8e531c }
a:active, a:focus { outline: 0 }
img {
	border: 0;
	max-width: 100%;
}
.clear {
	clear: both;
	font-size: 1px;
}
p {
	margin: 0 auto;
	width: auto;
}
a img { background: none !important }
a:hover img {
	-ms-filter: "alpha( opacity=60 )";
	background: none !important;
	filter: alpha(opacity=60);
	opacity: 0.6px;
}
/*
==================================================
for modern brouser
==================================================
*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*
==================================================
IE7,MacIE5
==================================================
*/
.clearfix { display: inline-block }
/*
==================================================
WinIE6 below, Exclude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix { display: block }
/**/
/* リスト
==================================================
*/
#main ul,#main ol{
	margin:auto -3em 1em 0;
	padding:0;
	position:relative;
	left:-3em;
	overflow:hidden;
}
#main li{
	margin-top:0.25em;
	margin-bottom:0.25em;
}
#main ul ul,#main  ul ol,
#main ol ol,#main  ol ul{
	margin-left:1em;
	padding-left:0;
}
#main ul li,#main  ol li{
	margin-left:5em;
}
#main ul li{
	list-style-image:url(img/li.gif);	
}
#main ol li{
    list-style-type: decimal;
}
#main li li{
	margin-left:1em;
}
#main #whatsnew ul,#main #mainmenu ul,#main #sitemaps ul{
	margin:0;
	position:static;
	left:0;
}
#main #whatsnew ul li,#main #sitemaps ul li{
	list-style-image:none;
	margin:0;
}
/*
==================================================
全体
==================================================
*/
#wrapper {
	background-image: url(img/wrapper_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
}
#wrapper .inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#contents .inner {
	background-image: url(img/contents_bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 30px;
}
.txt-img img{
	margin:0 8px 8px 8px;
}
.center {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.float-l {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #A79E7F;
	background-image: url(img/thumbnail_bg.jpg);
}
.float-r {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #A79E7F;
	background-image: url(img/thumbnail_bg.jpg);
	vertical-align: middle;
	line-height: 0;
}
.float-l img {
	margin: 3px;
	border: 1px solid #A79E7F;
}
.float-r img {
	margin: 3px;
	border: 1px solid #A79E7F;
}
.clear, .FloatEnd { clear: both }
#main a:hover, #menu a:hover, #rmenu a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}
#siteNavi {
	font-size: 12px;
	padding: 5px;
}
#pagetop {
	clear: both;
	z-index: 10;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
#pagetop a {
	display: block;
	width: 126px;
	height: 28px;
	margin: 0px 0px 0px auto;
	background-image: url(img/pagetop_button.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
	top: 2px;
}
#pagetop a:hover, #pagetop a:active {
	position: relative;
	top: 4px;
	left: 0px;
}
#searchbox {
	position: absolute;
	top: 0;
	width: 900px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	line-height: 30px;
	text-align: right;
}
#searchbox input {
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
}
#searchbox form {
	margin: 0;
	padding: 0;
}
/*
==================================================
ヘッダー
==================================================
*/
#top {
	background-image: url(img/top_bg.jpg);
	background-repeat: repeat-x;
	height: 106px;
	width: auto;
	display:table;
}

#top #logo {
	margin: 0;
	overflow:static;
}
#header {
	background-image: url(img/header_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 935px;
	margin-right: -35px;
	padding-top: 45px;
	padding-bottom: 10px;
}
#header .innerbox {
	height: 265px;
	margin-left: 10px;
	width: 880px;
	background-image: url(img/header.jpg);
}
#header .title {
	position: relative;
	top: 40%;
	left: 35px;
	font-size: 33px;
	font-weight: bold;
	line-height: 120%;
	width: 600px;
	z-index: 20;
	text-shadow: #FFF 0px 0px 10px,  #FFF 0px 0px 3px,#FFF 0px 0px 10px,-1px -1px rgba(255, 255, 255, 0.9), 1px 1px rgba(60, 60, 60, 1);
}
#header .desc {
	position: relative;
	left: 35px;
	z-index: 20;
	color: #504D34;
	font-size: 15px;
	: ;
	line-height: 120%;
	width: 600px;
	padding: 15px;
	text-shadow: #FFF 0px 0px 3px;
}
#header .title a {
	color: #7E7952;
	text-decoration: none;
}
/*
==================================================
トップメニュー
==================================================
*/
#topmenu {
	background-image: url(img/topmenu_bg.jpg);
	position: absolute;
	top: 40px;
	right   : 0;
	width: auto;
	height: 50px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 700;
	margin-right: 0;
	margin-left : auto;
}
#topmenu ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 50px;
	border-top: 1px solid #FCFCFC;
	border-bottom: 1px solid #FCFCFC;
	background-image: url(img/topmenu_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
#topmenu ul li {
	display: block;
	float: left;
	width: 110px;
	padding-left: 3px;
	padding-right: 0px;
	background-image: url(img/topmenu_dotline.png);
	background-position: left top;
	background-repeat: repeat-y;
}
#topmenu ul li:first-child { background: none }
#topmenu ul li a {
	background-image: url(img/topmenu_underline.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #85804d;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}
#topmenu ul li a:hover {
	background-image: url(img/topmenu_underline_hover.png);
	background-repeat: no-repeat;
	color: #C78542;
}
#topmenu ul li.home {
	display: block;
	float: left;
	width: 65px;
	padding-left: 3px;
	padding-right: 0px;
	background: none;
}
#topmenu ul li.home a {
	display: block;
	background-image: url(img/topmenu_underline.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-decoration: none;
}
#topmenu ul li.home a:hover {
	background-image: url(img/topmenu_underline_hover.png);
	background-repeat: no-repeat;
	color: #C78542;
}
#topmenu ul li.home a span {
	display: block;
	height: 50px;
	background-image: url(img/topmenu_home_ico.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#topmenu ul li.home a:hover span { background-image: url(img/topmenu_home_ico_hover.png) }
/*
==================================================
メインコンテンツ
==================================================
*/
#main {
	float: right;
	width: 640px;
	background-color: #FFF;
	padding: 15px;
}
#main h2, #main h3 {
	height: 46px;
	padding-left: 20px;
	border-top: 1px solid #FCCB94;
	border-bottom: 1px solid #FCCB94;
	background-image: url(img/h2_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 48px;
	text-shadow: 0px 0px 0px #CCC;
}
* html #main h2, * html #main h3 { line-height: 48px }
#main h4 {
	background-image: url(img/h4.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	color: #666;
	font-size: 18px;
	line-height: 20px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 28px;
	border-bottom: 2px dotted #CCC;
}
#main h5 {
	background-image: url(img/h5.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	color: #d77200;
	font-size: 16px;
	line-height: 130%;
	margin: 10px 4px 5px 4px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 25px;
}
#main h6 {
	/*background-image: url(img/h6.png);;
	background-position: left center;
	background-repeat: no-repeat;*/
	color: #8d8859;
	font-size: 15px;
	line-height: 140%;
	margin: 5px 10px;
	padding: 2px 10px 2px 0px;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	margin: 0 0 20px;
	padding: 10px;
	color: #646464;
	background-color: #FFFFFF;
	_zoom: 1;
}
#main p { margin: 0 10px }
/*
==================================================
サイドメニュー
==================================================
*/
#menu {
	float: left;
	width: 214px;
}
#menu .title, #rmenu .title, #menu h4, #rmenu h4 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background-image: url(img/menu_title.jpg);
	line-height: 120%;
	padding-top: 28px;
	background-repeat: no-repeat;
	color: #3D4C2B;
	padding-bottom: 6px;
}
#menu .subtitle, #rmenu .subtitle {
	background-color: #FFF;
	background-image: none;
	maring: 0;
	text-align: center;
	padding: 6px;
	font-weight: bold;
}
.menubox { margin: 0 }
.menulist {
	margin: 0 0 20px;
	padding: 0 0 24px 0;
	background-image: url(img/menu_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.menulist ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	background-image: url(img/menu_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
.menulist ul li {
	list-style-image: none;
	list-style-type: none;
	background-image: url(img/menu_dotline.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.menulist li a {
	display: block;
	padding: 20px 15px 5px 25px;
	margin: 0;
	background-image: url(img/menu_listmark.png);
	background-position: left 25px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	font-weight: 700;
	zoom: 1;
}
.menulist .l2 a {
	font-size: 12px;
	margin-left: 25px;
	font-weight: normal;
}
.menulist .l3 a {
	font-size: 12px;
	margin-left: 50px;
	font-weight: normal;
}
.mailmagazine {
	position: relative;
	width: 214px;
	height: 147px;
	background-image: url(img/mailmagazine_bg.jpg);
	background-position: right bottom;
	margin-bottom: 15px;
}
.mailmagazine label {
	display: block;
	position: absolute;
	top: 54px;
	left: 16px;
}
.mailmagazine #mailInput {
	position: absolute;
	top: 69px;
	left: 16px;
	width: 180px;
}
.mailmagazine #mailSubmit {
	position: absolute;
	top: 102px;
	left: 83px;
}
.bannerbox { margin-bottom: 15px }
.bannerbox ul {
	margin: 0px;
	padding: 0px;
}
.bannerbox li {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 8px 0;
	padding: 0;
	zoom: 1;
}
.bannerbox li a {
	background-image: none;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.bannerbox li a img {
	display: block;
	margin: 0;
	padding: 0;
}
#newEntry {
	background-color: #FFFFFF;
	padding: 10px 10px 1px 10px;
	line-height: 140%;
	margin-bottom: 20px;
}
#newEntry .title, #space3 .title, #space4 .title {
	margin-bottom: 10px;
	padding: 0px;
	background-image: none;
	color: #333;
}
#newEntry li {
	background-image: url(img/pen.png);
	background-position: left top;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding-left: 26px;
	margin-bottom: 10px;
	min-height: 22px; /*モダンブラウザに適用*/
	height: auto !important; /*モダンブラウザに適用*/
	height: 22px; /*全ブラウザに適用*/
	line-height: 22px;
}
#newEntry li .date { margin-right: 4px }
#newEntry li a {
	color: #333;
	text-decoration: underline;
}
#newEntry li a:hover {
	color: red;
	text-decoration: underline;
}
#entryarchive {
	background-color: #FFFFFF;
	padding: 10px 10px 1px 10px;
	line-height: 140%;
}
#entryarchive .title { margin-bottom: 10px }
#entryarchive li {
	background-image: url(img/pen.png);
	background-position: left top;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding-left: 26px;
	margin-bottom: 10px;
	min-height: 22px; /*モダンブラウザに適用*/
	height: auto !important; /*モダンブラウザに適用*/
	height: 22px; /*全ブラウザに適用*/
	line-height: 22px;
}
/*
==================================================
フッター
==================================================
*/
#footer {
	clear: both;
	height: 166px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/footer.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-align: center;
}
#footer .inner {
	position: relative;
	width: 900px;
	height: 166px;
	margin: 0px auto 0px auto;
}
#footer a {
	color: #8e531c;
	text-decoration: none;
}
#footlink {
	position: absolute;
	top: 42px;
	left: 250px;
	font-size: 12px;
}
#footlink a {
	border-left-color: #6B5E4B;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 12px;
	margin: 0;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: underline;
}
#footlogo {
	position: absolute;
	top: 35px;
	color: #BAAE96;
	text-align: center;
}
#copyright {
	position: absolute;
	bottom: 0px;
	width: 900px;
	color: #eba86a;
	font-weight: bold;
	text-align: center;
}
#footsub {
	position: absolute;
	bottom: 80px;
	width: 900px;
	color: #FFFFFF;
	text-align: center;
}
/*
==================================================
メインメニュー
==================================================
*/
#mainmenu {
	background-color: #FFFFFF;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainmenu h2 { margin-right: 12px }
#column1 #mainmenu div {
	width: 747px;
	margin-left: auto;
	margin-right: auto;
}
#column1 #mainmenu p {
	display: inline;
	float: left;
	width: 240px;
	margin-top: 8px;
	margin-right: 5px;
}
#column1 #mainmenu p img { width: 240px }
#column2 #mainmenu p {
	display: inline;
	float: left;
	width: 211px;
	margin-top: 8px;
	margin-right: 5px;
}
#column3 #mainmenu p {
	float: left;
	width: 134px;
	margin-top: 8px;
	margin-right: 4px;
}
/*
==================================================
トップページ
==================================================
*/
#main #whatsnew {
	background-color: #FFFFFF;
	border-top-color: #EBEBEB;
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 20px;
	padding: 18px 0;
	position: relative;
}
#main #whatsnew .title {
	height: 36px;
	padding-left: 20px;
	border-top: 1px solid #E5AA83;
	border-bottom: 1px solid #E5AA83;
	background-image: url(img/whatsnew_title_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 38px;
	text-shadow: 0px 0px 0px #CCC;
}
#main #whatsnew .more2 {
	position: absolute;
	top: 31px;
	right: 30px;
	width: 39px;
	height: 13px;
}
#main #whatsnew li a {
	color: #75601F;
	text-decoration: underline;
}
#main #whatsnew ul li {
	background-image: url(img/whatsnew_line.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 5px;
	padding-top: 7px;
	margin: 0 15px;
}
#main #whatsnew ul li span {
	padding: 0px 0px 0px 20px;
	background-image: url(img/whatsnew_mark.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #636363;
	margin: 0px 20px 0px 0px;
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
	margin-bottom: 20px;
	padding: 18px 12px 12px 12px;
	background-color: #FFFFFF;
	zoom: 1;
}
#categorylist h3 {
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#categorylist .catbox {
	position: relative;
	background-image: url(img/rankbox_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	font-size: 13px;
	line-height: 160%;
	padding: 12px 12px 25px 12px;
	min-height: 125px; /*モダンブラウザに適用*/
	height: auto !important; /*モダンブラウザに適用*/
	height: 125px; /*全ブラウザに適用*/
}
#categorylist .thumb {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #A79E7F;
	background-image: url(img/thumbnail_bg.jpg);
}
#categorylist .thumb img {
	margin: 3px;
	border: 1px solid #A79E7F;
}
#categorylist .more {
	position: absolute;
	bottom: -15px;
	right: 5px;
	width: 124px;
	height: 57px;
}
#categorylist .body {
	font-size: 12px;
	line-height: 135%;
}
#categorylist .title {
	background-image: url(img/pen.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-left: 25px;
}
#categorylist .title a {
	color: #d77200;
	font-weight: 700;
}
#categorylist .title a:hover {
	color: red;
	font-weight: 700;
}
#pagelist {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
#pagelist li {
	display: inline;
	list-style-type: none;
}
#pagelist a {
	background-color: #F3BB82;
	color: #FFF;
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	width: 20px;
}
#pagelist a:hover {
	background-color: #DA9550;
	color: #FFF;
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
	margin-bottom: 20px;
	padding: 18px 12px 12px 12px;
	background-color: #FFFFFF;
}
#entrylist h4 {
	height: 36px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0px 0px 0px 20px;
	border-top: 1px solid #E5AA83;
	border-bottom: 1px solid #E5AA83;
	background-image: url(img/entry_listtitle.png);
	background-position: left top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 38px;
	text-shadow: 0px 0px 0px #CCC;
}
#entrylist dl {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#entrylist dt {
	position: relative;
	background-image: url(img/entry_listbg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
	margin: 0;
	padding: 10px 0 10px 5px;
}
#entrylist dt .icon {
	padding: 0px 0px 0px 25px;
	background-image: url(img/pen.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#entrylist dt .more {
	position: absolute;
	top: 15px;
	right: 10px;
}
#entrylist dt a:link { color: #D47300 }
#entrylist dd {
	background-image: url(img/entry_listbg2.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
	padding: 10px 10px;
}
#entrylist dt.odd, #entrylist dd.odd { background-color: #F2EEE4 }
#pagemenu {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
#pagemenu span a {
	font-size: 14px;
	font-weight: 700;
	margin-left: 10px;
	margin-right: 10px;
	width: 150px;
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps {
	margin-bottom: 20px;
	padding: 18px 12px 12px 12px;
	background-color: #FFFFFF;
	zoom: 1;
}
#sitemaps ul {
	margin: 0;
	padding: 5px 15px;
}
#sitemaps li {
	background-image: url(img/sitemap_list.png);
	background-position: left center;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding-left: 16px;
}
#sitemaps li a { color: #D47300 }
#main #sitemaps li.l1 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 8px;
}
#main #sitemaps li.l2 {
	font-size: 12px;
	margin-left: 25px;
}
#main #sitemaps li.l3 {
	font-size: 12px;
	margin-left: 50px;
}
#searchresult {
	margin-bottom: 20px;
	padding: 18px 12px 12px 12px;
	background-color: #FFFFFF;
	zoom: 1;
}
#searchresult dl {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#searchresult dt {
	position: relative;
	background-image: url(img/entry_listbg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
	margin: 0;
	padding: 10px 0 10px 5px;
}
#searchresult dt .icon {
	padding: 0px 0px 0px 25px;
	background-image: url(img/pen.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#searchresult dt .more {
	position: absolute;
	top: 15px;
	right: 10px;
}
#searchresult dt a:link { color: #D47300 }
#searchresult dd {
	background-image: url(img/entry_listbg2.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
	padding: 10px 10px;
}
#searchresult dt.odd, #searchresult dd.odd { background-color: #F2EEE4 }
/*
==================================================
フリースペース
==================================================
*/
#space3, #space4, #space5, #space6 {
	line-height: 130%;
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	font-size: 13px;
}
#space1 .title, #space2 .title, #space3 .title, #space4 .title, #space5 .title, #space6 .title { margin-bottom: 10px }
/*
==================================================
ブログモード
==================================================
*/
#bloglist {
	margin-bottom: 20px;
	padding: 18px 12px 18px 12px;
	background-color: #FFFFFF;
}
#bloglist .blog {
	position: relative;
	background-image: url(img/rankbox_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	font-size: 13px;
	line-height: 160%;
	margin: 18px 0px 0px 0px;
	padding: 12px 12px 25px 12px;
	min-height: 125px; /*モダンブラウザに適用*/
	height: auto !important; /*モダンブラウザに適用*/
	height: 125px; /*全ブラウザに適用*/
}
#bloglist .thumb {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #A79E7F;
	background-image: url(img/thumbnail_bg.jpg);
}
#bloglist .thumb img {
	margin: 3px;
	border: 1px solid #A79E7F;
}
#bloglist .more {
	position: absolute;
	bottom: -15px;
	right: 5px;
	width: 124px;
	height: 57px;
}
#bloglist .body {
	font-size: 12px;
	line-height: 135%;
}
#bloglist .title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
#bloglist .title a {
	color: #d77200;
	font-weight: 700;
}
#bloglist .title a:hover { font-weight: 700 }
#bloglist .info { margin-bottom: 5px }
#bloglist .info a {
	color: #7E7952;
	font-weight: 700;
}
#bloglist .info a:hover { font-weight: 700 }
.sectionline {
	background-image: url(img/sectionline.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 20px;
}
/*
==================================================
ポイント
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
	height: auto;
	clear: both;
	background-position: left 2px;
	background-repeat: no-repeat;
	border: none;
	color: #e99c51;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 33px 0 6px 55px;
}
#main .point1 { background-image: url(img/point1.png) }
#main .point2 { background-image: url(img/point2.png) }
#main .point3 { background-image: url(img/point3.png) }
#main .point4 { background-image: url(img/point4.png) }
#main .point5 { background-image: url(img/point5.png) }
#main .point6 { background-image: url(img/point6.png) }
#main .point7 { background-image: url(img/point7.png) }
#main .point8 { background-image: url(img/point8.png) }
#main .point9 { background-image: url(img/point9.png) }
#main .point10 { background-image: url(img/point10.png) }
/*
==================================================
記事スタイル
==================================================
*/
/* リセット */
#main .txt-grayback,#main  .txt-colorback,#main .txt-line, #main .txt-frame,#main .txt-colorframe,#main .txt-rndbox,#main .txt-border,#main .txt-decbox1,#main .txt-decbox2{
	margin: 0;
	padding: 0;
	border: none;
}
#main p.img-r,#main p.img-l{
	margin:0;
	padding:0;
}

#main .txt-grayback,#main  .txt-colorback,#main .txt-line, #main .txt-frame,#main .txt-colorframe,#main .txt-rndbox,#main .txt-border{
	margin: 10px 5px 25px 5px;
	padding: 30px;
}
#main .txt-border {
	background-image: url(img/dott.gif);
	line-height: 22px;
	font-size: 13px;
	margin: 10px;
	padding: 0px;
	background-position: 0px 5px;
}
#main .txt-border p {
	line-height: 22px;
	font-size: 13px;
}
#main .txt-line  {
	border: 2px solid #CCCCCC;
	margin:5px 0;
}
#main .txt-yellowback {
	background-color: #FFF9DF;
	border: 2px solid #CC0000;
}
#main .txt-grayback {
	border: 1px solid #ECEAE7;
	background-color: #FAF9F5;
}
#main .txt-colorback {
	border:solid 1px #EEBC86;
	background-color: #FFF;
	padding:0px;
}
#main .txt-colorback .body{
	border:solid 1px #FFF;
	padding:20px 25px;
	background-color:#FCF1E4;
}
#main .txt-frame{
	padding:4px;
	background-color:#E9E9E9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://soninjoo6.ken-shin.net/css/PIE.htc);
}
#main .txt-frame .body{
	padding:20px 25px;
	background-color:#FFF;
	border:solid 1px #D5D5D5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://soninjoo6.ken-shin.net/css/PIE.htc);
}
#main .txt-colorframe{
	background-color: #F7E0BF;
	padding: 10px;
}
#main .txt-colorframe .body{
	background-color: #FFF;
	padding: 10px 20px;
	border: 1px solid #F3D2A0;
	-webkit-box-shadow: #F3D2A0 1px 2px 1px;
	-moz-box-shadow: #F3D2A0 1px 2px 1px;
	box-shadow: #F3D2A0 1px 2px 1px;
	behavior: url(http://soninjoo6.ken-shin.net/css/PIE.htc);
}
#main .txt-rndbox{
	padding:3px;
	background-color:#E9E9E9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://soninjoo6.ken-shin.net/css/PIE.htc);
}
#main .txt-rndbox .top,#main .txt-rndbox .bottom{
	display:none;
}
#main .txt-rndbox .body{
	padding:28px 30px;
	background-color:#FFF;
	border:solid 1px #D9D9D9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://soninjoo6.ken-shin.net/css/PIE.htc);
}
/* 記事スタイル(飾り枠1)
==================================================
*/
#main .txt-decbox1,#main .txt-decbox2 {
	background-image: url(img/txt-dec1-bg.jpg);
	background-repeat: repeat;
	padding:30px;
	margin-bottom:25px;
}
#main .txt-decbox1  .top,#main .txt-decbox2  .top{
	padding:10px;
	background-color:#FFF;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
#main .txt-decbox1  .body,#main .txt-decbox2  .body{
	background-color:#FFF;
	padding:10px 20px;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
#main .txt-decbox1 .bottom,#main .txt-decbox2 .bottom{
	background-color:#FFF;
	height:20px;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
#main .txt-decbox1 h3,#main .txt-decbox1 h2,#main .txt-decbox2 h3,#main .txt-decbox2 h2{
	width: auto;
	margin-top:6px;
	position: static;
	border: none;
	font-size: 20px;
	text-align: center;
}
#main .txt-decbox1 h3 span,#main .txt-decbox1 h2 span,#main .txt-decbox2 h3 span,#main .txt-decbox2 h2 span{
	width: auto;
	display:inline;
	position: static;
	background-image: none;
	border: none;
}
/*
==================================================
ランキング
==================================================
*/
#ranking {
	margin: 8px 0px 8px 0px;
	padding: 18px 12px 12px 12px;
	background-color: #FFFFFF;
	position: relative;
}
#ranking h3 {
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#ranking .more2 {
	position: absolute;
	top: 32px;
	right: 30px;
	width: 39px;
	height: 13px;
}
#main .rankbox {
	position: relative;
	background-image: url(img/rankbox_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	font-size: 13px;
	line-height: 160%;
	padding: 12px 12px 25px 12px;
	min-height: 135px; /*モダンブラウザに適用*/
	height: auto !important; /*モダンブラウザに適用*/
	height: 135px; /*全ブラウザに適用*/
}
#main .rankbox .more {
	position: absolute;
	bottom: -15px;
	right: 5px;
	width: 124px;
	height: 57px;
}
#menu .rankbox {
	border: 1px solid #EBEBEB;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 15px;
	padding: 15px;
	z-index: 1;
}
#main .rank1, #main .rank2, #main .rank3 {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 60px;
	background-position: left bottom;
	background-repeat: no-repeat;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	border: none;
}
#main .rank1 a, #main .rank2 a, #main .rank3 a { color: #d77200 }
#main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 {
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 8px;
	padding-left: 35px;
	padding-top: 6px;
	borde:none;
}
#main .rank4 a, #main .rank5 a, #main .rank6 a, #main .rank7 a, #main .rank8 a, #main .rank9 a, #main .rank10 a { color: #d77200 }
#menu .rank1 { background-image: url(img/mini_rank1.png) }
#menu .rank2 { background-image: url(img/mini_rank2.png) }
#menu .rank3 { background-image: url(img/mini_rank3.png) }
.rank1, .rank2, .rank3, #main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 {
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 8px;
	padding-left: 35px;
	padding-top: 6px;
	border: none;
}
#main .rank1 { background-image: url(img/rank1.png) }
#main .rank2 { background-image: url(img/rank2.png) }
#main .rank3 { background-image: url(img/rank3.png) }
#main .rank4 { background-image: url(img/rank4.png) }
#main .rank5 { background-image: url(img/rank5.png) }
#main .rank6 { background-image: url(img/rank6.png) }
#main .rank7 { background-image: url(img/rank7.png) }
#main .rank8 { background-image: url(img/rank8.png) }
#main .rank9 { background-image: url(img/rank9.png) }
#main .rank10 { background-image: url(img/rank10.png) }
#column1 {
	background: none;
	padding-top: 10px;
}
#column1 #menu {
	background-color: #FFF;
	padding: 10px;
}
#column1 #menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#column1 #menu h4, #column1 #menu .title {
	background-image: none;
	padding: 5px;
	text-align: left;
}
#column1 #menu .menubox {
	background-image: none;
	background-color: #FFF;
	margin: 0;
	padding: 10px 0;
}
#column1 #menu1, #column1 #menu2, #column1 #menu3, #column1 #menu4, #column1 #menu5, #column1 #menu6, #column1 #menu7, #column1 #menu8, #column1 #menu9, #column1 #menu10 { background-image: none }
#column1 #menu li { background-image: none }
#column1 #menu li a {
	background-image: none;
	border: none;
	color: #666;
	display: inline;
	font-weight: 400;
	margin: 0;
	text-decoration: underline;
}
#column1 #menu li a, #column1 #menu li.l2 a, #column1 #menu li.l3 a {
	margin: 0 5px;
	padding: 0 5px;
}
#column2 #contents { padding-top: 10px }
#column3 #contents { padding-top: 10px }
#column3 #layoutbox {
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
	width: 670px;
}
#column3 #main {
	float: right;
	width: 415px;
}
#rmenu {
	float: right;
	width: 215px;
}
a:hover, .menulist li a:hover, .blog .title a:hover, #column1 #menu li a:hover { color: red }
/*
dl,#contents,#menu ul,#rmenu ul,#main #whatsnew ul,#pagelist ul {
margin:0;
padding:0;
}*/
#searchresult { padding: 10px }
.blog .title a { color: #333 }
#column1 #menu, #column1 #main {
	float: none;
	width: auto;
}

/*
==================================================
スタイル調整用変数
==================================================
*/
#top{
	height:46px;
}

#top #logo{
	margin-top:0;
	padding:5px;
}

#topmenu{
	width:100%;
}

body{




}

#header{ height: 266px; }
#headerbox {height:266px; }
#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{}
*/