@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 }
/*
==================================================
基本スタイル
==================================================
*/
body {
	background-color: #fff;
	color: #333;
	font-size: 13px;
	line-height: 180%;
	margin: 0;
	padding: 0;
	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: #41352b }
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;
}
/* リスト
==================================================
*/
#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 {
	margin: 0 auto;
	width: 900px;
}
#wrapper .inner {
	background-color: #FFF;
	width: 900px;
}
#contents { padding-bottom: 30px }
#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 }
.float-r { float: right }
.float-l img {
	margin-bottom: 10px;
	margin-right: 10px;
}
.float-r img {
	margin-bottom: 10px;
	margin-left: 10px;
}
.clear, .FloatEnd { clear: both }
#pageNavi {
	font-size: 12px;
	padding: 5px;
}
#pagetop {
	clear: both;
	font-size: 13px;
	text-align: right;
}
#pagetop a {
	background-image: url(img/pagetop_button.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 28px;
	padding-top: 6px;
	height: 31px;
	display: block;
}
#searchbox {
	font-size: 12px;
	height: 43px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	position: absolute;
	text-align: right;
	top: 3px;
	width: 880px;
	background-image: url(img/search_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#searchbox input {
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
}
#searchbox .skwd {
	width:180px;
	height:20px;
}
#searchbox form {
	margin: 0;
	padding: 0;
}
/*
==================================================
ヘッダー
==================================================
*/
#topbox {
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#top {
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-x;
	height: 90px;
	width: 900px;
	margin: 0 auto;
	display:table;
	overflow:hidden;
}
* html #top {
        position: relative;
}  
*+html #top {  
     position: relative; 
}
#top h1{
	margin:0;
	padding:0;
	color: #FFF;
	font-size: 30px;
	line-height: 120%;
}

#top #logo {
	display: table-cell;
	vertical-align:middle;
	top: 0px;
	margin: 0;
	width: 600px;
	padding: 0 6px;
	height:90px;
	text-shadow: 1px 1px 1px #333;
	overflow:static;
}
* html #top #logo{  
        position: absolute;
        top: 50%;
}  
*+html #top #logo{  
        position: absolute; 
        top: 50%;
}
* html #top #logo a{
	position: relative;
	top: -50%;
}

*+html #top #logo a{
	position: relative;
	top: -50%;
}

#top #logo h1 a{
	color: #FFF;
	text-decoration:none;
}
#header {
	background-image: url(img/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 255px;
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#headshadow {
	height: 20px;
	width: 900px;
	margin: 0 auto;
	background-image: url(img/head_bottom_shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#header .headinner {
	float: right;
	_width: 500px;
	min-width: 300px;
	max-width: 550px;
	position: absolute;
	right: 0px;
*right:30px;
	bottom: 0px;
	padding: 5px;
	text-align: center;
}
#header .title {
	font-size: 36px;
	font-weight: normal;
	line-height: 120%;
	background-image: url(img/bg_headertext.png);
	text-align: center;
	background-repeat: repeat;
	padding:15px 20px;
	max-height: 120px;
	_height: 110px;
	overflow: hidden;
	text-shadow: 0 1px 1px #CCC;
	_width: 100%;
	*width: 100%;
}
#header .desc {
	font-size: 15px;
	line-height: 160%;
	font-weight:bold;
	color: #fff;
	background-image: url(img/bg_description.png);
	background-repeat: repeat;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	max-height: 65px;
	overflow: hidden;
	text-shadow: 0 1px 1px #666;
	_height: 60px;
	_width: 100%;
	*width: 100%;
}
#header .title,#header .title a {
	color: #003c50;
	text-decoration: none;
}
#header .display_n { display: none }
#topmenu {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 700;
	height: 51px;
	margin-left: 0px;
	position: absolute;
	top: 89px;
	width: 900px;
	background-image: url(img/topmenu.jpg);
	background-repeat: repeat-x;
	background-position: left 1px;
	overflow:hidden;
}
#topmenu span { float: left }
#topmenu span a {
	color: #fff;
	text-decoration: none;
	background-image: url(img/topmenu_bg.jpg);
	background-position: left top;
	display: block;
	height: 42px;
	width: 180px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align: center;
}
#topmenu span a:hover { background-image: url(img/topmenu_bg_hover.jpg) }
/*
==================================================
メインコンテンツ
==================================================
*/
#main {
	float: right;
	width: 660px;
}
#main p { margin: 0 6px }
#main h2, #main h3 {
	background-image: url(img/h3.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	clear:both;
	font-size: 20px;
	line-height: 28px;
	color: #003c50;
	padding: 5px 10px;
	margin:10px auto 0 auto;
}
#main h2 span,#main h3 span{
	background-image: url(img/h3_icon.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	display:block;
	padding:15px 10px 25px 56px
}
#main h4 {
	background-image: url(img/h4.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 14px;
	margin: 8px auto;
	padding-top: 18px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 20px;
	color: #003c50;
}
#main h5 {
	background-image: url(img/h5.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 130%;
	margin: 8px auto;
	padding: 8px 10px 8px 20px;
}
#main h6 {
	background-image: url(img/h6.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 140%;
	margin: 5px 0 8px 0;
	padding: 3px 10px 2px 14px;
}
#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin: 0 0 20px;
}
#main hr.border1 {
	clear: both;
	border: none;
	border-top: dotted 1px #e0e0e0;
	height: 1px;
	color: #ccc;
	display: block;
	margin: 20px 0;
}
#main hr.border2 {
	border: none;
	border-top: dotted 1px #ccc;
	height: 1px;
	color: #ccc;
	display: block;
	margin: 20px 0;
}
/*
==================================================
サイドメニュー
==================================================
*/
#column2 #menu, #column3 #menu {
	float: left;
	width: 210px;
	background-image: url(img/bg_menu_header.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 25px 5px 10px 5px;
}
#column3 #rmenu {
	float: right;
	width: 210px;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 8px 0px 10px 0px;
}
#menu .title, #rmenu .title, #menu h4, #rmenu h4 {
	background-image: url(img/menu_h4.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
	height: 24px;
	_height: 41px;
	line-height: 20px;
	padding: 12px 10px 5px 10px;
	text-align: left;
	font-weight: 700;
	border: solid 1px #FFF;
	border-bottom: none;
}
#rmenu h4, #rmenu .title { background-position: left top }
#column2 .menubox, #column3 .menubox {
	background-color: #e0e0e0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.menulist {
	padding: 5px;
	margin-bottom: 10px;
}
.menulist ul li {
	list-style-image: none;
	list-style-type: none;
	background-color: #ffffff;
	border-bottom: 1px solid #dcdcdc;
}
.menulist li a {
	background-image: url(img/menu_bg.png);
	background-position: left top;
	border-bottom-width: 1px;
	color: #003c50;
	display: block;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	font-weight: 700;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 23px;
	background-repeat: no-repeat;
}
.menulist .l2 a {
	font-size: 12px;
	padding-left: 35px;
	font-weight: normal;
}
.menulist .l3 a {
	font-size: 12px;
	padding-left: 50px;
	font-weight: normal;
}
.mmbox {
	background-image: url(img/mm_bg.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 4px;
	height: 150px;
	position:relative;
}
.mmbox a {
	display: block;
	background-image: url(img/mm_button.png);
	width: 190px;
	height: 45px;
	position:absolute;
	bottom:7px;
	left:8px;
}
.mmbox a:hover {
	background-image: url(img/mm_button_hover.png);
	width: 190px;
	height: 45px;
}
.mmbox span { display: none }
.bannerbox {
	background-image: url(img/bg_banner_box.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 16px 0 50px 11px;
	margin: 0px;
}
.bannerbox li {
	_display: inline;
	display: block;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin-bottom: 5px;
}
.bannerbox li a {
	background-image: none;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.bannerbox li a img {
	_margin: 2px 0;
	display: block;
}
#newEntry, #entryarchive {
	background-color: #FFF;
	border: solid 5px #E0E0E0;
}
#menu ul#newEntry, #menu ul #entryarchive, #rmenu ul#newEntry, #rmenu ul #entryarchive {
	display: block;
	padding: 10px 5px;
	line-height: 140%;
}
ul#newEntry li, ul#entryarchive li {
	background-image: url(img/sitemap_list.png);
	color: #003C50;
	background-position: left center;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 15px;
	margin-bottom: 8px;
}
#newEntry li a, #entryarchive li a {
	color: #003C50;
	text-decoration: underline;
	font-size:13px;
	line-height:125%;
}
#entryarchive li a:hover, #newEntry li a:hover {
	color: red;
	text-decoration: underline;
}
/*
==================================================
フッター
==================================================
*/
#footer {
	background-image: url(img/footer.jpg);
	background-repeat: repeat;
	height: 182px;
	text-align: center;
	clear:both;
}
#footer .inner {
	color: #FFF;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 900px;
}
#footer p {
	clear: both;
	color: #BDBDBD;
	text-align: center;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer hr {
	border: none;
	height: 1px;
	color: #FFFFFF;
	display: block;
	margin: 10px 0;
}
#footlink {
	font-size: 12px;
	text-align: left;
	width: 900px;
	margin-top: 5px;
}
#footlink a {
	background-image: url(img/footer_mark.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	font-size: 12px;
	margin: 0;
	padding-left: 18px;
	padding-right: 5px;
	text-decoration: underline;
}
.footer_logo {
	float: left;
	padding-top: 2px;
}
.footer_searchbox {
	float: right;
	background-image: url(img/search_footer_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 249px;
	height: 39px;
	padding-top: 25px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.footer_searchbox input {
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
}
.footer_searchbox form {
	margin: 0;
	padding: 0;
}
/*
==================================================
トップページ
==================================================
*/
#column1 #itemarea, #column2 #itemarea {
	background-color: #efefef;
	border: 1px solid #e0e0e0;
	padding: 10px;
}
#column3 #itemarea {
	background-color: #efefef;
	border: 1px solid #e0e0e0;
	padding: 6px;
}
#itmebox-l { float: left }
#itmebox-c {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#itmebox-r { float: left }
#itembox {
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}
#itembox img {
	margin: 0;
	padding: 0px 4px;
}
#itembox hr {
	border: none;
	background-image: url(img/hr_itembox.png);
	height: 3px;
	margin: 5px;
}
.itemtext {
	background-color: #fff;
	width: 180px;
	margin: 0 4px;
	padding: 10px;
}
#column1 .text-float-l, #column2 .text-float-l {
	float: left;
	margin-bottom: 20px;
	width: 55%;
}
#column1 .text-float-r, #column2 .text-float-r {
	float: right;
	margin-bottom: 20px;
}
#column3 .text-float-l {
	margin-bottom: 20px;
	float: none;
}
#column3 .text-float-r {
	margin-bottom: 20px;
	float: none;
}
#main #whatsnew {
	background-color: #efefef;
	background-image: url(img/whatsnew_title.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 52px;
	color: #41352b;
	margin-top: 32px;
	border: 1px solid #dcdcdc;
	padding: 52px 15px 10px 15px;
	margin-bottom: 25px;
}
#main #whatsnew ul {
	margin: 0;
	padding: 0;
}
#main #whatsnew li a { text-decoration: underline }
#main #whatsnew ul li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px dotted #dcdcdc;
}
#main #whatsnew ul li span {
	height: 22px;
	margin-right: 7px;
	padding-top: 2px;
}
#main #whatsnew p { margin-right: 20px }
#main #whatsnew ul li.more {
	text-align: right;
	padding-right: 20px;
	margin-right: 20px;
	padding-top: 10px;
	background-image: url(img/more_icon.png);
	background-repeat: no-repeat;
	background-position: center right;
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist .catbox {
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding: 5px 5px;
}
#categorylist .thumb {
	background-color: #F3F3F3;
	float: left;
	margin-right: 15px;
	width: 170px;
}
#categorylist .thumb img {
	height: 124px;
	width: 164px;
	padding: 3px;
}
#categorylist .more {
	text-align: right;
	margin-bottom: 20px;
}
#categorylist .more a {
	background-image: url(img/more_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 94px;
	height: 22px;
	padding-right: 20px;
	padding-top: 6px;
	display: inline-block;
	color: #fff;
}
#categorylist .body {
	font-size: 12px;
	line-height: 135%;
	padding: 0 8px;
}
#categorylist .title {
	background-image: url(img/category_title.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	height: 40px;
	overflow: hidden;
}
#categorylist .title span {
	padding-left: 40px;
	display: block;
	background-image: url(img/category_title_r.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 40px;
}
#categorylist .title a {
	color: #333;
	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: #EBEBEB;
	color: #666;
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	width: 20px;
}
#pagelist a:hover {
	background-color: #666;
	color: #FFF;
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
}
#entrylist h4 {
	background-image: url(img/entry_listtitle.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px 15px 6px 50px;
	margin: 0;
	line-height: 40px;
	color: #fff;
	height: 46px;
	border: solid 1px #FFF;
	border-bottom: none;
	overflow: hidden;
}
#entrylist dt {
	background-image: url(img/entry_listbg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
	margin: 0 25px;
	padding: 10px 0 10px 30px;
}
#entrylist dd {
	color: #666;
	font-size: 12px;
	line-height: 130%;
	margin: 0 25px 10px 25px;
	padding: 7px 25px;
	background-color: #fff;
}
#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 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;
}
#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 dt { font-size: 14px }
#searchresult dd {
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 13px;
	line-height: 130%;
	margin: 0 0 10px;
	padding-bottom: 15px;
}
/*
==================================================
フリースペース
==================================================
*/
#space1, #space2 { margin-bottom: 15px }
#space3, #space4, #space5, #space6 {
	line-height: 130%;
	padding: 10px;
	margin: 5px;
	background-color: #FFF;
}
/*
==================================================
ブログモード
==================================================
*/
.blog {
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 15px;
	padding: 10px;
}
.blog .title {
	color: #333;
	font-size: 15px;
	line-height: 140%;
	margin-bottom: 5px;
}
.blog .info {
	color: #666;
	margin-bottom: 5px;
}
.blog .info a { color: #666 }
.blog .thumb {
	float: left;
	margin-right: 15px;
}
.blog .thumb img { max-width: 125px }
.blog .body { line-height: 150% }
.blog .more {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: right;
}
/*
==================================================
ポイント
==================================================
*/
#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;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 6px;
	margin-top: 10px;
	padding: 15px 0 20px 65px;
	font-size: 18px;
	border: none;
	_height: 58px;
}
#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 .rankbox {
	font-size: 13px;
	line-height: 160%;
	margin-bottom: 15px;
	padding: 11px 15px 33px 15px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
#menu .rankbox {
	border: 1px solid #EBEBEB;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 15px;
	padding: 15px;
}
.rankbox .more, .rankbox2 .more { text-align: right }
.rankbox .more a, .rankbox2 .more a {
	text-align: right;
	background-image: url(img/more_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100px;
	height: 22px;
	padding-right: 20px;
	padding-top: 6px;
	display: inline-block;
	color: #fff;
}
/*
==================================================
記事スタイル
==================================================
*/
/* リセット */
#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 #7ACDE4;
	background-color: #FFF;
	padding:0px;
}
#main .txt-colorback .body{
	border:solid 1px #FFF;
	padding:20px 25px;
	background-color:#DCF1F8;
}
#main .txt-frame{
	padding:4px;
	background-color:#E9E9E9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.liricc.com/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://www.liricc.com/css/PIE.htc);
}
#main .txt-colorframe{
	background-color: #87CCD8;
	padding: 10px;
}
#main .txt-colorframe .body{
	background-color: #FFF;
	padding: 10px 20px;
	border: 1px solid #67BECD;
	-webkit-box-shadow: #67BECD 1px 2px 1px;
	-moz-box-shadow: #67BECD 1px 2px 1px;
	box-shadow: #67BECD 1px 2px 1px;
	behavior: url(http://www.liricc.com/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://www.liricc.com/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://www.liricc.com/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{
	color:#444;
	width: auto;
	padding: 10px;
	margin-top:10px;
	position: static;
	background-image: none;
	border: none;
	font-size: 22px;
	text-align: center;
	color:#333;
}
#main .txt-decbox1 h3 span,#main .txt-decbox1 h2 span,#main .txt-decbox2 h3 span,#main .txt-decbox2 h2 span{
	color:#444;
	width: auto;
	display:inline;
	position: static;
	background-image: none;
	border: none;
}
/*
==================================================
ランキング
==================================================
*/
#main .rank1, #main .rank2, #main .rank3, #main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 {
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: 700;
	line-height: 130%;
	margin-top: 5px;
	padding: 0;
	border: none;
	border-right: 1px solid #EBEBEB;
	overflow: hidden;
}
#main .rank1, #main .rank2, #main .rank3 {
	height: 52px;
	line-height: 52px;
	padding-left: 115px;
}
#main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 {
	height: 42px;
	line-height: 42px;
	padding-left: 115px;
}
.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) }
/*
==================================================
個別レイアウト
==================================================
*/
#column1 { background: none }
#column1 #menu li {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}
#column1 .menulist li { border: none }
#column1 #menu .menubox {
	background-color: #FFF;
	margin: 0;
	padding: 10px 0;
}
#column1 #menu li a {
	background: none;
	border: none;
	color: #666;
	display: inline;
	font-weight: 400;
	margin: 0;
	text-decoration: underline;
	background-color: #FFF;
}
#column1 #menu li a, #column1 #menu li.l2 a, #column1 #menu li.l3 a {
	margin: 0 5px;
	padding: 0 5px;
}
#column1 .bannerbox li { line-height: 0px }
#column2 #contents {
	background-image: url(img/contents_bg_l.png);
	background-position: left top;
	background-repeat: repeat-y;
	width: 900px;
}
#column3 #contents {
	background-image: url(img/contents_bg_l.png);
	background-position: left top;
	background-repeat: repeat-y;
}
#column3 #layoutbox {
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
	width: 675px;
}
#column3 #main {
	float: right;
	width: 440px;
}
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;
}
#entrylist dl { padding: 0px }
#searchresult { padding: 10px }
#entrylist dt a, .blog .title a { color: #333 }
#column1 #menu, #column1 #main {
	float: none;
	width: auto;
}

/*
==================================================
スタイル調整用変数
==================================================
*/
#top {
margin-bottom:0;
}
#column2 #contents,#column3 #contents {
background-position:left top;
}body{




}

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