@charset "shift-jis";
* {
	margin: 0;
	padding:0;
}
body {
	font-size: 14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	background: #ECECEC url(img/bg.png) repeat-x;
}
p {
	font-size: 14px;
	line-height:160%;
}


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

a {
	text-decoration: underline;
	color: #0000FF;
}
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 {
	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;
}


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

#header {
	height: 50px;
	width: 974px;
	background: url(img/head.png) no-repeat;
	margin: 20px auto 0;
}

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

h1 {
	height: 30px;
	font-size: 16px;
	color: #666681;
	text-align: left;
	padding: 20px 10px 0px 50px;
	background: url(img/logo.png) no-repeat 20px 18px;
}

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

#header ul {
	margin: -50px 0 0;
	padding: 22px 15px 0 0;
}
#header li {
	list-style-type: none;
	float: right;
	font-size: 11px;
	text-align: right;
	background: url(img/sitemap.png) no-repeat;
}
#header li.to-home {
	background: url(img/house.png) no-repeat;
}
#header li.to-feed {
	background: url(img/feed.png) no-repeat;
}
#header li a {
	display: block;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 0px 10px 0px 20px;
}
#header li a:hover {
	text-decoration: none;
	color: #E2041B;
}


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

.banner-outline {
	width: 974px;
	margin: 0 auto;
	background: url(img/wrap.png) repeat-y;
	clear: both;
}
.banner {
	width: 950px;
	height: 200px;
	margin: 0 auto;
	background: url(img/banner.png) no-repeat;
	border-top: solid 1px #D6D6D6;
}

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

.site-title {
	width: 920px;
	font-size:24px;
	text-decoration: none;
	line-height: 150%;
	text-align: left;
	padding: 35px 10px 0px 25px;
}
.site-title a {
	text-decoration: none; 
	color: #006F00;
}
.site-title a:hover {
	text-decoration: none; 
	color: #E2041B;
}


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

#global-navi {
	width: 974px;
	margin: 0 auto;
	background: url(img/wrap.png) repeat-y;
	clear: both;
	overflow: hidden;
}
#global-navi ul {
	width: 950px;
	height: 69px;
	margin: 0 auto;
	background: url(img/global_bg.png) repeat-x;
}
* html #global-navi ul {
	width: 950px;
	height: 69px;
	margin: 0 6px;
	background: url(img/global_bg.png) repeat-x;
}
#global-navi li {
	list-style-type: none;
	float: left;
	max-width: 146px;
	height: 60px;
	margin: 2px 0 0;
	padding: 0;
	border-right: solid 1px #EAEAEA;
	border-left: solid 1px #FFFFFF;
}
#global-navi li.first {
	width: 60px;
	border-left: none;
}
#global-navi li.last {
	max-width: 148px;
	border-right: none;
}
#global-navi li a {
	display: block;
	float: left;
	height: 58px;
	line-height: 58px;
	font-size: 13px;
	color: #3e3e3e;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0px 10px;
	overflow: hidden;
}
#global-navi li a:hover {
	background: url(img/global_bg_hover.png) repeat-x;
}


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

#wrapper {
	width: 974px;
	margin: 0px auto;
	background: url(img/wrap.png) repeat-y;
	overflow: hidden;
	clear: both;
}


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

#upper-contents {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
	background-color: #FFFFFF;
}

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

.bread {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 10px 15px;
	background-color: #FFFFFF;
}
.bread a {
	text-decoration: none; 
	color: #333333;
}
.bread a:hover {
	text-decoration: underline; 
	color: #E2041B;
}

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

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


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

#main {
	float: left;
	width: 752px;
	margin: 0;
	padding: 0;
}
#main-contents {
	float: right;
	width: 530px;
	text-align: left;
	margin: 0;
	padding: 0;
}


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

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


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

.entry-content {
	font-size: 14px;
	line-height:160%;
	margin: 1px 10px 20px 10px;
	padding: 20px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
}


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

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 #007200;
	clear: both;
}
.entry-title {
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 6px 35px;
	background: url(img/h3.png) no-repeat;
	border-top: none;
	border-bottom: 3px solid #006F00;
	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 #007200;
	border-left: 4px solid #007200;
	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;
}


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

.relate-contents {
	margin: 0px 10px 20px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px dotted #C0C0C0;
}
.relate-contents ul {
	padding: 10px;
	background-color: #FFFFFF;
}
.relate-contents li {
	list-style: none;
	font-size: 12px;
	text-align: left;
	line-height: 130%;
	margin: 0;
	padding: 5px 10px 5px 15px;
	background: url(img/menu1.gif)  no-repeat left center;
	border-bottom: 1px dotted #C0C0C0;
}
.relate-contents li a {
	text-decoration: none;
}

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

.relation {
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin: 0;
	padding: 7px;
	background: #EAEAEA;
	border: none;
	clear: both;
}


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

.sitemap-contents {
	font-size: 14px;
	line-height:160%;
	margin: 0px 10px 20px;
	padding: 10px 20px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
}
.sitemap ul {
	margin: 0;
	padding: 0px 20px;
	background-color: #FFFFFF;
}
.sitemap li {
	list-style: disc;
	font-size:13px;
	margin-left: 40px;
	padding: 0;
}
.sitemap li a {
	text-decoration: none;
}

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

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


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

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


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

#side1 {
	float: left;
	width: 210px;
	margin-left: 12px;
}
#side2 {
	float: right;
	width: 210px;
	margin-right: 12px;
}
* html #side1 {
	float: left;
	width: 210px;
	margin-left: 3px;
}
* html #side2 {
	float: right;
	width: 210px;
	margin-right: 3px;
}
#side1-in {
	width:190px;
	font-size: 12px;
	text-align:left;
	margin: 0;
	padding: 0px 5px 20px 15px;
}
#side2-in {
	width:190px;
	font-size: 12px;
	text-align:left;
	margin: 0;
	padding: 0px 15px 20px 5px;
}

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

.side-title {
	font-size: 14px;
	text-align:left;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 8px 10px 8px 15px;
	background: url(img/side_title.png) ;
	border: none;
	clear: both;
}

.cate-title {
	font-size: 14px;
	text-align:left;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 8px 10px 8px 15px;
	background: url(img/side_title.png) ;
	border: none;
	clear: both;
}

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

#side2 ul {
	margin-bottom: 20px;
	padding:0 0 1px;
	background-color: #FFFFFF;
	border-top: 2px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#side2 li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#side2 li a {
	display: block;
	line-height: 150%;
	text-align: left;
	text-decoration: none;
	color: #000000;
	padding: 7px 10px 5px 25px;
	background: #FFFFFF url(img/menu1.gif)  no-repeat 10px center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #e7e7e0;
}
#side2 li a:hover {
	background: #f8f8f5 url(img/menu1_hover.gif)  no-repeat 12px center;
	text-decoration: none;
	color: #E2041B;
}

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

#side1 ul.cate {
	margin-bottom: 20px;
	padding:0 0 1px;
	background-color: #FFFFFF;
	border-top: 2px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#side1 ul.cate li {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#side1 ul.cate li a {
	display: block;
	line-height: 150%;
	text-align: left;
	text-decoration: none;
	color: #000000;
	padding: 7px 10px 5px 25px;
	background: #FFFFFF url(img/list.gif) no-repeat 7px center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #e7e7e0;
}
#side1 ul.cate li a:hover {
	background: #f8f8f5 url(img/list-hover.gif) no-repeat 7px center;
	text-decoration: none;
	color: #E2041B;
}

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

#side1 .freespace5 {
	font-size: 13px;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	background-color: #FFFFFF;
	border-top: 2px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	clear: both;
	overflow:hidden;
}
#side1 .freespace6 {
	font-size: 13px;
	line-height: 150%;
	margin: 0;
	padding: 20px;
	background-color: #FFFFFF;
	border-top: 2px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	clear: both;
	overflow:hidden;
}
#side2 .freespace7 {
	font-size: 13px;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	background-color: #FFFFFF;
	border-top: 2px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	clear: both;
	overflow:hidden;
}
#side2 .freespace8 {
	font-size: 13px;
	line-height: 150%;
	margin: 0;
	padding: 20px;
	background-color: #FFFFFF;
	border-top: 2px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	clear: both;
	overflow:hidden;
}
#side1 .freespace5 p, .freespace6 p {
	font-size: 13px;
	line-height: 150%;
}
#side2 .freespace7 p, .freespace8 p {
	font-size: 13px;
	line-height: 150%;
}

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

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


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

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

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

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


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

#foot {
	width: 100%;
	margin: 0;
	background: url(img/foot_bg.png) repeat-x;
}
#foot p {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 10px 0;
}
#foot-in {
	width: 974px;
	background: url(img/wrap.png) repeat-y;
	margin: 0 auto;
}
#foot-in p {
	font-size: 12px;
	text-align: left;
	color: #474a4d;
	margin: 0;
	padding: 10px 30px 20px;
}
#foot-end {
	width: 974px;
	height: 31px;
	margin: 0px auto;
	padding: 0;
	background: url(img/foot.png) no-repeat;
}
#foot-end p {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #ccc;
	padding: 0px 30px 0px;
}
#foot a {
	text-decoration: none;
	color: #FFFFFF;
}
#foot 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;
}


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

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