@charset "Shift_JIS";

* {
	margin: 0;
	padding:0;
}
body {
	font-size: 14px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
	background-color: #FFFFFF;
}
#container {
	width: 960px;
	margin: 0px auto;
	background: url(img/cont-bg.jpg) repeat-y;
}
#inner {
	width: 950px;
	margin: 0px 5px;
}
p {
	font-size: 14px;
	line-height:160%;
}


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

a {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	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-banner {
	position:relative;
	width:950px;
	height:200px;
	margin: 0; 
	background-image: url(img/banner.png);
	background-repeat: no-repeat;
	border-top: 4px solid #F9627C;
	border-bottom: 2px solid #F9627C;
}

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

h1 {
	font-size: 9px;
	color: #383c3c;
	text-align: left;
	padding: 5px 15px 0;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 140%;
	padding: 10px 15px 0;
}
#head-banner a{
	text-decoration:none;
	color: #F9627C;
}
#head-banner a:hover {
	text-decoration: none; 
	color: #E2041B;
}

/* サイト説明文
─────────────────────────── */

#site-description {
	margin: 20px 330px 0 15px;
	padding: 10px;
	background-image: url(img/site-des.png);
}
#site-description p {
	font-size: 11px;
	text-align: left;
	color: #000000;
	margin: 0;
	padding: 0;
}


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

#global-n {
	width: 950px;
	height: 50px;
	margin: 0;
	background: url(img/global_bg.png) repeat-x;
}
#global-n ul {
	margin: 0;
	padding: 0;
}
#global-n li {
	list-style-type: none;
	float: left;
	max-width: 147px;
	height: 50px;
	margin: 0;
	padding: 0;
	border-right: solid 1px #F2C673;
}
#global-n li.first {
	width: 60px;
	border-left: solid 1px #F2C673;
}
* html #g-navi-n li.first {
	width: 62px;
	border-left: solid 1px #F2C673;
}
#global-n li.last {
	max-width: 147px;
	border-right: solid 1px #F2C673;
}
#global-n li a {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 0px 10px;
	overflow: hidden;
}
#global-n li a:hover {
	background: url(img/global_bg_a.png) repeat-x;
}


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

#above-c {
	width: 950px;
	margin: 0;
	padding: 10px 0 10px;
}

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

.pan {
	font-size:10px;
	text-align: right;
	margin:0;
	padding:0 15px;
}
.pan a {
	color: #333333;
	text-decoration: none; 
}
.pan a:hover {
	color: #E2041B;
	text-decoration: underline; 
}

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

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


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

#main-content {
	float: right;
	display: inline;
	width: 720px;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


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

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


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

.entry-content {
	font-size: 14px;
	text-align: left;
	margin: 5px 15px 20px;
	padding: 20px;
	background-color: #FFFFFF;
	border: 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;
}
h3.entry-title {
	font-size:16px;
	font-weight:bold;
	margin: 0 15px;
	padding: 10px 10px 4px 43px;
	background: url(img/h3.png) no-repeat;
	border-top: 1px solid #CECECE;
	border-bottom: 3px solid #F9627C;
	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;
}


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

.relate-menu {
	font-size: 13px;
	text-align: left;
	margin: 0px 15px 20px;
	padding: 10px 20px 15px;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.relate-menu ul {
	list-style:none;
	padding: 0;
}
.relate-menu li {
	list-style: none;
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 2px 0 0 15px;
	background: url(img/relate-page.gif)  no-repeat left center;
}
.relate-menu li a {
	line-height: 120%;
	text-decoration: none;
}
.relate-menu li a:hover {
	color: #E2041B;
	text-decoration: none;
}

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

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


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

.sitemap-c {
	font-size: 13px;
	text-align: left;
	margin: 5px 15px 20px;
	padding: 10px 20px 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.sitemap ul {
	margin: 0;
	padding: 0px 20px;
}
.sitemap li {
	list-style: none;
	font-size:13px;
	margin: 0 0 0 15px;
	padding: 2px 0 0 18px;
	background: url(img/arrow-dot.gif)  no-repeat left center;
}
.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 0px 5px 0px;
	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 {
	font-size: 13px;
	text-align: left;
	margin: 5px 15px 20px;
	padding: 10px 20px 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.link-content p {
	font-size: 13px;
	margin: 10px 0px 0px 0px;
	padding: 2px 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: 0px 0px 10px 0px;
	padding:0px 5px 5px 15px;
	background: none;
	border-bottom: 1px dotted #C0C0C0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドバー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#left {
	width: 230px;
	float: left;
	display: inline;
}
#left_in {
	width: 210px;
	font-size: 12px;
	text-align:left;
	margin: 0 8px 20px 12px;
}

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

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

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

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

#left_in ul {
	margin: 0 0 20px;
	padding: 3px 3px 3px;
	background-color: #E7E7E7;
	border: 1px solid #D6D6D6;
}
#left_in li {
	list-style: none;
	margin: 0;
	padding: 5px 5px 4px 20px;
	background: #FFFFFF url(img/page.png)  no-repeat 2px center;
	border-bottom: 1px dotted #D6D6D6;
}
#left_in li a {
	display: block;
	line-height: 150%;
	text-decoration: none;
	color: 000000;
}
#left_in li a:hover {
	text-decoration: none;
	color: #E2041B;
}

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

#left_in ul.cate {
	margin-bottom: 20px;
	padding: 1px 2px 2px;
	background-color: #E7E7E7;
	border: 1px solid #D6D6D6;
}
#left_in ul.cate li {
	list-style: none;
	margin: 1px 1px 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #D6D6D6;
}
#left_in ul.cate li a {
	display: block;
	text-decoration: none;
	color: #000000;
	line-height: 150%;
	padding: 15px 5px 10px 25px;
	background: url(img/side-cate.png)  no-repeat;
	border-bottom: none;
}
#left_in ul.cate li a:hover {
	text-decoration: none;
	color: #E2041B;
	background: url(img/side-cate-a.png)  no-repeat;
}

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

#left_in .freespace5 {
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #FFFFFF;
	border: 3px solid #E7E7E7;
	clear: both;
	overflow:hidden;
}
#left_in .freespace6 {
	font-size: 12px;
	line-height: 150%;
	padding: 20px;
	background-color: #FFFFFF;
	border: 3px solid #E7E7E7;
	clear: both;
	overflow:hidden;
}
#left_in .freespace5 p, .freespace6 p {
	font-size: 12px;
	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: 0;
	padding: 0px 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;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メニュー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul#site-menu {
	width: 940px;
	text-align: right;
	margin: 0;
	padding: 10px 5px 25px;
	clear: both;
}
ul#site-menu li {
	list-style-type: none;
	float: right;
}
ul#site-menu li.to-toppage {
	background: url(img/house.png) no-repeat;
}
ul#site-menu li.to-map {
	background: url(img/sitemap.png) no-repeat;
}
ul#site-menu li.to-rss {
	background: url(img/feed.png) no-repeat;
}
ul#site-menu li.to-pagetop {
	background: url(img/top.png) no-repeat;
}
ul#site-menu li a {
	display: block;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 0px 10px 0px 20px;
}
ul#site-menu li a:hover {
	color: #E2041B;
}


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

#foot {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F9627C;
	border-top: 1px solid #FFFFFF;
}
#foot a {
	text-decoration: none;
	color: #fff;
}
#foot a:hover {
	text-decoration: none;
	color: #fff;
}

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

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