@charset "shift-jis";

* {
	margin: 0;
	padding:0;
}

body {
	width:100%;
	height:100%;
	font-size: 14px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
	background: #FFFFFF url(img/aaa.png) repeat; 
}

p {
	font-size: 12px;
	line-height:160%;
}


/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
a{
	color:#06F;
	text-decoration:underline;}

a:hover{
	color:#F60;
	text-decoration:underline;
}


/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { 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; }

.b { font-weight: bold; }
.strong{ font-weight:bold; }
.em{ font-weight:bold; }

.yline { background: #ffff00; }

.center {
	text-align: center;
	padding:5px 0px 0px 0px;
}
.left {
	text-align: left;
	padding:5px 5px 0px 0px;
}
.right {
	text-align: right;
	padding:5px 0px 0px 5px;
}

.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:0px 10px 10px 0px;
	float: left;
}
.imgr {
	padding:0px 0px 10px 10px;
	float: right;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイトル部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tittle_box{
	width:100%;
	margin:0px auto;
	padding:0 0 5px;
	overflow: hidden;
	_margin-left:auto;
	_margin-right:auto;
	background:#297A58
 url(img/header_back.png) top repeat-x;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1サイトキーワード h2サイトタイトル 設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tittle{
	width:970px;
	margin:0px auto 0;
	padding:0 5px;
	overflow: hidden;
	_margin-left:auto;
	_margin-right:auto;
	clear:both;
}

h1{
	width:650px;
	margin:10px 10px 5px;
	font-size:11px;
	font-style:normal;
	text-align:left;
	line-height:15px;
	float:left;
	color:#FFF;
}

h2{
	width:700px;
	margin:0px 10px 3px;
	padding:0;
	font-size:25px;
	text-align:left;
	line-height:28px;
	float:left;
}

h2 a{
	color:#FFFFFF;
	text-decoration:none;
}


h2 a:hover{
	color:#F60;
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* twitter hatena ボタン設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#btn_box{
	width:200px;
	height:47px;
	margin:-30px auto 0;
	_margin:-30px auto 0;
	padding:0;
	display:block;
	float:right;
}

#btn_box ul{
	width:200px;
	height:47px;
	margin:0;
	padding:0;
	overflow:hidden;
	list-style-type:none;
	background:url(img/btn_back.png);
}

#btn_box ul li.twitter{
	width:32px;
	height:32px;
	margin:5px 9px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	display:block;
	background:url(img/twitter_btn.png) no-repeat;
}

#btn_box ul li.hatena{
	width:32px;
	height:32px;
	margin:5px 10px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	background: url(img/hatena_btn.png) no-repeat;
}

#btn_box ul li.sitemap{
	width:32px;
	height:32px;
	margin:5px 8px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	background: url(img/sitemap_btn.png) no-repeat;
}

#btn_box ul li.RSS{
	width:32px;
	height:32px;
	margin:5px 9px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	background: url(img/rss_btn.png) no-repeat;
}

#btn_box ul li a{
	width:32px;
	height:32px;
	display:block;
	text-decoration:none;
}

#btn_box ul li a:hover{
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#header{
	width:100%;
	margin:0;
	padding:0;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#g_navi{
	width:100%;
	height:50px;
	margin:0;
	background: url(img/navi_back.png) repeat-x;
	clear:both;
}

#g_navi_box{
	width:970px;
	height:48px;
	margin: 0 auto;
	overflow:hidden;
}

#g_navi ul{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}

#g_navi ul li.first{
	width:75px;
	_width:70px;
	height:48px;
	margin:1px 0 0;
	font-size:13px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	background: url(img/navi_btn_off.png) left;
	float:left;
}

#g_navi ul li,#g_navi ul li.last{
	max-width:179px;
	*width:180px;
	height:48px;
	margin:1px 0 0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	background: url(img/navi_btn_off.png) left;
	float:left;	
}

#g_navi ul li a{
	height:48px;
	padding:0 10px;
	*padding:0 3px;
	color:#FFF;
	text-decoration:none;
	display:block;
	overflow:hidden;
	display:block;
}

#g_navi ul li a:hover{
	color:#F60;
	text-decoration:none;
	background: url(img/navi_btn_on.png) left top;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#breadcrumb{
	_width:930px;
	min-height:30px;
	margin:0 auto;
	_margin-left:0 ;
	_margin-right:0 ;
	padding:0px 10px;
	_padding:0 16px;
	text-align:left;
	font-weight:bold;
	clear:both;
}

#breadcrumb p{
	width:926px;
	_width:928px;
        color:#666;
	margin:0 auto;
	padding:7px 0 5px;
	min-height:15px;
	line-height:15px;
	font-size:11px;
}

#breadcrumb a{
	color:#666;
	text-decoration:none;
}

#breadcrumb a:hover{
	color:#F60;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインバナー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#img{
	width:950px;
	height:200px;
	margin:0 auto;
	padding:0;
	_margin-left:auto;
	_margin-right:auto;
	text-align:center;
	border: 1px solid #CCC;
	background:url(img/banner.jpg) center no-repeat;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*サイト説明設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#site_ex{
	width:930px;
	font-size:13px;
	min-height:30px;
	margin:0 auto;
	padding:0;
	clear:both;	
}

#site_ex_in{
	width:930px;
	color:#333;
	margin:0 auto;
	padding: 10px 0 0;
	*padding: 10px 0 0;
	text-align:left;
	clear:both;
}

#site_ex p{
	font-size:12px;
	line-height:18px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#max_wrapper{
	width:990px;
	margin:0 auto;
	padding:0;
	border:none;
	border-bottom:none;
	background: url(img/back.png) repeat-y;
	z-index:1;
	clear:both;
}

/* -------------------------------------------------- */

#contents_950{
	width:950px;
	margin:0 auto;
	padding:10px 0 0;
	overflow:hidden;
	background:none;
	clear:both;
}

/* -------------------------------------------------- */

#left_contents_big{
	width:770px;
	margin:0;
	float:left;
}

#right_contents_big{
	width:180px;
	margin:0 ;
	float:right;
}

/* -------------------------------------------------- */

#c_contents{
	width:570px;
	margin:0 10px;
	padding:0;
	_margin:0 5px;
	background:none;
	float:right;
}

#l_contents{
	width:180px;
	margin:0;
	font-size:12px;
	float:left;
}

#r_contents{
	width:180px;
	margin:0;
	font-size:12px;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-title {
	margin: 0 auto;
	padding:9px 20px 5px;
	color: #FFF;
	text-align: left;
	font-size: 20px;
	line-height: 26px;
	border:1px #297A58
 solid;
	border-top:none;
	background:#297A58
 url(img/main_title_back.png) top repeat-x;
	clear: both;
}

.link-content, .sitemap-contents,.entry-content{
	margin:0 0 10px;
	padding:20px;
	font-size:14px;
	line-height:20px;	
	text-align:left;
	color:#333;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	background:#FFF;
}

.entry-content p{
	margin: 0;
	font-size:14px;
	line-height:20px;
	
}

.side-title{
	margin: 0;
	padding:6px 10px;
	font-size: 13px;
	color: #297A58
;
	text-align: left;
	line-height:16px;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:none;
	background:#FFF url(img/free_tittle.png) top repeat-x;
	clear:both;
}

.cate-title, .news{
	margin: 0;
	padding:8px 10px 6px;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	line-height:18px;
	border-left:1px #297A58
 solid;
	border-right:1px #297A58
 solid;
	border-bottom:1px #297A58
 solid;
	background:#183f6f url(img/sub_title_back.png) top repeat-x;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し設定設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h3 {
	color:#297A58
;
	margin: 0 0 15px 0;
	*margin: 0 0 5px;
	padding: 6px 10px 3px 27px;
	*padding: 9px 10px 0px 25px;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	border-bottom: 3px solid #297A58
;
	background: url(img/h3_mark.png) no-repeat left center;
	clear: both;
}

h4 {
	color:#297A58
;
	margin: 0px 0px 15px;
	padding: 5px 10px 0px;
	font-size:16px;
	font-weight:bold;
	border-left: 4px solid #297A58
;
	border-bottom: 2px solid #297A58
;
	clear: both;
}

h5 {
	color:#297A58
;
	margin: 0px 0px 10px;
	padding: 3px 10px 0px 25px;
	*padding: 6px 10px 0px 25px;
	font-size:15px;
	font-weight:bold;
	background: url(img/h5_mark.png) no-repeat left center;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリーボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#l_contents ul.cate, #info_box ul{
	margin:0 0 10px;
	padding:0;
	font-size:12px;
	text-align:left;
	list-style-type: none;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	background:#FFF ;
}

#l_contents ul.cate li{
	margin:0;
	line-height:150%;
	border-bottom:1px #CCC solid;
	background:none;
}

#l_contents ul.cate a{
	font-weight:bold;
	margin:0;
	padding:6px 10px 6px 15px;
	*padding:7px 5px 5px 12px;
	color:#555;
	text-align:left;
	text-decoration:none;
	display:block;
	background:none;	
}

#l_contents ul.cate a:hover{
	color:#297A58
;
	text-decoration:none;
	background:#b9ffe2
;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最新情報 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#news_box{
	width:180px;
	margin:0 0 10px;
	clear:both;
}

#info_box {
	margin:0 ;
	list-style-type: none;
	text-align:left;
	clear:both;
}

 #info_box ul li{
	margin:0;
	list-style:none;
	border-bottom:1px #CCC solid;
	background: url(img/new.png) 5px center no-repeat;	
}

#info_box ul li a{
	font-weight:bold;
	margin:0;
	padding:7px 5px 7px 35px;
	color:#555;
	text-align:left;
	text-decoration:none;
	display:block;
}

 #info_box ul li a:hover{
	color:#297A58
;
	text-decoration:none;
	background:#b9ffe2
 url(img/new.png) 5px center no-repeat;
}

/* お気に入りボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.favorite-space {
	text-align: center;
	margin: 0 auto 10px;
	padding: 0;
	clear: both;
}
.favorite-button {
	text-align: center;
	width:100%;
	padding:5px;
	clear: both;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フリースペース設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.freespace1{
	margin:0 0 10px;
	padding:8px 5px;
	color:#666;
	font-size:12px;
	text-align:center;
	border:1px #CCC solid;
	background:#FFF;
	clear:both;
}

.freespace4{
	margin:0;
	padding:8px 5px;
	color:#666;
	font-size:12px;
	text-align:center;
	border:1px #CCC solid;
	background:#FFF;
	clear:both;
}

#lower-contents {
	width:880px;
	margin:0;
	padding:0 0 10px;
	clear: both;
}

.freespace2{
	padding:8px 5px;
	*padding:5px 3px;
	margin:0 0 10px;
	color:#666;
	font-size:12px;
	text-align:left;
	border:1px #CCC solid;
	background:#FFF;
	clear:both;
}

.freespace3{
	padding:8px 5px;
	*padding:5px 3px;
	margin:10px 0 ;
	color:#666;
	font-size:12px;
	text-align:left;
	border:1px #CCC solid;
	background:#FFF;
	clear:both;
}

.freespace5, .freespace6, .freespace7,.freespace8{
	margin:0 0 10px;
	padding:6px;
	color:#666;
	text-align:left;
	border:1px #CCC solid;
	clear:both;
}

.freespace1 p, .freespace2 p, .freespace3 p,.freespace4 p.freespace5 p, .freespace6 p, .freespace7 p,.freespace8 p{
	font-size:12px;
}
.freespace1 a, .freespace2 a, .freespace3 a, .freespace4 a{
	color:#06F;
	text-decoration:nunderline;
}

.freespace1 a:hover, .freespace2 a:hover, .freespace3 a:hover, .freespace4 a:hover{
	color:#F60;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* topに戻るボタン サイトマップボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top_return{
	width:100%;
	margin:0 auto;
	_margin:5px auto 45px;
	clear:both;	
	z-index:2;
}

#top_return ul{
	width:960px;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#top_return ul li{
	margin:0;
	padding:0;
	clear:both;
}

#top_return a{
	width:70px;
	height:70px;
	_width:0px;
	_height:-90px;
	margin:-75px 0px 0px 0;
	_margin:-75px 0px 0 0;
	color:#333;
	font-size:12px;
	line-height:22px;
	text-decoration:none;
	display:block;
	background: url(img/go-top.png) right no-repeat;
	float:right;
}

#top_return a:hover{
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer{
	width:100%;
	margin: 0;
	*margin:-25px 0 0;
	_margin:-75px 0 0;
	text-align:center;
	line-height:30px;
	background: url(img/navi_back.png) top repeat-x;
	clear:both;
}

#footer p{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	color:#F60;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 以下その他のページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */



/* リンクページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.link-content p{
	font-size:14px;
	margin: 10px 0 5px 0;
	padding:0px 5px 0px 20px;
	background:url(img/arrow.png) left no-repeat;
}

.link-content a{
	text-decoration:underline;
}

.link-content a:hover{
	color:#F60;
	text-decoration:underline;
}

.link-content p.link-dis {
	margin: 0 0 10px;
	padding:10px 20px 0;
	border-top:1px #cfcfcf dotted;
	background: none;
}

/*記事ページ設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.KanrenKiji{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	text-align:left;
	margin:0px;
	padding:5px 0 4px 37px;
	background:#297A58
  url(img/page.png) 12px 7px no-repeat;
	border: none;
	clear:both;
}

.KanrenMenu{
	margin:0 0 10px;
	padding:15px 10px ;
	font-size:12px;
	line-height:20px;	
	text-align:left;
	color:#333;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	background:#FFF;
}

.KanrenMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.KanrenMenu ul li{
	margin: 0 0 5px;
	padding:0 0 0 25px;
	color:#06F;
	text-decoration:underline;
	background:url(img/arrow.png) 5px 4px no-repeat;
}

.KanrenMenu a{
	text-decoration:none;	
}

.KanrenMenu a:hover{
	color:#F60;
	text-decoration: underline;	
}


/* サイトマップページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.sitemap ul{
	margin: 10px 0 0 ;
	padding:0;
}

.sitemap li{
	list-style:none;
	font-size:13px;
	margin: 0 0 10px 38px;
	list-style:url(img/arrow.png);
}

.sitemap li a{
	text-decoration: none; 
}

.sitemap li a:hover{
	color:#F60;
	text-decoration: underline; 
}

h4.sitemap-cate-title {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin:0 0 10px;
	padding:8px 19px;
	border: none;
	border-left:1px #297A58
 solid;
	border-right:1px #297A58
 solid;
	border-bottom:1px #297A58
 solid;
	background:#183f6f url(img/sub_title_back.png) top repeat-x;
	clear:both;
}

h4 a{
	color:#FFF;
	text-decoration:none;
}

h4 a:hover{
	color:#F60;
	text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* その他 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul.mark {
	margin: 0px 20px 0px 20px;
	padding: 0;
}

ul.mark li{
	list-style: none;
	font-size:14px;
	line-height: 150%;
	text-align: left;
	margin: 0;
	padding: 5px 0px 0px 30px;
	background: url(img/mark.gif)  no-repeat left center;
}

td {
	padding: 5px;
}

input, textarea, select {
	font-family: sans-serif;
	font-weight: normal;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ランキング１
-------------------------------------------------------------------*/

table#rankingver1{
	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/%%OKANNO%%no1.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/%%OKANNO%%no2.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/%%OKANNO%%no3.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/%%OKANNO%%no4.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/%%OKANNO%%no5.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{
	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/%%OKANNO%%no1.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/%%OKANNO%%no2.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/%%OKANNO%%no3.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/%%OKANNO%%no4.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/%%OKANNO%%no5.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{
	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/%%OKANNO%%no1.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/%%OKANNO%%no2.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/%%OKANNO%%no3.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/%%OKANNO%%no4.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/%%OKANNO%%no5.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:170%;
	padding: 1px 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/
--------------------------------------------------------*/
