@charset "shift-jis";

* {
	margin: 0;
	padding:0;
}

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

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;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* wrapper */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* キーワード部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#h1_box {
	position: absolute;
	width: 100%;
	top:266px;
	left: 0;
	overflow: hidden;
	z-index:3;
}

* html #h1_box {
	position: absolute;
	width: 100%;
	top: 261px;
	left: 0;
	overflow: hidden;
	z-index:4;
}

h1{
	width:950px;
	margin:0 auto;
	padding:4px 0;
	font-size:11px;
	font-style:normal;
	text-align:right;
	line-height:15px;
	color:#ff668a;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* facebook twitter hatena ボタン設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#btn_box{
	width:950px;
	min-height:24px;
	margin:0 auto;
	text-align:right;
	clear:both;
}

#btn_box ul{
	margin:-22px 0 0;
	padding:0 ;
	overflow:hidden;
	list-style-type:none;
	text-align:left;
}

#btn_box ul li.big_btn{
	min-width:60px;
	max-width:90px;
	*width:90px;
	height:22px;
	margin:0 2px;
	*margin:0 1px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:left;
}

#btn_box ul li.mini_btn{
	width:55px;
	height:23px;
	margin:0 2px;
	*margin:0 1px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	float:left;
}

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

#tittle_box{
	width:1000px;
	margin:0;
	padding:5px 1px;
	clear:both;
}
#tittle{
	width:100%;
	padding:0;
	overflow: hidden;
	_margin-left:auto;
	_margin-right:auto;
	position:absolute;
	top:70px;
	left:0;
	z-index:5;
	clear:both;
}

h2{
	width:930px;
	margin:5px auto 7px;
	padding:0;
	font-size:23px;
	text-align:left;
	line-height:26px;
	clear:both;
}

h2 a{
	width:600px;
	color:#ff7d9f;
	text-decoration:none;
	float:left;
}

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

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

#img_box{
	width:100%;
	height:290px;
	margin:0;
	padding: 0;
	background: url(img/paper.png) bottom repeat-x;
	position:absolute;
	left:0;
	z-index:1;
	clear:both;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ボディーコンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contents_box{
	width:990px;
	margin:277px auto 0;
	*margin:0 auto 0;
	padding:20px 0 0;
	*padding:295px 0 0;
	_padding:300px 0 0;
	overflow:hidden;
	background: url(img/body.png) center top repeat-y;
	clear:both;
}

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

#left_contents_2{
	width:950px;
	margin:0 0 0 20px;
	_margin:0 0 0 10px;
	float:left;
}

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

#c_contents{
	width:760px;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
	padding:0;
	font-size:14px;
	background:none;
	float:right;
}

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

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

.entry-title, .KanrenKiji {
	margin: 0 1px;
	padding:6px 10px 12px 20px;
	*padding:10px 10px 12px 20px;
	color:#FFF;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	border-bottom:none;
	background: url(img/h3.png) left bottom no-repeat ;
	clear: both;
}

.entry-content{
	margin:0 4px 10px;
	padding:16px 20px 20px;
	font-size:14px;
	line-height:20px;	
	text-align:left;
	color:#333;
	border-left:1px #DDD solid;
	border-right:1px #DDD solid;
	border-bottom:1px #DDD solid;
}

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

.side-title{
	margin: 0;
	padding:8px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	line-height:16px;
	border-bottom:none;
	background:#FFF url(img/free_border.png) bottom no-repeat;
	clear:both;
}

.cate-title, .news{
	margin: 0;
	padding:8px 16px ;
	*padding:10px 16px 5px;
	font-size: 13px;
	color: #FFF;
	text-align: left;
	line-height:18px;
	border-bottom:none;
	background:#ff668a url(img/sub_tittle.png) left top ;
	clear:both;
}

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

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

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

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

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

#l_contents ul.cate{
	margin:0 0 1px;
	padding:0 0 10px;
	font-size:11px;
	text-align:left;
	list-style-type: none;
	background: url(img/free_5_8.png) bottom no-repeat;
	_background: none;
}

#l_contents ul.cate li, .link-content, .sitemap-contents{
	margin:0;
	line-height:150%;
	border-top:1px #CCC solid;
}

#l_contents ul.cate a{
	margin:0;
	_margin-bottom:-20px;
	padding:7px 8px 7px 19px;
	*padding:7px 5px 5px 19px;
	color:#333;
	text-align:left;
	text-decoration:none;
	background:url(img/arrow.png) 4px center no-repeat;
	overflow:hidden;
	display:block;
}

#l_contents ul.cate a:hover{
	color:#F60;
	text-decoration:none;
}

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

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

#info_box {
	margin:0 ;
	padding:0 0 1px;
	font-size:12px;
	list-style-type: none;
	text-align:left;
	background:#FFF url(img/free_5_8.png) bottom no-repeat;
	_background:none;
	clear:both;
}

#info_box ul{
	margin:0 0 10px;
	font-size:11px;
	text-align:left;
}

 #info_box ul li{
	margin:0;
	list-style:none;
	border-top:1px #CCC solid;	
}

#info_box ul li a{
	margin:0;
	_margin-bottom:-20px;
	padding:7px 5px 7px 30px;
	*padding:7px 5px 5px 30px;
	color:#333;
	text-align:left;
	text-decoration:none;
	display:block;
	background: url(img/new.png) 5px center no-repeat;
}

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

/* お気に入りボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.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 20px 10px;
	padding:8px 5px;
	color:#666;
	font-size:12px;
	text-align:center;
	border:1px #DDD solid;
	background:1;
	clear:both;
}

.freespace4{
	margin:10px 20px;
	_margin:-10px 20px 10px;
	padding:8px 5px;
	color:#666;
	font-size:12px;
	text-align:center;
	border:1px #DDD solid;
	background:1;
	clear:both;
}

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

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

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

.freespace5, .freespace6, .freespace7,.freespace8{
	margin:0 0 1px;
	padding:6px 6px 16px;
	color:#666;
	text-align:left;
	border-top:3px #ff91ab solid;
	background:#FFF url(img/free_5_8.png) bottom center no-repeat;
	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;
}

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

#breadcrumb{
	width:970px;
	margin:-7px auto 0;
	_margin-left:0 ;
	_margin-right:0 ;
	padding:0 10px ;
	_padding:0px;
	text-align:left;
	clear:both;
}

#breadcrumb p{
	margin:0 auto;
	padding:20px 20px 0;
	min-height:15px;
	line-height:15px;
	font-size:11px;
	background: url(img/paper.png) top repeat;
	clear:both;
}

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

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

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

#site_ex{
	font-size:13px;
	min-height:30px;
	margin:0;
	padding:0 10px;
	background: url(img/paper.png) center repeat;
	clear:both;	
}

#site_ex_in{
	color:#333;
	margin:0;
	padding:10px 0 10px;
	_padding:10px 0 30px;
	text-align:left;
	clear:both;
}

#site_ex p{
	font-size:12px;
	line-height:18px;
	margin:0 10px;
	padding:10px 0 0;
	background:url(img/line.png) top center no-repeat;
}

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

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

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

#g_navi{
	width:100%;
	height:61px;
	margin:0;
	background: url(img/nabi.png) bottom repeat-x;
	position: absolute;
	top:0;
	left:0;
	z-index:2;
	clear:both;
}

#g_navi_box{
	width:950px;
	height:50px;
	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: 65px;
	height:50px;
	margin:0;
	font-size:13px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	border-left:none;
	background:none;
	float:left;
}

#g_navi ul li,#g_navi ul li.last{
	max-width:176px;
	*width:176px;
	height:50px;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	border-left:1px #ff7d9f solid;
	background:none;
	float:left;	
}

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

#g_navi ul li a:hover{
	color:#FFF;
	text-decoration:none;
	background: url(img/nabi.png) top repeat-x;
}

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

#footer{
	width:100%;
	margin:0 auto;
	text-align:right;
	_text-align:center;
	line-height:40px;
	background: url(img/footer.png);
	clear:both;
}

#footer p{
	width:930px;
	_height:30px;
	margin:0 auto;
	_margin-left:auto;
	_margin_right:auto;
	padding:0 10px;
	color:#FFF;
	font-size:12px;
	line-height:30px;
}

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

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

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

#top_return{
	width:930px;
	padding:0;
	margin:0 auto;
	text-align:left;
	clear:both;
}

#top_return ul li{
	height:23px;
	color:#FFF;
	font-size:11px;
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	position:absolute;
	bottom:0;
}

#top_return a{
	color:#FFF;
	_color:#444;
	text-decoration:none;	
}

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

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

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

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

.link-content p{
	font-size:14px;
	margin: 0 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 #ff91ab dotted;
	background: none;
}

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

.KanrenKiji ul li{
	color:#FFF;
	font-size:16px;
	line-height:24px;
	text-align:left;
	margin:0;
	padding:0 0 0 25px;
	list-style:none;
	background:url(img/page.png) 0 0 no-repeat;
	border: none;
	clear:both;
}

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

.KanrenMenu ul li{
	margin: 0 0 5px;
	padding:0 0 0 20px;
	color:#06F;
	font-size:12px;
	line-height:20px;	
	text-decoration:underline;
	background:url(img/arrow.png) 0 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:3px 19px 6px 13px;
	border-left:5px #ff91ab solid;

	background: none;
	clear:both;
}

h4 a{
	color:#ff436f;
	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 #DDDCCC;
	border-collapse: collapse;
}
table#rankingver1 tr{
	margin:0;
	border: 1px solid #DDDCCC;
}
table#rankingver1 th{
	margin:0;
	padding: 0px 10px 0px 5px;
	background: #EFEFF1 url(img/ranking-bg.png) repeat-x;
	border: 1px solid #DDDCCC;
}
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 #DDDCCC;
}
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 #DDDCCC;
}
.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 #DDDCCC; */
}
.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 #DDDCCC;
}
.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 #DDDCCC;
}
.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 #DDDCCC;
}
.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 #DDDCCC;
}
.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 #DDDCCC;
}
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/
--------------------------------------------------------*/
