@charset "shift-jis";

* {
	margin: 0;
	padding:0;
}
body {
	font-size: 14px;
	text-align: center;
	background: #F7F7F7;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
}
p {
	font-size: 14px;
	line-height:160%;
}


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

a {
	text-decoration: underline;
	color: #3A4199;
}
a:hover {
	text-decoration: none;
	color: #E2041B;
}


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

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


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#head {
	height: 70px;
	width: 100%;
	background: url(img/head-bg.png) repeat-x;
	border-top: solid 2px #F9627C;
}
#headIn {
	position: relative;
	width: 950px;
	margin: 0px auto;
}

/* 見出し
─────────────────────────── */

h1 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	margin: 10px 0 0 45px;
}
.h2key {
	font-size: 24px;
	text-decoration: none;
	line-height: 150%;
	text-align: left;
	margin: 3px 0 0 45px;
}
.h2key a {
	text-decoration: none; 
	color: #333333;
}

/* トップナビゲーション
─────────────────────────── */

#topicNavi {
	position: absolute;
	top: -12px;
	*top: -2px;
	_top: -2px;
	right: 0;
}
#topicNavi ul {
	margin: 0;
	padding: 0;
}
#topicNavi li {
	list-style-type: none;
	float: right;
	text-align: right;
	margin: 0;
	background: url(img/topnavi.gif.gif) no-repeat;
}
#topicNavi li a {
	display: block;
	width: 96px;
	height: 30px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 0 0 5px;
	padding: 0;
}
#topicNavi li a:hover {
	padding: 2px 0 0;
}

/* ロゴ
─────────────────────────── */

#logo {
	position: absolute;
	top: 0;
	*top: 10px;
	_top: 10px;
	left: -5px;
	overflow: hidden;
	z-index: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.banner {
	width:100%;
	height: 200px;
	margin: 0;
	padding: 0;
	background: url(img/head_bg.png) repeat;
	border-top: solid 1px #DDDDDD;
}
.bannerIn {
	position:relative;
	width: 950px;
	height: 200px;
	margin: 0 auto;
	background: url(img/banner.png) no-repeat;
	border-left: solid 20px #F9627C;
	border-right: solid 20px #F9627C;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#gNavi {
	width:100%;
	height: 55px;
	margin: 0;
	background: url(img/global_bg.png) repeat-x;
	clear: both;
	overflow: hidden;
}
#gNavi ul {
	width: 950px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
}
#gNavi li { 
	list-style-type: none;
	float: left;
	max-width: 177px;
	height: 47px;
	margin: 2px 0 0;
	padding: 0;

}
#gNavi li.first {
	width: 61px;
}
#gNavi li.last {
	max-width: 181px;
}
#gNavi li a {
	display: block;
	float: left;
	height: 47px;
	line-height: 47px;
	font-size: 13px;
	color: #3e3e3e;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0px 10px;
	overflow: hidden;
}
#gNavi li a:hover {
	background: url(img/global_bg_hover.png) repeat-x;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテイナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wrapH {
	height: 12px;
	width: 964px;
	background: url(img/head.png) no-repeat;
	margin: 10px auto 0;
}
#wrapB {
	width: 950px;
	margin: 0px auto;
	padding: 15px 7px 0;
	background: url(img/wrap.png) repeat-y;
	overflow: hidden;
	clear: both;
}
* html #wrapB {
	width: 964px;
	margin: -12px auto 0;
	padding: 0;
}
#wrapF {
	width: 964px;
	height: 12px;
	margin: 0px auto 10px;
	padding: 0;
	background: url(img/foot.png) no-repeat;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フリースペース1 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.freespace1 {
	font-size: 14px;
	line-height:160%;
	margin: 0 20px 20px;
	padding: 20px 20px 15px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contentMain {
	float: right;
	margin: 0;
	width: 680px;
	margin: 0 20px 0 10px;
	background-color: #FFFFFF;
	text-align: left;
}
* html #contentMain {
	margin: 0 10px 0 5px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メイン フリースペース */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.freespace2 {
	font-size: 14px;
	line-height:160%;
	margin: 0 0 20px;
	padding: 20px 20px 15px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.freespace3 {
	font-size: 14px;
	line-height:160%;
	margin: 0 0 20px;
	padding: 20px 20px 15px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content {
	font-size: 14px;
	line-height:160%;
	margin: 1px 0px 20px 0px;
	padding: 20px;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


/* 見出し
─────────────────────────── */

h3 {
	font-size:16px;
	font-weight:bold;
	margin: 0px 0px 15px 0px;
	padding: 9px 10px 2px 20px;
	background-color: #FBFBFB;
	background: url(img/m-title.jpg) no-repeat left center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 2px solid #F9627C;
	clear: both;
}
.entry-title {
	font-size:16px;
	font-weight:bold;
	margin: 0;
	padding: 10px 10px 0px 20px;
	background: url(img/h3.png) no-repeat;
	border-top: none;
	border-bottom: none;
	clear: both;
}
h4 {
	font-size:16px;
	font-weight:bold;
	margin: 0px 0px 15px 0px;
	padding: 5px 10px 0px 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #F9627C;
	border-left: 4px solid #F9627C;
	clear: both;
}
h5 {
	font-size:15px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 3px 10px 0px 20px;
	background-color: #FFFFFF;
	background: url(img/m-title.jpg) no-repeat left center;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最新記事（トップページのみ） */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contentsNew {
	margin: 1px 0 20px;
	padding: 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
#contentsNew ul {
	margin: 0;
	padding: 10px 10px 10px 5px;
	border: none;
	background: none;
}
#contentsNew li {
	font-size: 13px;
	list-style: none;
	text-align: left;
	margin: 0 0 2px;
	padding: 5px 0px 2px 18px;
	background: url(img/page.png)  no-repeat 0px 5px;
	border-bottom: 1px dotted #DEDEDE;
}
#contentsNew li a {
	line-height: 150%;
	text-decoration: none;
}
#contentsNew li a:hover {
	text-decoration: none;
	color: #E2041B;
}

/* 見出し
─────────────────────────── */

.whatsNew {
	font-size:16px;
	font-weight:bold;
	margin: 0;
	padding: 10px 10px 0px 45px;
	background: url(img/h3-new.png) no-repeat;
	border-top: none;
	border-bottom: none;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 関連記事一覧（個別記事のみ） */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contentsK {
	margin: 1px 0 20px;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
}
#contentsK ul {
	margin: 0;
	padding: 10px 10px 10px 5px;
	border: none;
	background: none;
}
#contentsK li {
	font-size: 13px;
	list-style: none;
	text-align: left;
	margin: 0 0 2px;
	padding: 5px 0px 2px 18px;
	background: url(img/page.png)  no-repeat 0px 5px;
	border-bottom: 1px dotted #DEDEDE;
}
#contentsK li a {
	line-height: 150%;
	text-decoration: none;
}
#contentsK li a:hover {
	text-decoration: none;
	color: #E2041B;
}

/* 見出し
─────────────────────────── */

.Kanren {
	font-size:16px;
	font-weight:bold;
	margin: 0;
	padding: 10px 10px 0px 45px;
	background: url(img/h3-kanren.png) no-repeat;
	border-top: none;
	border-bottom: none;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイトマップ（サイトマップページのみ） */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.sitemap-contents {
	position: relative;
	margin: 1px 0px 20px 0px;
	padding: 10px 20px 10px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.sitemap ul {
	margin: 0;
	padding: 0px 20px;
}
.sitemap li {
	list-style: disc;
	font-size:13px;
	margin-left: 40px;
	padding: 0;
}
.sitemap li a {
	text-decoration: none;
}
.sitemap li a:hover {
	color: #E2041B;
	text-decoration: underline;
}

/* 見出し
─────────────────────────── */

.sitemap-cate-title {
	font-size:14px;
	font-weight:bold;
	margin: 10px 0 5px;
	padding: 5px 0px 0px 20px;
	background: url(img/folder.gif)  no-repeat left center;
	border: none;
}
.sitemap-cate-title a {
	text-decoration: none; 
	color: #000000;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク集（リンク集ページのみ） */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.link-content {
	position: relative;
	margin: 1px 0px 20px 0px;
	padding: 10px 15px 15px 20px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.link-content p {
	font-size: 14px;
	margin: 10px 0 0;
	padding:0px 5px 0px 15px;
	background: url(img/circle.gif)  no-repeat left center;
	line-height:160%;
}
.link-content p a {
	text-decoration: none; 
}
.link-content p.link-dis {
	font-size: 13px;
	line-height:160%;
	margin: 0 0 10px;
	padding:0px 5px 5px 15px;
	background: none;
	border-bottom: 1px dotted #C0C0C0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドメニュー　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contentLeft {
	float: left;
	width: 210px;
	margin: 0 10px 20px 20px;
	padding: 0;
	text-align: left;
	overflow:hidden;
}
* html #contentRight {
	margin: 0 5px 10px 10px;
	overflow:hidden;
}


/* 見出し
─────────────────────────── */

.side-title, .cate-title {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	margin: 0;
	padding: 6px 3px 3px 15px;
	background: url(img/side-title.png) no-repeat;
	border: none;
	clear: both;
}

/* 最新記事
─────────────────────────── */

#contentLeft ul {
	margin: 0 0 20px;
	padding: 10px 10px 10px 5px;
	border-top: none;
	border-right: 1px solid #DEDEDE;
	border-bottom: 2px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	background: none;
}
#contentLeft li {
	font-size: 12px;
	list-style: none;
	text-align: left;
	margin: 0 0 5px;
	padding: 5px 0px 2px 18px;
	background: url(img/page.png)  no-repeat 0px 5px;
	border-bottom: 1px dotted #DEDEDE;
}
#contentLeft li a {
	display: block;
	line-height: 150%;
	text-decoration: none;
}
#contentLeft li a:hover {
	text-decoration: none;
	color: #E2041B;
}

/* カテゴリ
─────────────────────────── */

#contentLeft ul.cate {
	margin: 0 0 20px;
	padding: 10px 10px 5px;
	border-top: none;
	border-right: 1px solid #DEDEDE;
	border-bottom: 2px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	background: none;
}
#contentLeft ul.cate li {
	font-size: 12px;
	list-style: none;
	text-align: left;
	margin: 0 0 5px;
	padding: 5px 0px 2px 10px;
	background: url(img/menu.gif)  no-repeat 0px 8px;
	border-bottom: 1px dotted #DEDEDE;
}
#contentLeft ul.cate li a {
	display: block;
	line-height: 150%;
	text-decoration: none;
}
#contentLeft ul.cate li a:hover {
	text-decoration: none;
	color: #E2041B;
}

/* サイドメニュー フリースペース
─────────────────────────── */

#contentLeft .freespace7, .freespace8 {
	font-size: 13px;
	line-height: 150%;
	margin: 0 0 20px;
	padding: 15px 10px 10px;
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-bottom: 2px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	background: none;
	clear: both;
	overflow:hidden;
}
#contentLeft .freespace7 p, .freespace8 p {
	font-size: 12px;
	line-height: 150%;
}

/* お気に入りに追加ボタン
─────────────────────────── */

.favorite-space {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
.favorite-button {
	text-align: center;
	width:100%;
	padding:5px;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 下部コンテンツ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#lower-contents {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	clear: both;
}

/* フリースペース4
─────────────────────────── */

.freespace4 {
	font-size: 14px;
	line-height:160%;
	margin: 0px 20px 20px;
	padding: 20px 20px 15px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}


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

.topicPath {
	width: 100%;
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0 0 10px;
	background: none;
	border-bottom: 1px solid #FFFFFF;
}
.topicPathI {
	width: 950px;
	font-size: 11px;
	text-align: right;
	margin: 0 auto;
	padding: 0;
}
.topicPath a {
	text-decoration: underline; 
	color: #3A4199;
	padding: 0;
}
.topicPath a:hover {
	color: #E2041B;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#foot {
	width: 100%;
	background: url(img/foot-bg.gif) repeat;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #F9627C;
}
#footSitedes {
	width: 950px;
	margin: 0 auto;
	overflow /**/: hidden;
}
#footSitedes p {
	font-size: 11px;
	text-align: left;
	color: #333333;
	margin: 0;
	padding: 20px 10px;
}
#footEnd {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F9627C;
	border-top: solid 1px #FFFFFF;
}
#footEnd a {
	text-decoration: none;
	color: #FFFFFF;
}
#footEnd a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


/* マーク
─────────────────────────── */

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


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップへ戻る */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.Toppage {
	position: fixed !important;
	position: absolute;
	top: 50%;
	right: 0;
	clear: both;
}

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

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