@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:#f3f0eb url(img/bbbbb.png) left top no-repeat;
}

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




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

#non_view{
	width:100%;
	margin:0;
}

#h1_box{
	width:950px;
	margin:240px auto 0;
	*margin:230px auto 0;

}

h1{
	margin:12px 0 0;
	font-size:11px;
	font-style:normal;
	text-align:left;
	line-height:20px;
	color:#333;
}

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

#tittle{
	width:950px;
	margin:0 auto 10px;
	*margin:0 auto;
	_margin-left:auto;
	_margin-right:auto;	
}

h2{
	width:950px;
	margin:10px 0;
	font-size:20px;
	text-align:left;
	line-height:26px;
}

h2 a{
	margin:0;
	color:#FF6600;
	text-decoration:none;
}

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

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

#wide_wrapper{
	width:100%;
	margin:0;
	background:url(img/ddddd.png) bottom right no-repeat;
	position:relative;
}

#wrapper{
	width:970px;
	margin:0 auto;
	border-left:1px #C2C2C2 solid;
	border-right:1px #C2C2C2 solid;
	clear:both;	
}

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

#g_navi{
	width:1025px;
	height:60px;
	margin:0 auto;
	_margin-left:auto;
	_margin-right:auto;
	background: url(img/navi.png) center no-repeat;
	clear:both;
}

#g_navi_box{
	width:970px;
	height:60px;
	margin: 0 25px;
}

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

#g_navi ul li.first{
	width: 65px;
	height:50px;
	margin:0;
	font-size:13px;
	font-weight:bold;
	line-height:60px;
	text-align:center;
	float:left;
}

#g_navi ul li,#g_navi ul li.last{
	max-width:179px;
	_width:179px;
	height:50px;
	font-size:13px;
	font-weight:bold;
	margin:0;
	line-height:60px;
	text-align:center;
	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;
	overflow:hidden;
}

#g_navi ul li.first a:hover,#g_navi ul li a:hover,#g_navi ul li.last a:hover{
	color:#F60;
	text-decoration:none;
}

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

#body_content{
	width:950px;
	margin:0 10px;
	padding-top:10px;
	_padding-top:5px;
}

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

#c_content{
	width:760px;
	margin:0 0 10px 0;
	_margin:5px 0 10px 0;
	background:url(img/page.png) right repeat-y;
	float:right;
}

#l_content{
	width:180px;
	margin:0;
	_margin:5px 0 0;
	float:left;
}

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

.entry-title {
	margin: 0;
	padding: 10px 18px 13px 35px;
	color: #FFF;
	text-align: left;
	font-size: 16px;
	line-height: 17px;
	background: url(img/title.png) bottom no-repeat;
	clear: both;
}

.entry-content{
	margin:0 0 10px;
	padding: 12px 10px 10px 30px;
	font-size:14px;
	line-height:20px;	
	text-align:left;
}

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

.side-title{
	margin: 0;
	padding: 9px 12px;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	line-height:16px;
	background:url(img/cate_title.png) top no-repeat;
	clear:both;
}

.cate-title{
	margin: 0;
	padding: 9px 12px;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	line-height:16px;
	background:url(img/cate_title.png) top no-repeat;
	clear:both;
}

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

#l_content ul.cate{
	margin:0 0 10px;
	padding:0;
	font-size:12px;
	text-align:left;
	list-style-type: none;
	border-left:1px #666 solid;
	border-right:1px #666 solid;	
}

#l_content ul.cate li{
	margin:0;
	line-height:150%;
	border-bottom:1px #666 solid; 
}

#l_content ul.cate a{
	margin:0;
	padding:10px 12px 10px 17px;
	color:#333;
	text-align:left;
	text-decoration:none;
	display:block;
	background: url(img/cate_btn.png) top no-repeat;	
}

#l_content ul.cate a:hover{
	color:#F60;
	text-decoration:none;
	background: url(img/cate_btn_on.png) bottom no-repeat; 
}

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

h3 {
	margin: 0px 0px 15px 0px;
	padding: 4px 10px 4px 20px;
	font-size:16px;
	font-weight:bold;
	background: url(img/mark.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 #F7931E;
	border-left: 4px solid #F7931E;
	clear: both;
}

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

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

.news{
	margin: 0;
	padding: 9px 12px;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	line-height:16px;
	background:url(img/cate_title.png) top no-repeat;
	clear:both;
}

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

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

#info_box ul{
	margin:0 ;
	list-style:none;
	border-left:1px #4D4D4D solid;
	border-right:1px #4D4D4D solid;
}

#info_box ul li{
	border-bottom:1px #4D4D4D solid;
}

#info_box ul li a{
	margin:0;
	padding:10px 12px 10px 17px;
	color:#333;
	text-align:left;
	text-decoration:none;
	display:block;
	background: url(img/cate_btn.png) top no-repeat;	
}

#info_box ul li a:hover{
	color:#F60;
	text-decoration:none;
	background: url(img/cate_btn_on.png) bottom 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:13px;
	text-align:center;
	border:1px #C2C2C2 solid;
	clear:both;
}

.freespace4{
	margin:10px 0;
	*margin:10px 0;
	padding:8px 5px;
	color:#666;
	font-size:13px;
	text-align:center;
	border:1px #C2C2C2 solid;
	clear:both;
}

#lower-contents{
	margin:0;
}

.freespace2{
	padding:8px 5px;
	*padding:5px 3px;
	margin:10px 10px 10px 22px;
	color:#666;
	font-size:13px;
	text-align:left;
	border:1px #C2C2C2 solid;
	clear:both;
}

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

#lower-contents {
	width:950px;
	margin:0 auto;
	padding: 0;
	clear: both;
}

.freespace5, .freespace6, .freespace7,.freespace8{
	margin:0 0 10px;
	padding:8px 5px;
	color:#666;
	font-size:13px;
	text-align:left;
	border:1px #C2C2C2 solid;
	clear:both;
}

.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_re{
	position: fixed !important;
	position:absolute;
	top:90%;
	_top:95%;
	right:10px;
	clear:both;	
}

#top_re a{
	width:50px;
	height:50px;
	margin-right:10px;
	margin-bottom:0;
	text-decoration:none;
	display:block;
	background:url(img/top_btn.png) right bottom no-repeat;	
}

#top_re a:hover{
	text-decoration:none;
	background:url(img/top_btn_on.png) right bottom no-repeat;
}

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

#breadcrumb_list{
	width:950px;
	min-height:25px;
	margin:0;
	padding:0 10px;
	_padding:0 5px 8px;
	font-size:11px;
	text-align:left;
	line-height:30px;
	clear:both;
}

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

#breadcrumb_list a{
	color:#333;
	text-decoration:none;
}

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

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

#ex{
	width:100%;
	font-size:13px;
	min-height:50px;
	margin:0;
	padding: 5px 0;
	_padding: 8px 0;
	background:#4D4D4D;
	clear:both;	
}

#ex_box{
	width:950px;
	color:#FFF;
	margin:8px auto 10px;
	text-align:left;
	clear:both;
}

#ex_box p{
	font-size:13px;
	line-height:15px;
}

#line{
	width:900px;
	height:2px;
	margin:5px auto 0;
	background:url(img/line.png) no-repeat; 
}

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

#footer{
	width:100%;
	margin:0;
	background:#4D4D4D;
}

#foot_title{
	height:35px;
	_height:30px;
	font-size:12px;
	color:#FFF;
	text-align:center;
}

#foot_title a{
	color:#FFF;
	line-height:30px;
	text-decoration:none;
}

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

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

#header{
	width:100%;
	height:230px;
	margin:0;
	padding:1px auto 0;
	position: absolute;
	top:0px;
	left:0px;
	clear:both;
}

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

#link_btn{
	width:950px;
	min-height:30px;
	margin:0 auto;
	_margin-left:auto;
	_margin-right:auto;
	clear:both;
}

#link_btn ul {
	width:950px;
	height:30px;
	text-align:right;
}

#link_btn ul li{
	list-style:none;
	list-style-position:inside;
	line-height:30px;
	background:url(img/point.png) 8px 9px no-repeat;
}

.rss{
	width:55px;
	float:right;
}

.sitemap_btn{
	width:85px;
	float:right;
}

#link_btn a{
	font-size:10px;
	color:#333;
	text-decoration:none;
	display:block;
}

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

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

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

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

.link-content{
	margin:0 0 10px;
	padding: 12px 10px 10px 30px;
	font-size:14px;
	line-height:20px;	
	text-align:left;
}

.link-content p{
	font-size:14px;
	margin: 0 0 10px;
}

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

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

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

.KanrenKiji{
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	text-align:left;
	margin:0px;
	padding:2px 0 5px 45px;
	background: url(img/kannrenn.png) bottom no-repeat;
	border: none;
	clear:both;

}

.KanrenMenu{
	font-size:12px;
	text-align:left;
	background: url(img/h3_kanren.png);
	padding:5px 10px 10px 45px;
	margin-bottom:10px;
}

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

.KanrenMenu ul li{
	margin-bottom:5px;
	list-style:url(img/point1.png);
}

.KanrenMenu a{
	text-decoration:none;	
}

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


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

.sitemap-contents {
	margin:0 0 10px;
	padding: 12px 18px 15px 5px;
	font-size:14px;
	line-height:20px;	
	text-align:left;
	clear:both;
}

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

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

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

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

.sitemap-cate-title {
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	margin:0px;
	padding:0 0 8px 25px;
	background: url(img/h4_cate.png) left top no-repeat;
	border: none;
	clear:both;
}

h4 a{
	color:#333;
	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/
--------------------------------------------------------*/
