@charset "shift-jis";

* {
	margin: 0;
	padding:0;
}

body {
	width:100%;
	height:100%;
	font-size: 13px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
	background:#FFF;
	position:relative;
	clear:both;
}

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


/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


a{
	color:#06F;
	text-decoration:underline;}

a:hover{
	color:#046EDD
;
	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 20px 10px 0px;
	float: left;
}
.imgr {
	padding:0px 0px 10px 20px;
	float: right;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1キーワード・h2タイトル */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#heder_top{
	width:100%;
	margin:0;
	padding:0 0 30px;
	_padding:0 0 15px;
	background:url(img/header_top_back.png) bottom repeat-x;
	clear:both;
}


#tittle_box{
	width:820px;
	height:70px;
	margin:0 auto;
	clear:both;
}

#tittle{
	width:630px;
	margin:0 auto;
	padding:10px;
	_margin-left:auto;
	_margin-right:auto;
	float:left;	
}

/* h1キーワード文字設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1{
	margin:5px 0 0;
	font-size:11px;
	font-style:normal;
	text-align:left;
	line-height:15px;
	color:#444;
}


/* h2サイトタイトル設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


h2{
	width:670px;
	height:23px;
	overflow:hidden;
	margin:8px 0;
	font-size:20px;
	text-align:left;
	line-height:26px;
}


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

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



/*サイトマップボタン設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#sitemap_btn{
	width:100px;
	margin:0 10px 0 0;
	color:#FFF;
	float:right;
}

#sitemap_btn ul{
	height:50px;
	margin: 20px 0;
	list-style:none;
	clear:both;
}

#sitemap_btn ul li{
	height:20px;
	margin-top:2px;
	font-size:10px;
	line-height:20px;
	overflow:auto;
	display:block;
	clear:both;
}

#sitemap_btn ul li a{
	display:block;
	text-decoration:none;
	padding-left:20px;
	text-align:left;
	color:#666;
	background:url(img/dot1.png) left no-repeat;
}

#sitemap_btn ul li a:hover{
	text-decoration:none;
	color:#046EDD
;
	background:url(img/dot.png)  left no-repeat;
	
}


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


#header_bottom{
	width:100%;
	margin:0;
	background:#FFFFFF url(img/header_bottom_back.png) top repeat-x;
	clear:both;	
}

#img_box{
	width:820px;
	margin:0 auto;
	padding-top:45px;
	_padding-top:40px;
	clear:both;
}

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

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

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

#site_ex{
	width:780px;
	_width:800px;
	margin:0 auto;
	padding:10px;
	_padding:5px;
	color:#444;
	font-size:12px;
	line-height:14px;
	text-align:left;
	border:1px #DCDCDC solid;
	background: url(img/main_back.png) top repeat-x;
	clear:both;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#g_navi{
	width:100%;
	height:60px;
	margin:0 auto;
	padding:0;
	_paddng-left:auto;
	_paddng-right:auto;
	display:inline;
	position:absolute;
	top:75px;
	left:0;
	clear:both;
}

#g_navi_box{
	width:800px;
	height:60px;
	margin:0 auto;
	_margin-left:auto;
	_margin-right:auto;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	background:url(img/bavi_back.png) repeat-x;
	clear:both;
}

#g_navi ul{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	background:url(img/bavi_back.png) repeat-x;
	clear:both;
}

#g_navi ul li.first{
	width: 65px;
	*width:75px;
	height:60px;
	margin:0;
	font-size:13px;
	font-weight:bold;
	line-height:60px;
	text-align:center;
	border-right:1px #CCC solid;
	background:url(img/bavi_back.png) repeat-x;
	float:left;
}

#g_navi ul li{
	max-width:145px;
	_width:145px;
	height:60px;
	font-size:13px;
	font-weight:bold;
	margin:0;
	line-height:60px;
	text-align:center;
	border-right:1px #CCC solid;
	background:url(img/bavi_back.png) repeat-x;
	float:left;	
}

#g_navi ul li.last{
	max-width:149px;
	_width:145px;
	height:60px;
	font-size:13px;
	font-weight:bold;
	margin:0;
	line-height:60px;
	text-align:center;
	background:url(img/bavi_back.png) repeat-x;
	float:left;	
}

#g_navi ul li.first a,#g_navi ul li a,#g_navi ul li.last a{
	height:60px;
	padding:0 10px;
	_padding: 0;
	color:#666;
	text-decoration:none;
	display:block;
	overflow:hidden;
	display:block;
	clear:both;
}

#g_navi ul li.first a:hover,#g_navi ul li a:hover,#g_navi ul li.last a:hover{
	color:#046EDD
;
	text-decoration:none;
	border-bottom:1px #DCDCDC solid;
	background:url(img/bavi_back_on.png) no-repeat;
	clear:both;
}


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


#wide_wrapper{
	width:100%;
	margin:0;
	*margin:10px 0 0;
	background:#FFFFFF url(img/bottom_back.png) bottom repeat-x;
	clear:both;
}

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

#body_content{
	width:820px;
	margin:0 auto;
	padding:10px 0 ;
	*padding:0 0 10px;
	clear:both;
}

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

#left_c{
	width:800px;
	margin:0 10px 10px;
	_margin:0 5px;
	float:left;
}


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

#c_content{
	width:800px;
	margin:0 ;
	clear:both;
}

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

.entry-title {
	margin: 0;
	padding:7px 20px 7px 35px;
	color: #FFF;
	text-align: left;
	font-size: 17px;
	line-height: 24px;
	background:url(img/h3_back.png) left top no-repeat ;
	border:1px #005BB2
 solid;
	clear: both;
}

.entry-content{
	margin:0;
	padding:20px;
	font-size:14px;
	line-height:20px;	
	text-align:left;
	color:#333;
	border-left:1px #DCDCDC solid;
	border-right:1px #DCDCDC solid;
	border-bottom:1px #DCDCDC solid;
	background:#FFF url(img/main_back.png) top repeat-x;
	clear: both;
}

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

.side-title{
	margin: 0;
	padding:12px 8px 8px 12px;
	font-size: 14px;
	color: #666;
	text-align: left;
	line-height:16px;
	background: url(img/free_title.png) top no-repeat;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	clear:both;
}

.cate-title{
	margin: 0;
	padding:12px 8px 8px 12px;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	line-height:16px;
	background: url(img/side_back.png) repeat-y;
	border:1px #005BB2
 solid;
	clear:both;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* topに戻るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top_re{
	height:30px;
	margin:0 auto 10px;
	background:#FFF url(img/go_top_back.png) top right no-repeat;
	border-left:1px #DCDCDC solid;
	border-right:1px #DCDCDC solid;
	border-bottom:1px #DCDCDC solid;
}

#top_re a{
	margin-right:25px;
	color:#444;
	text-align:right;
	text-decoration:none;
	line-height:35px;
	display:block;
}

#top_re a:hover{
	color:#046EDD
;
	text-decoration: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フリースペース設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.freespace1{
	margin:10px 10px 0;
	padding:8px 5px;
	color:#666;
	text-align:center;
	border:1px #DCDCDC solid;
	background:#FFF;
	clear:both;
}

.freespace4{
	margin:0 10px 0;
	*margin:5px 5px 0;
	padding:8px 5px;
	color:#666;
	text-align:center;
	border:1px #DCDCDC solid;
	background:#FFF url(img/pan.png) bottom repeat-x;
	clear:both;
}

#lower-contents{
	margin:0;
	clear:both;
}

.freespace2{
	padding:8px 5px;
	margin:0 0 10px;
	color:#666;
	text-align:left;
	border:1px #DCDCDC solid;
	background:#FFF;
	clear:both;
}

.freespace3{
	padding:8px 5px;
	margin: 0;
	color:#666;
	text-align:left;
	border:1px #DCDCDC solid;
	background:#FFF url(img/pan.png) bottom repeat-x;
	clear:both;
}


.freespace5, .freespace6, .freespace7,.freespace8{
	margin:0 0 10px;
	padding:8px 10px;
	color:#666;
	font-size:12px;
	text-align:left;
	border:1px #DCDCDC solid;
	background:#FFF url(img/free_back.png) top no-repeat;
	clear:both;
}

.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:#046EDD
;
	text-decoration:none;
}


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


#footer_top{
	width:100%;
	min-height:20px;
	margin:0;
	padding:10px 0 5px;
	_padding:5px 0 3px;
	font-size:13px;
	text-align:left;
	background:#FFF  url(img/pan.png) bottom repeat-x;
	border-bottom:1px #046EDD
 solid;
	border-top:1px #DCDCDC solid;
	clear:both;
}


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


#pan{
	width:800px;
	_width:100%;
	margin:0 auto ;
	_margin-left:auto;
	_margin-right:auto;
	padding:0 20px;
	_text-align:center;
	color:#444;
	line-height:35px;
	clear:both;
}

#pan p{
	font-size:11px;
}

#pan a{
	color:#444;
	text-decoration:none;
}

#pan a:hover{
	color:#046EDD
;
	text-decoration:none;
}


.PAN{
	font-size:10px;
	text-align:left;
	clear: both;
	line-height:12px;
	
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer{
	width:100%;
	margin: 0;
	color:#444;
	font-size:12px;
	line-height:30px;
	text-align:center;
	background: url(img/main_back.png) top repeat-x;
	border-top:1px #046EDD
 solid;
	
}

#footer p{
	font-size:14px;
}

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

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


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


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

.link-content{
	margin:0;
	_margin-bottom:0;
	padding:10px;
	font-size:13px;	
	text-align:left;
	color:#333;
	border-left:1px #DCDCDC solid;
	border-right:1px #DCDCDC solid;
	border-bottom:1px #DCDCDC solid;
	background:#FFF url(img/main_back.png) top repeat-x;
	clear: both;
}

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

.link-content a{
	line-height:25px;
	color:#06F;	
	text-decoration:underline;
	
}

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

.link-content p.link-dis {
	margin: 0 0 10px;
	padding:5px 30px;
	background: none;
}

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

.KanrenKiji{
	margin: 10px 0 0;
	padding:7px 20px 7px 35px;
	color: #FFF;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	background: url(img/h4_cate_page.png) left top no-repeat ;
	border:1px #005BB2
 solid;
	clear: both;

}

.KanrenMenu{
	margin:0;
	padding:20px;
	font-size:13px;
	line-height:20px;	
	text-align:left;
	color:#333;
	border-left:1px #DCDCDC solid;
	border-right:1px #DCDCDC solid;
	border-bottom:1px #DCDCDC solid;
	background:#FFF url(img/main_back.png) top repeat-x;
	clear: both;
}

.KanrenMenu ul {
	margin:0;
	padding:0;
}

.KanrenMenu ul li{
	margin:5px 15px 10px;
	line-height:15px;
	list-style: url(img/arrow.png);
}

.KanrenMenu a{
	text-decoration:none;	
}

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


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

.sitemap-contents {
	margin:0;
	padding:20px;
	font-size:14px;
	line-height:16px;	
	text-align:left;
	color:#333;
	border-left:1px #DCDCDC solid;
	border-right:1px #DCDCDC solid;
	border-bottom:1px #DCDCDC solid;
	background:#FFF url(img/main_back.png) top repeat-x;
	clear: both;
}

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

.sitemap li{
	list-style: url(img/arrow.png); 
	font-size:13px;
	line-height:22px;
	margin:8px 0 8px 20px;
}

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

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

.sitemap-cate-title {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:15px;
	padding:3px 20px;
	border-bottom:3px #046EDD
 double;
	border-left:none;
	background:url(img/dot.png) left no-repeat;
	clear:both;
}

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

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


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

h3 {
	margin: 0px 0px 15px 0px;
	padding: 4px 10px 4px 25px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	background: url(img/dot2.png) no-repeat left center;
	clear: both;
}

h4 {
	margin: 0px 0px 15px;
	padding: 5px 10px 0px;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px solid #046EDD
;
	border-left: 4px solid  #046EDD
;
	clear: both;
}

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

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

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/
--------------------------------------------------------*/
