@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
Theme Name: Unlimited Template「THE STAR」
Theme URI: http://www.unlimited-media.jp/
Description: 本テンプレートはUnlimited Template「THE STAR」です。
Author: UNLIMITED CLUB
Author URI: http://www.unlimited-media.jp/
Version: 2.0.1
.
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
.
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

* { margin: 0;
	padding:0; }
	
body { 
	height:100%;
	margin:0;
	font-size: 14px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	background: #f0f0f0 ;
}
p {
	font-size: 12px;
	line-height:160%; }


/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a{
	color:#0044CC;
	text-decoration:underline; }
a:hover{
	color:#F60;
	text-decoration:none; }


/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.red { color: #ff0000; }
.blue { color: #0000cc; }
.brown { color: #bd000e}
.gray { color: #3d3737}
.green { color: #009900}

.size8 { font-size: 8px; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }
.size26 { font-size: 26px; }
.size28 { font-size: 28px; }
.size36 { font-size: 36px; }
.size48 { font-size: 48px; }
.size72 { font-size: 72px; }

.search_to_home { padding: 20px 0 0; }

.b { font-weight: bold; }
.strong{ font-weight:bold; }
.em{ font-weight:bold; }

.yline { background: #ffff00; }

.center {
	text-align: center;
	padding:5px 0px 0px 0px; }
.to_link {
	margin: 20px 0px 0px 0px;
	text-align: right; }
.to_link_r {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-align: right; }


/* 画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

img{
	border: none;
	margin: 0;
	padding:0; }
a img {
	border: none; }
.imgl {
	padding:0 20px 20px 0;
	float: left; }
.imgr {
	padding:0 0 20px 20px;
	float: right; }
.imgc {
	width:100%;
	padding:0 6%;
	text-align:center;
	clear:both; }
.alignleft {
	padding:0 20px 20px 0;
	float: left; }
.alignright {
	padding:0 0px 20px 20px;
	float: right; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both; }
.ichachi{
	margin:0px 20px 20px 0px;
	padding:5px;
	float: left;
	border:1px #CCC solid;
	box-shadow:0 0 6px #CCC,
	           0 0 6px #FFF;
    -webkit-box-shadow:0 0 6px #d7d7d7,
	                   0 0 6px #FFF;
}
.left{
	text-align: left;
	float: left;}
.right{
	text-align: right;
	float: right;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1サイトキーワード設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#h1_box{
	width:100%;
	height:24px;
	margin:0;
	padding:2px 0 0;
}
h1{
	width:950px;
	margin:0 auto;
	font-size:11px;
	font-style:normal;
	text-align:left;
	line-height:22px;
	color:#FFF;
	background:none;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h2サイトタイトル設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#h2_box{
	width:100%;
	background:url(img/back.png) repeat-x;
	text-align:left;
	clear:both;
}
h2.site-title{
	width:950px;
	margin:1px auto 0;
	padding:12px 0 0;
	text-align:left;
	clear:both;
}
h2.site-title a{
	margin:0;
	text-decoration:none;
	clear:both;
}
h2.site-title a:hover{
	color:#F60;
	text-decoration: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインバナー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#img_box{
	width:100%;
	margin:1px 0 0;
	background:#e1e1e1 url(img/banner_back.png) bottom center no-repeat;
}
#img{
	width:950px;
	margin:0 auto;
	padding:20px 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.togmenu {
	display: block;
}
#g_nv_box {
	width:100%;
	height:50px;
	margin:10px 0 0;
	padding: 0;
	list-style-type:none;
	border-top:1px #c9c9c9 solid;
	border-bottom:1px #c9c9c9 solid;
	background:url(img/g_back.png) repeat-x;
}
#g_nv_box ul.subMenu {
	width:950px;
	height:50px;
	margin:0 auto;
	padding:0;
	text-align:center;
	border-left:1px #c9c9c9 solid;
	list-style-type:none;
	clear:both;
}
#g_nv_box ul.subMenu li{
	position: relative;
	height: 50px;
	list-style-type:none;
	line-height:50px;
	float: left;
}
#g_nv_box ul.subMenu li a {
	width: 188px;
	height: 50px;
	padding:0;
	margin:0;
	color:#555;
	font-weight:bold;
	text-decoration:none;
	display:block;
	overflow:hidden;
	list-style-type:none;
	border-right:1px #c9c9c9 solid;
	background:#E1E1E1 url(img/g_back.png) repeat;
	float: left;
}
#g_nv_box ul.subMenu li a:hover {
	color:#FFF;
	text-decoration:none;
}

/* ----------------------------------------- */

#g_nv_box ul.subMenu  ul.sub-menu {
	width:190px;
	margin:50px 0 0;
	display: none;
	z-index: 99999;
	list-style: none;
	border: none;
	claer:both;
	position: absolute;
	top: 0;
	left:-1px;
}
#g_nv_box ul.subMenu  ul.sub-menu li{
	width: 188px;
	margin:0;
	list-style-type: none;
	border-top:1px #CCC solid;
}
#g_nv_box ul.subMenu  ul.sub-menu li a{
	width:188px;
	display: block;
	border:1px #CCC solid;
	border-top:none;
	background:#E1E1E1 url(img/g_back.png) repeat;
	font-weight: bold;
}
#g_nv_box ul.sub-menu li ul.sub-menu{
	width:100%;
	margin:0 0 0 191px;
	list-style: none;
	border-top:none;
	position: absolute;
	border-left:1px #CCCCCC solid;
	top:-1px;
	left:-2px;
}
#g_nv_box ul.sub-menu li ul.sub-menu li a {
	border-left:0;
}
#g_nv_box ul.sub-menu li ul.sub-menu li a:hover {
	color: #FFF;
	font-weight: bold;
	height: auto;
	padding: 0;
}
/* ------------------------------------------ */

#g_nv_box ul li:hover > a,
#g_nv_box ul a:focus {
	color:#333333;
	font-weight: bold;
	list-style: none;
	background: url(img/navi_hover.png) left center no-repeat;
}
#g_nv_box ul.menu li:hover > ul {
	display: block;
}

/* ------------------------------------------ */

#g_nv_box .menu ul.menu ul.sub-menu ul.sub-menu li a:hover{
	background: #CCC;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 本体設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container3, #container2l, #container2r,#container,#containerk3, #containerk2l, #containerk2r,#containerk1 {
	width:100%;
	margin:0 auto 1px;
	background: url(img/back1.png) bottom repeat-x;
	border-top:1px #f0f0f0 solid;
	clear:both;
}

/* ---------------------------------------------------------------------- */

#contents_in{
	width:970px;
	margin: 0 auto 0;
	padding: 10px 0 10px;
	overflow:hidden;
	background: url(img/back2.png) top repeat-x;
	position:relative;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contents_in .breadcrumbs{
	margin:2px 10px 10px;
	color:#555;
	line-height:15px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	background:none;
	clear:both;
}
#contents_in .breadcrumbs p{
	width:950px;
	margin:2px auto 10px;
	color:#555;
	line-height:15px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	background:none;
	clear:both;
}
.breadcrumbs a{
	color:#555;
	text-decoration:none;
}
.breadcrumbs a:hover{
	color:#F60;
	text-decoration:underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最新記事*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.new-content{
	margin:0 0 20px;
	_margin:0 0 10px;
	padding:20px 20px 10px;
	font-size:13px;
	line-height:20px;
	text-align:left;
	color:#333;
	border:1px #c5c5c5 solid;
	border-top:none;
	background:#FFF url(img/back1.png) bottom repeat-x;
	clear:both;
}
.new-content ul{
	margin:0 0 10px;
	*margin:0 0 5px;
	padding:0;
	font-size:13px;
	line-height:24px;
	text-align:left;
	list-style-type: none;
	border:none;
	background:none;
}
.new_day{
	width:65px;
	padding:2px 6px;
	color:#333;
}
.new-content ul li{
	height:30px;
	margin:0;
	padding:0;
	color:#333;
	overflow:hidden;
	text-decoration:none;
	border-bottom:1px #CCC dotted;
}
.new-content ul li a{
	color:#333;
	margin:3px 0 0 10px;
	padding:0;
	line-height:30px;
	text-decoration:none;
}
.new-content ul li a:hover{
	color:#F60;
	text-decoration:underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガフォーム設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mail_magazine {
	width: 100%;
	margin:0 0 20px;
	_margin:0 0 10px;
	padding:0;
	font-size:14px;
	line-height:22px;
	text-align:left;
	color:#333;
	clear:both;
	overflow: hidden;
}
.mail_magazine p {
	margin: 0;
	font-size:14px;
	line-height:22px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_con{
	width:720px;
	margin:0 0 0 10px;
	float:left;
}

/* 3カラム------------------------------------------------- */

#container3 #center_c,#containerk3 #center_c {
	width:490px;
	margin: 0;
	padding: 0;
	background:none;
	float:right;
}
#container3 #left_c,#containerk3 #left_c {
	width:220px;
	margin:0;
	padding: 0;
	font-size:12px;
	float:left;
}
#container3 #right_c,#containerk3 #right_c {
	width:220px;
	margin:0 10px 0 0;
	padding: 0;
	font-size:12px;
	float:right;
}

/* 2カラム左----------------------------------------------- */

#container2l #center_c,#containerk2l #center_c {
	width:720px;
	margin: 0 10px 50px 0;
	padding: 0;
	background:none;
	float:right;
}
#container2l #left_c,#containerk2l #left_c {
	width:220px;
	margin:0 0 0 10px;
	padding: 0;
	font-size:12px;
	float:left;
}
#container2l #right_c,#containerk2l #right_c {
	width:220px;
	margin:0 5px 0 0;
	padding: 0;
	font-size:12px;
	float:right;
}

/* 2カラム右---------------------------------------------- */

#container2r #center_c,#containerk2r #center_c {
	width:720px;
	margin: 0 0 0 10px;
	padding: 0;
	background:none;
	float:left;
}
#container2r #left_c,#containerk2r #left_c {
	width:220px;
	margin:0;
	padding: 0;
	font-size:12px;
	float:left;
}
#container2r #right_c,#containerk2r #right_c {
	width:220px;
	margin:0 10px 50px 0;
	padding: 0;
	font-size:12px;
	float:right;
}

/* 1カラム------------------------------------------------- */

#container #center_c,#containerk1 #center_c {
	width:720px;
	margin: 10px auto 0;
	padding: 10px 0;
	background:none;
}

/* ------------------------------------------------- */

.entry-title{
	margin: 0 auto;
	padding:8px 20px 8px 30px;
	color: #FFF;
	text-align:left;
	font-size: 17px;
	line-height: 30px;
	border-bottom:none;
	clear: both;
}
.entry-title a{
	color: #FFF;
	text-decoration: none;
}
.title{
	margin: 0;
	padding:8px 12px;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	line-height:18px;
	clear:both;
}
.entry-content,.entry-content-i,.link-content, .sitemap-contents, .KanrenMenu{
	margin:0 0 20px;
	_margin:0 0 10px;
	padding:10px 20px 20px;
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#333;
	border:1px #c5c5c5 solid;
	border-top:none;
	background:#FFF url(img/back1.png) bottom repeat-x;
	clear:both;
}

/* ソーシャルボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

.social_button {
	margin: 10px 0;
	padding: 0;
	clear: both;
}
.social_button li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}
.social_button img {
	width: 88px;
	height: 20px;
}
.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table;}
* html .clearfix { height: 1%;}
.clearfix { display: block;} 
.margin-bottom20 { margin-top: 2000px; }

iframe.twitter-share-button {
	width: 95px !important;
}

/* アイキャッチ画像設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content img.attachment-200x200 { 
	float: left; 
	margin: 0 20px 20px 0; 
}
.entry-content-i img.attachment-200x200 { 
	float: right; 
	margin: 0 0 20px 20px; 
}

/* 続きを読む設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

.more-link{
	float: right;
	padding: 15px 10px 0;
}
p.next{
	text-align:right;
	margin:15px 0 0;
	padding:5px 10px 0;
}
p.next a{
	padding:0 0 0 15px;
	text-decoration: underline;
}
p.next a:hover{
	text-decoration:none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し設定設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h3 {
	margin: 0 0 15px 0;
	*margin: 0 0 5px;
	padding: 6px 10px 4px 25px;
	*padding: 9px 10px 0px 25px;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	clear: both;
}
h4 {
	margin: 0px 0px 15px;
	padding: 5px 10px 0px;
	font-size:16px;
	font-weight:bold;
	clear: both;
}
h5 {
	margin: 0px 0px 10px;
	padding: 3px 10px 0px 25px;
	*padding: 6px 10px 0px 25px;
	font-size:15px;
	font-weight:bold;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* blockquote設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

blockquote {
	background: #F7F7F7 url(img/blockquote.png) no-repeat 0 0;
	padding: 15px;
	border: 1px solid #CCCCCC;
	color: #212121;
	box-shadow: 1px 1px 2px rgba(204, 204, 204, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 日付とカテゴリ・タグの設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.date_outline {
	height: 20px;
	margin: 0;
	padding: 8px 0 13px;
	font-size: 12px;
	border-left:1px #C1C1C1 solid;
	border-right:1px #C1C1C1 solid;
	clear: both;
}
.read_time { 
	margin: 0;
	padding: 3px 10px;
	float: left;
}
.bb_time {
	font-size: 13px;
	font-weight: bold;
}
.date_time { 
	font-size: 12px;
	margin: 0;
	padding: 3px 10px;
	text-align: right; 
	float: right; 
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#center_c .efoot {
	text-align: right;
	margin: 15px 0 0;
	padding: 10px;
	font-weight: normal;
	border:1px #FFF solid;
	background:url(img/clear.png) repeat;
	clear: both;
}
#center_c .efoot p {
	font-size: 11px;
}
#center_c .efoot a {
	color:#444;
	text-decoration:none; 
}
#center_c .efoot a:hover {
	color:#F60;
	text-decoration:underline; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content p,.entry-content-i p {
	margin: 0;
	font-size:14px;
	line-height:22px;
}
.entry-content ol, .entry-content ul, .entry-content-i ol, .entry-content-i ul{
	list-style-position: inside;
	padding: 0 0 0 5px;
}
p.common_contents {
	margin: 0;
	padding: 0;
	clear: both;
}
.entry-content img, .entry-content-i img {
	max-width: 99%;
	height: auto;
	width /***/:auto;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 関連記事ページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.KanrenMenu ul {
	margin:0;
	padding:0;
	list-style:none;
	clear: both;
}
.KanrenMenu ul li {
	margin: 0 0 5px;
	padding:0 0 0 25px;
	color:#06F;
	text-decoration:none;
	overflow: auto;
	clear: both;
}
.KanrenMenu ul li.kanren_thumbnail {
	background: none;
	padding: 5px 0;
	border-bottom: 1px #CCCCCC dotted;
}
.KanrenMenu a{
	font-size:13px;
	text-decoration:underline;
}
.KanrenMenu a:hover{
	color:#F60;
	text-decoration: none;
}
.KanrenMenu ul li img {
	padding: 1px;
	margin: 0 0 3px;
	border: 1px #CCCCCC solid;
	float: left;
}
.kt-tag {
	margin: 0;
	padding: 0 10px 0;
	text-decoration: none;
	overflow: hidden;
}
.kt-tag p.r-time-data {
	font-size: 13px;
	color: #000000;
	text-align: left;
	line-height: 120%;
	margin-bottom: 10px;
	text-decoration: none;
}
.kt-tag p.r-title-l {
	text-align: left;
	line-height: 130%;
	text-decoration: none;
}
.kt-tag a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.kt-tag a:hover {
	color: #F60;
	text-decoration: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページナビ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tablenav {
	font-size:15px;
	background:none;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}
a.page-numbers, .tablenav .current {
	color: #555;
	padding: 5px 10px;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
	background: url(img/sub_back1.png) top no-repeat;
}
a.page-numbers:hover {
	color:#F60;
	background: #eee;
}
.tablenav .current {
	color: white;
	font-weight:bold:
}
.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 個別記事ナビゲーション設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kiji-navigation{
	font-size: 12px;
	text-align:center;
	margin: 0 auto;
	padding: 10px 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページ分割ナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.wp-pagenavi {
	margin: 0 0 10px;
	color: #555555;
	font-size: 12px;
	text-align: left;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	font-size: 12px;
	padding: 3px 10px;
	margin: 0.25em;
	text-decoration: none;
	border: 1px solid #8f9da6;
	color: #8f9da6;
}
.wp-pagenavi a:visited {
	border: 1px solid #8f9da6;
	color: #8f9da6;
}
.wp-pagenavi a:hover {
	text-decoration: underline;
	border: 1px solid #1B4990;
	color: #1B4990;
}
.wp-pagenavi span.pages {
	font-size: 12px;
	padding: 3px 10px;
	margin: 0.25em 0.25em 0.25em 0;
	border: 1px solid #DDDDDD;
}
.wp-pagenavi span.extend {
	font-size: 12px;
	padding: 3px 10px;
	margin: 0.25em;
	border: 1px solid #DDDDDD;
}
.wp-pagenavi span.current {
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	padding: 3px 10px;
	margin: 0.25em;
	background-color: #1B4990;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.comments-box {
	zoom: 1;
	margin: 0;
}
.comments-box img {
	vertical-align: middle;
}
.comments-box h3 {
	margin: 0 0 10px 0;
	*margin: 0 0 5px;
	padding: 6px 10px 4px 25px;
	*padding: 9px 10px 0px 25px;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	clear: both;
}
.cancel-comment-reply {
	padding: 5px 0 0 0;
}
.cancel-comment-reply a {
	color: #000;
}
.text {
	border: 1px solid #CCC;
	padding: 2px;
	color: #777;
	width: 200px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメントフレーム部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

ol.commentlist a:link {
	text-decoration: none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}
ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}
ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #CCC;
}
ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #95AAC5;
}
ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #fff;
	border: 1px solid #CCC;
}
ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #CCC;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}
ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}
ol.commentlist li div.comment-meta a {
	color: #aaa;
	text-decoration:none;
}
ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
}
ol.commentlist li div.reply {
	background: #f8f8f8;
	color: #333;
	width: 33px;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	border: 1px solid #e9e9e9;
}
ol.commentlist li div.reply a {
	color: #333 !important;
}
ol.commentlist li div.reply a:hover {
	color: red  !important;
	text-decoration: none;
}
ol.commentlist li ul.children li {
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #CCC;
}
ol.commentlist li ul.children li li.alt {
	background: #fff;
}
ol.commentlist li ul.children li.depth-2 {
	background: #F5F5F5;
}
ol.commentlist li ul.children li.depth-3 {
	background: #FCFFFF;
}
ol.commentlist li ul.children li.depth-4 {
	background: #f3f3f3;
}
ol.commentlist li ul.children li.depth-5 {
	background: #FFFAFA;
}
ol.commentlist li ul.children li.depth-6 {
	background: #FFFAFA;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメントフォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

input[type=submit] {
	color: #333;
}
#respond {
	background: #fafafa;
	border: 1px solid lightGrey;
	margin: 0;
	padding: 10px;
	position: static;
	width: 440px;
}
#container2l #respond,#container2l #respond{
	background: #fafafa;
	border: 1px solid lightGrey;
	margin: 0;
	padding: 10px;
	position: static;
	width: 670px;
}
#respond input[type="text"] {
	display: block;
	height: 24px;
	width: 50%;
}
#respond input[type="text"], #respond textarea {
	background: white;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 15px;
}
#respond input#submit {
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0 0;
	padding: 5px 22px 5px 22px;
	position: relative;
	left: 30px;
	border: 1px solid #CCC;
	color: #555;
        background: -webkit-linear-gradient(top, #fff, #eee);
	background: -moz-linear-gradient(top, #fff, #eee);
	background: linear-gradient(top, #fff, #eee);
}
#contents .box_out {
	background-color: #EEEEEE;
	margin-bottom: 5px;
	padding: 5px;
}
#contents .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding: 10px;
}
#fs {
	margin: 0px;
}
#comform input, #tb input, #comform select, #comform textarea {
	padding: 0.5em ;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

.comment_box{
	margin:0 0 10px;
	_margin:0 0 5px;
	padding:10px 10px 50px;
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#333;
	border:1px #c5c5c5 solid;
	background:#FFF url(img/back1.png) bottom repeat-x;
	clear:both;
}
.comment_box p{
	line-height:17px;
	text-align:left;
	color:#222;
}
.comment_write{
	text-align:left;
}
.abox{
	margin:0;
	line-height:20px;
	text-align:left;
	color:#222;
}
.bbox{
	margin:0 0 10px 20px;
	line-height:20px;
	text-align:left;
	color:#222;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トラックバック */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tb {
	position: relative;
	margin: 10px 0 0;
	padding:10px 0 0;
}
.trackback-content {
	margin-top: 10px;
}
ul#trackback-list {
	font-weight:normal;
	margin: 0 20px;
	padding: 0;
	background-color: #FFFFFF;
	border: none;
}
#trackback-list li {
	list-style: none;
	font-weight:normal;
	margin: 0 0 10px;
	padding: 0;
	background-color: #FFFFFF;
	border: none;
}
#trackback-list p.comment-title {
	font-size: 14px;
	margin: 20px 0px 10px;
}
#trackback-list p.comment-data {
	text-align: right;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 10px 10px 5px 0px;
	border-bottom: 1px dotted #000033;
}
#trackback-list p {
	font-size: 14px;
	margin: 0px 10px 15px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイトマップページ・ アーカイブページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul.sitemap{
	font-size:14px;
	margin: 10px 0 30px;
	padding:0;
	list-style:none;
}
.sitemap li{
	font-size:13px;
	margin:15px 0;
	padding:0 0 0 25px;
	list-style:none;
	color:#06F;
	text-decoration:none;
}
.sitemap li a{
	text-decoration: none; 
	color:#333;
}
.sitemap li a:hover{
	color:#F60;
	text-decoration: underline; 
}
h4.sitemap-cate-title {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	line-height:16px;
	margin:11px 0 14px;
	padding:12px 15px 10px 10px; 
	background:#FFF;
	clear:both;
}
h4 a{
	color:#FFF;
	text-decoration:none;
}
h4 a:hover{
	color:#F60;
	text-decoration: underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドバーカテゴリーボタン設定 最新情報 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left_c ul, #right_c ul{
	margin:0 0 20px;
	padding:0;
	font-size:12px;
	line-height:17px;
	text-align:left;
	list-style-type: none;
	border:none;
}
#left_c ul li, #right_c ul li{
	margin:0 0 0;
	padding:12px 10px 10px 20px;
	color:#333;
	text-decoration:none;
	display:block;
	border-top:1px #FFFFFF solid;
	border-bottom:1px #CCCCCC solid;
}

/* 子カテゴリ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#left_c ul.sub-menu , #right_c ul.sub-menu{
	margin:0;
	padding:0;
	border:none;
}
#left_c ul.sub-menu li, #right_c ul.sub-menu li {
	margin:0;
	padding:10px 10px 0 20px;
	color:#333;
	text-decoration:none;
	display:block;
	border: none;
}
#left_c ul.children , #right_c ul.children{
	margin:6px 0 0;
	padding:0;
	border:none;
}
#left_c ul.children li, #right_c ul.children li {
	margin:0;
	padding:12px 10px 0 20px;
	color:#333;
	text-decoration:none;
	display:block;
	border: none;
}
#left_c ul.children li.cat-item, #right_c ul.children  li.cat-item{
	margin:0;
	padding:6px 0 2px 20px;
	color:#333;
	text-decoration:none;
	display:block;
	border:none;
}
#left_c ul li a, #right_c ul li a{
	color:#333;
	text-decoration:none;
}
#left_c ul li a:hover, #right_c ul li a:hover{
	color:#F60;
	text-decoration:underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツのul、li設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.c_c_t_w ul, .c_c_b_w ul {
	margin:0 0 20px;
	_margin:0 0 10px;
	padding:20px 20px;
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#333;
	border:1px #c5c5c5 solid;
	background:#FFF url(img/back1.png) bottom repeat-x;
	clear:both;
}
.c_c_t_w ul li, .c_c_b_w ul li {
	margin: 5px 0 5px;
	padding: 0 10px 0 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	list-style-type: none;
	border: none;
	border-bottom: 1px #CCC dotted;
}
.c_c_t_w ul ul, .c_c_b_w ul ul{
	margin:0;
	padding:4px 10px 4px 0;
	font-size:14px;
	line-height:25px;
	text-align:left;
	color:#333;
	border:none;
	background:none;
	clear:both;
}
.c_c_t_w ul li ul li, .c_c_b_w ul li ul li {
	margin: 0 0 4px;
	padding: 0 10px 0 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	list-style-type: none;
	border: none;
	border-bottom:none;
}
.c_c_t_w ul li a, .c_c_b_w ul li a {
	color:#333;
	text-decoration: none;
}
.c_c_t_w ul li a, .c_c_b_w ul li a:hover {
	color:#F60;
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドメニュー フリースペース */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.freespace, #side-right{
	font-size: 13px;
	line-height: 150%;
	text-align:center;
	margin: 0 0px 20px;
	padding: 20px;
	background-color: #FFFFFF;
	border-: 1px solid #CCCCCC;
	box-shadow:0 0 6px #CCC,
	           0 0 6px #FFF;
    	-webkit-box-shadow:0 0 6px #d7d7d7,
	                   0 0 6px #FFF;
	clear: both;
	overflow:hidden;
}
.freespace p, #side-right .freespace p {
	font-size: 13px;
	line-height: 150%;
}
.freespace img, #side-right .freespace img {
	max-width: 99%;
	height: auto;
	width /***/:auto;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* その他ウィジェット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.cat-item cat-item{
	font-size: 13px;
	line-height: 120%;
	text-align:center;
	margin: 0 0px 20px;
	padding:20px;
	background-color: none;
	clear: both;
	overflow:hidden;
}
.textwidget{
	font-size: 13px;
	line-height: 150%;
	text-align:left;
	margin: 0 0 20px;
	padding: 0;
	background-color: none;
	border: 1px solid #CCCCCC;
	clear: both;
}
.textwidget p{
	text-align:center;
	font-size: 12px;
	line-height:160%;
	margin: 0;
	padding: 10px;
	background-color: none;
	clear: both;
	border:none;
	overflow:hidden;
}
.border0 {
	border: none;
}
.back_color{
	background:#FFF;
}
#center_c .textwidget{
	margin:0 0 20px;
	_margin:0 0 10px;
	padding:20px 20px;
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#333;
	border:1px #c5c5c5 solid;
	background:#FFF url(img/back1.png) bottom repeat-x;
	clear:both;
}
#center_c .textwidget p{
	text-align:left;
	font-size:14px;
	line-height:160%;
	margin: 0;
	padding: 0;
}
.textwidget img {
	max-width: 99%;
	height: auto;
	width /***/:auto;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タグクラウド */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tagcloud {
	font-size: 14px;
	line-height: 150%;
	text-align:center;
	margin: 0 0px 20px;
	padding:15px 10px 10px;
	background:none;
	clear: both;
	overflow:hidden;
	border: 1px solid #CCCCCC;
}
.tagcloud a{
	color:#555;
	font-size: 18px;
	text-decoration: none;
}
.tagcloud a:hover{
	color:#F60;
	text-decoration: underline;
}
.c_c_t_w .tagcloud, .c_c_b_w .tagcloud {
	margin:0 0 20px;
	_margin:0 0 10px;
	padding:20px 20px;
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#333;
	border:1px #c5c5c5 solid;
	background:#FFF url(img/back1.png) bottom repeat-x;
	clear:both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カレンダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wp-calendar caption {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
    text-align: center;
}
#wp-calendar {
    	width: 220px;
 	padding: 0;
 	margin: 0 0 20px;
 	border: 1px solid #CCC;
 	color: #616B76;
 	text-align: center;
 	background-color: #fff;
}

/*曜日行*/
#wp-calendar thead {
    font-size: 12px;
    background:#CCC;
}

/*曜日セル*/
#wp-calendar thead th {
}

/*日付セル*/
#wp-calendar tbody td {
   	 border-right: 1px solid #CCC;
	 border-bottom: 1px solid #CCC;
	 width: 20px;
	 height: 20px;
	 text-align: center;
	 background: none;
}

/*当日*/
 table#wp-calendar td#today {
	color: #666;
	font-weight: bold;
	background: #E0E7FF
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 検索フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#searchform {
    width: 200px;
    margin:0 0 20px;
    padding: 10px 8px;
    background: url(img/sub_back1.png) top no-repeat;
    border: 1px solid #CCC;
}
#searchform .screen-reader-text{
    display:none;
}

/* 検索エリア */
#s {
    width: 110px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: bottom;
    border: 1px solid #CCC;
    border-radius: 5px 0 0 5px;
    outline: none;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    color: #999;
    background: #FFF url(img/sr.png) 5px center no-repeat;
}
#s:focus {
    color: #333;
}

/* 検索ボタン */
#searchsubmit {
    width: 60px;
    height: 32px;
    vertical-align: bottom;
    border-radius: 0 5px 5px 0;
    margin-left: -5px;
    border: 1px solid #CCC;
    padding:0;
    color: #555;
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: -moz-linear-gradient(top, #fff, #eee);
    background: linear-gradient(top, #fff, #eee);
    cursor: pointer;
}
#searchsubmit:hover {
    background: -webkit-linear-gradient(top, #eee, #fff);
    background: -moz-linear-gradient(top, #eee, #fff);
    background: linear-gradient(top, #eee, #fff);
    }
#searchsubmit:active {
    border: 1px solid #aaa;
    border-right-color: #fff;
    border-bottom-color: #fff;
    box-shadow: 0 1px 0 #ddd,
    0 -1px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #ddd;
    }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリー・アーカイブ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.postform, select{
	width: 100%;
	height: 40px;
	margin: -1px 0 20px;
	padding: 10px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* RSS購読設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rss-space {
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}
.rss-button {
	text-align: center;
	width:100%;
	padding:5px;
	clear: both;
}
.rss-space a {
	text-decoration: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* お気に入りボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.favorite-space {
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}
.favorite-button {
	text-align: center;
	width:100%;
	padding:5px;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* アイキャッチ付き最新記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul#eye_news li{
	margin: 0;
	padding: 0;
	font-size: 13px;
}
ul#eye_news li a{
	margin: 0;
	padding: 5px;
	text-decoration: none;
	display: block;
}
ul#eye_news li a:hover{
	text-decoration: none;
}
#eye_news img{
	padding: 1px;
	margin: 0;
	line-height: 100%;
	border: 1px #cccccc solid;
	background: #F6F6F6;
}
#eye_news p{
	height: 55px;
	text-align: left;
	font-size: 12px;
	margin: -60px 0 0 65px;
	line-height: 150%;
	overflow: hidden;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* topに戻るボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#go_top{
	height:50px;
	width:50px;
	display:block;
	background:none;
	position:absolute;
	bottom:20px;
	right:10px;
}
#go_top a{
	height:50px;
	width:50px;
	display:block;
	text-decoration:none;
	background:url(img/top_btn.png) center no-repeat;
}
#go_top a:hover{
	height:50px;
	width:50px;
	display:block;
	text-decoration:none;
	background:url(img/top_btn_on.png) center no-repeat;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッターBOX設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_box{
	width:100%;
	min-height:0px;
	margin: 0;
	padding:0 0 10px; 
	font-size:12px;
}
#f_box_matome{
	width:950px;
	min-height:0px;
	margin:0 auto;
	padding:2px 0 0;
	clear:both;
	background: url(img/ex-line.png) top repeat-x;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_box .title{
	width:270px;
	margin: 4px 4px 0;
	padding:8px 12px;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	line-height:18px;
	border-top:none;
	clear:both;
}
#footer_box .mini_box{
	min-width:305px;
	max-width:305px;
	margin:10px 5px 0;
	min-height:0px;
	color:#FFF;
	text-align:left;
	display:block;
	float:left;
}
#f_box_matome .mini_box .textwidget{
	width:276px;
	padding:10px;
	margin:0 4px 6px;
	border:none;
}

#f_box_matome .mini_box .textwidget p{
	text-align:left;
	clear:both;
}

#f_box_matome .back_color{
	font-size: 12px;
	color:#333;
	width:276px;
	padding:10px;
	margin:0 4px 5px;
	border:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box p{
	margin:4px 2px;
	text-align:left;
}
.mini_box ul{
	color:#FFF;
	margin:10px;
	list-style:inside;
	text-align:left;
	text-decoration:none;
}
#f_box_matome #calendar_wrap{
	width:270px;
	color:#FFF;
	margin:10px 45px 2px;
	text-align:center;
}
#f_box_matome #searchform{
	color:#FFF;
	margin:4px 10px 10px;
	text-align:center;
}
.mini_box .postform{
	margin:4px 10px;
	text-align:left;
	border:none;
}
.mini_box select{
	width: 297px;
	margin: 0 4px 8px;
}
.mini_box .tagcloud{
	color:#FFF;
	margin:2px 10px 10px;
	padding:2px;
	text-align:left;
	border:none;
}
.mini_box .tagcloud a{
	margin:2px 0;
	padding:2px 0;
	text-align:center;
	border:none;
}
.mini_box .tagcloud a:hover{
	margin:2px 0;
	padding:2px 0;
	text-align:center;
	border:underline;
}
.mini_box ul li.b{
	border-left:5px #FFF solid;
	border-bottom:2px #FFF solid;
	list-style:none;
	text-align:left;
	margin:3px auto 5px;
	_margin:1px auto 2px;
	padding:3px;
	font-size:14px;
	background:none;
}
.mini_box ul li{
	text-align:left;
	list-style-image:url(img/fotter_img.png);
	margin:3px auto 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

.mini_box a{
	color:#FFF;
	margin:10px;
	text-align:left;
	text-decoration:none;
}
.mini_box a:hover{
	color:#F60;
	margin:10px;
	text-align:left;
	text-decoration:underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

#f_box_matome #calendar_wrap a{
	color:#555;
	margin:0 2px 2px;
	text-align:center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

#f_box_matome ul#eye_news li{
	list-style: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */



/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/*サイト説明設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

#s_ex p{
	font-size:13px;
	color:#FFF;
}
#s_ex_in{
	width:950px;
	min-height:10px;
	margin:10px auto 0;
	color:#FFF;
	padding:10px 0 0;
	text-align:left;
	background: url(img/ex-line1.png) top repeat-x;
	clear:both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コピーライト部分設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer p{
	width:970px;
	margin:0 auto;
	padding:7px 0 0;
	*padding:7px 0 0;
	color:#FFF;
	font-size:13px;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	color:#F60;
	text-decoration:none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/*ランキング設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/*ランキング１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

table#rankingver1{
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
table#rankingver1 tr{
	margin:0;
	border: 1px solid #CCCCCC;
}
table#rankingver1 th{
	margin:0;
	padding: 0px 10px 0px 5px;
	background: #EFEFF1 url(img/ranking-bg.png) repeat-x;
	border: 1px solid #CCCCCC;
}
table#rankingver1 .r1-title-no1{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/01no1.png) no-repeat left center;
}
table#rankingver1 .r1-title-no2{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/01no2.png) no-repeat left center;
}
table#rankingver1 .r1-title-no3{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/01no3.png) no-repeat left center;
}
table#rankingver1 .r1-title-no4{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/01no4.png) no-repeat left center;
}
table#rankingver1 .r1-title-no5{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/01no5.png) no-repeat left center;
}
table#rankingver1 td{
	margin:0;
	padding: 10px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
table#rankingver1 td.r1-img{
	margin:0px auto;
	border-collapse: collapse;
	border-right: 1px solid #CCCCCC;
}
table#rankingver1 td p{
	font-size: 14px;
	line-height: 160%;
}
table#rankingver1 td p.catch{
	font-size: 16px;
	font-weight:bold;
	color:#ff0000;
	margin: 10px 0px;
}
table#rankingver1 td a{
	text-decoration:underline;
}

/*ランキング２ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

.rankingver2{
	width: 100%;
	margin:0;
	padding: 0;
	border: 1px solid #CCCCCC;
}
.title-outline{
	margin: 0;
	padding:0;
	background: #ECECEC url(img/ranking2-bg.png) repeat-x;
	border-top: 5px solid #F5F5F5;
	border-right: 5px solid #F5F5F5;
	border-left: 5px solid #F5F5F5;
}
.r2-title-no1{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no1.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-title-no2{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no2.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-title-no3{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no3.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-title-no4{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no4.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-title-no5{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no5.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-contents{
	margin: 0px;
	padding: 10px;
	border-right: 5px solid #F5F5F5;
	border-bottom: 5px solid #F5F5F5;
	border-left: 5px solid #F5F5F5;
	clear:both;
}
.r2-catch{
	font-size: 16px;
	font-weight:bold;
	color:#ff0000;
	margin: 10px 0px;
}
.imgl-ranking {
	padding:10px 25px 10px 0px;
	float: left;
}

/*ランキング３ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

table#rankingver3{
	width: 100%;
	margin:0;
	padding: 0;
	border-collapse: collapse;
}
table#rankingver3 th{
	font-size: 18px;
	color:#363434;
	line-height: 140%;
	margin:0;
	padding: 0px 10px 0px 5px;
	background: #FFFFFF;
}
table#rankingver3 .r3-title-no1{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/01no1.png) no-repeat left center;
}
table#rankingver3 .r3-title-no2{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/01no2.png) no-repeat left center;
}
table#rankingver3 .r3-title-no3{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/01no3.png) no-repeat left center;
}
table#rankingver3 .r3-title-no4{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/01no4.png) no-repeat left center;
}
table#rankingver3 .r3-title-no5{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/01no5.png) no-repeat left center;
}
table#rankingver3 td{
	margin:0;
	padding: 20px 10px 10px 10px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	vertical-align:top;
	border: 1px solid #CCCCCC;
}
table#rankingver3 td.catch{
	font-size: 16px;
	font-weight:bold;
	color:#ff0000;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 10px 20px 5px 20px;
	border-bottom: 0;
}
table#rankingver3 td.r3-img{
	margin:0px auto;
	padding: 10px;
	border-collapse: collapse;
}
table#rankingver3 td.r3-contents{
	margin:0px auto;
	padding: 10px;
	border-collapse: collapse;
	border-left: 0;
}
table#rankingver3 td p{
	line-height:25px;
	padding: 0px 0px 0px 0px;
	background: url(img/r-line.gif);
}
table#rankingver3 td a{
	text-decoration:underline;
}


/*--------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
--------------------------------------------------------*/