@charset "utf-8";

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


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

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}
.gray1 { color: #C0C0C0}

.b { font-weight: bold; }

.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }

.b { font-weight: bold; }
.strong{ font-weight:bold; }
.em{ font-weight:bold; }

.yline { background: #ffff00; }
.line { background: #FFFF66; }
.dotted { border-bottom:dotted 1px; }

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

.goto {
margin: 10px 28px 10px 10px;
text-align: right;
}
.to_link_r {
font-size: 18px;
font-weight: bold;
margin: 20px 0px 0px 0px;
text-align: right;
}
.to_link {
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: 100px;
width: 100%;
background: #FFFFFF url(img/top-bg.png) repeat-x bottom;
border-top: solid 3px #F9627C;
}
#header-in {
position:relative;
width: 950px;
margin: 0px auto;
}

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

h1 {
position: absolute;
width: 950px;
font-size: 10px;
font-weight: normal;
color: #252525;
top: 2px;
left: 5px;
text-align: left;
}
.site-title {
position: absolute;
width: 950px;
font-size: 20px;
text-decoration: none;
line-height: 150%;
top: 44px;
left: 5px;
text-align: left;
}
.site-title a {
text-decoration: none; 
color: #F9627C;
}


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

#top-navi-bg {
width: 100%;
height: 20px;
margin: 0;
background-color: #F6F6F6;
border-bottom: solid 1px #F1F1F1;
}
#top-navi {
width: 950px;
margin: 0 auto;
background: none;
}
#top-navi ul {
position:relative;
margin: 0;
padding: 0;
}
#top-navi li {
display: block;
font-size: 10px;
list-style-type: none;
float: right;
margin-top: 2px;
padding: 0;
}
#top-navi li a {
text-decoration: none;
color: #666666;
}
#top-navi li a:hover {
text-decoration: none;
color: #E2041B;
}


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

#g-navi-in {
width:100%;
height: 55px;
margin: 0px;
background: url(img/global_bg.png) repeat-x;
overflow: hidden;
clear: both;
}
#g-navi-in ul {
width: 956px;
height: 55px;
margin: 0 auto;
padding: 0;
}
#g-navi-in li { 
list-style-type: none;
float: left;
width: 221px;
height: 55px;
margin: 0;
padding: 0;
border-right: solid 1px #FA9DAD;
}
#g-navi-in li.first {
width: 65px;
border-left: none;
}
#g-navi-in li.last {
width: 224px;
border-right: none;
}
#g-navi-in li a {
display: block;
float: left;
width: 201px;
height: 55px;
line-height: 55px;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
text-decoration: none;
margin: 0;
padding: 0px 10px;
overflow: hidden;
}
* html #g-navi-in li a {
width: 221px;
}
#g-navi-in li.first a {
width: 45px;
}
* html #g-navi-in li.first a {
width: 65px;
}
#g-navi-in li.last a {
width: 204px;
}
* html #g-navi-in li.last a {
width: 224px;
}
#g-navi-in li a:hover {
background: url(img/global_bg_hover.png) repeat-x;
}
#g-navi-foot {
width:100%;
height: 4px;
background: url(img/global_foot.png) repeat-x;
overflow: hidden;
}


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

#container {
width: 970px;
margin: 0 auto;
padding: 8px 0 0;
background-color:#FFFFFF;
border-left: 0px solid #F1F1F1;
border-right: 0px solid #F1F1F1;
overflow: hidden;
}


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

.banner {
width: 950px;
height: 200px;
margin: 0px 8px 5px;
padding: 2px;
border: solid 1px #D2D2D2;
}
.banner-in {
width: 950px;
height: 200px;
margin: 0 auto;
background: url(img/banner.png) no-repeat;
}


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

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


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

#main {
float: left;
margin: 0px 10px;
width: 710px;
padding: 0;
text-align: left;
}
* html #main {
float: left;
margin: 0px 5px;
width: 710px;
padding: 0;
text-align: left;
}

#main-page {
margin: 0px auto;
width: 800px;
padding: 0;
text-align: left;
}
* html #main-page {
margin: 0px 37px;
width: 800px;
padding: 0;
text-align: left;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 新着記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

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

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

.new-title {
font-size:14px;
font-weight:bold;
margin: 0;
padding: 0px 10px 4px 23px;
background: url(img/new-entry.gif) no-repeat 0 0;
border: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

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


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

.midashi-title {
font-size:16px;
font-weight:bold;
color: #ffffff;
margin: 0;
padding: 10px 10px 10px 25px;
background: url(img/midashi-title.png)  no-repeat;
border: none;
clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガフォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mailbox {
font-size: 14px;
line-height:160%;
margin: 0 0 20px;
padding: 0;
}


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

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

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

.totop {
padding: 40px 10px 10px 0px;
font-size: 15px;
font-weight: bold;
}

/* その他タグ一覧
─────────────────────────── */

.efoot {
text-align: right;
margin-top: 10px;
padding: 15px;
font-weight: normal;
background-color: #EBEBEB;
}
.efoot p {
font-size: 12px;
margin-bottom: 0;
}
.efoot a {
text-decoration: none;
color: #3A4199;
}
.efoot a:hover {
text-decoration: none;
color: #E2041B;
}

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

h3 {
font-size:16px;
font-weight:bold;
margin: 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: 12px 10px 5px 25px;
background: url(img/h3.png) no-repeat;
border-top: none;
border-bottom: 1px solid #CCCCCC;
clear: both;
}
.entry-title a {
color: #333333;
text-decoration: none;
}
.entry-title-page {
font-size:16px;
font-weight:bold;
margin: 10px 0 0;
padding: 12px 10px 5px 25px;
background: url(img/h3-page.png) no-repeat;
border-top: none;
border-bottom: 1px solid #CCCCCC;
clear: both;
}
.entry-title-page a {
color: #333333;
text-decoration: none;
}
h4 {
font-size:16px;
font-weight:bold;
margin: 15px 0px;
padding: 5px 10px 0;
background-color: #FFFFFF;
border-bottom: 1px solid #F9627C;
border-left: 4px solid #F9627C;
clear: both;
}
h5 {
font-size:15px;
font-weight:bold;
margin: 10px 0px;
padding: 3px 10px 0px 20px;
background-color: #FFFFFF;
background: url(img/m-title.jpg) no-repeat left center;
clear: both;
}


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

.related {
margin: 0;
padding: 20px 20px 0px;
background-color: #FFFFFF;
border: 1px solid #C0C0C0;
}
.related ul {
list-style:none;
padding: 0 0 20px;
}
.related li {
list-style: none;
font-size: 13px;
text-align: left;
margin: 0;
padding: 3px 0px 0px 15px;
background: url(img/menu2.gif)  no-repeat left center;
}
.related li a {
line-height: 120%;
text-decoration: none;
}
.related li a:hover {
color: #E2041B;
text-decoration: none;
}

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

.related-title {
font-size:14px;
font-weight:bold;
margin: 0;
padding: 0px 10px 4px 23px;
background: url(img/new-entry.gif) no-repeat 0 0;
border: none;
clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 検索結果ページ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

p.search-title {
font-size: 14px;
margin: 0;
padding:0px 5px 0px 15px;
background: url(img/circle.gif)  no-repeat left center;
line-height:160%;
}
p.p2{
font-size: 14px;
line-height:160%;
margin: 0;
padding-bottom: 10px;
padding-left: 15px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#com {
margin: 0;
padding: 0 20px;
background-color: #FFFFFF;
border: none;
}
p.comment-title {
font-size: 14px;
margin: 20px 0px 10px;
}
p.comment-data {
text-align: right;
font-size: 10px;
margin: 0 0 10px;
padding: 10px 10px 5px 0px;
border-bottom: 1px dotted #000033;
}
#comform {
margin: 0;
padding: 10px 20px 20px;
background-color: #FFFFFF;
border: none;
}
#comform p {
font-size: 14px;
line-height:160%;
margin-top: 10px;
}
#comment-submit {
padding: 5px 10px;
}

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

.comment {
font-weight:bold;
font-size:16px;
margin: 40px 0 0;
padding: 7px;
background-image: none;
background-color: #FFFFFF;
border: 2px solid #F9627C;
clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トラックバンク */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tb {
position: relative;
margin: 20px 0 0;
padding: 20px;
background-color: #FFFFFF;
border-top: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
}
.trackback-content {
margin-top: 10px;
}

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

.track {
font-size:16px;
font-weight:bold;
margin: 10px 0 0;
padding: 4px 10px 2px 20px;
background: url(img/m-title.jpg) no-repeat left center;
border: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事ページナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kiji-navigation {
text-align:center;
margin: 0 auto;
padding: 20px 0;
}


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

#side-right {
float: right;
width: 230px;
margin: 0px 5px 20px 0px;
padding: 0;
text-align: left;
}
* html #side-right {
float: right;
width: 230px;
margin: 0px 2px 10px 0px;
padding: 0;
text-align: left;
overflow: hidden;
}
#side-top {
width: 220px;
height: 20px;
margin: 0 5px;
padding: 0;
background: url(img/side-top.gif) no-repeat;
}
#side-middle {
width: 220px;
margin: 0 5px -20px;
padding: 0;
background: url(img/side-middle.gif) repeat-y;
}
#side-bottom {
width: 220px;
height: 20px;
margin: 0 5px;
padding: 0;
background: url(img/side-bottom.gif) no-repeat;
}
#side-right-inner {
width:200px;
font-size: 12px;
text-align:left;
margin: 0px 20px 0px 10px;
padding: 0;
}

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

.side-title {
font-size: 14px;
font-weight: bold;
text-align:left;
color: #ffffff;
margin: 0;
padding: 5px 3px 5px 25px;
background: url(img/side-title.png)  no-repeat;
border: none;
clear: both;
}

/* リンク集
─────────────────────────── */

#side-right ul {
margin: 1px 0 20px;
padding: 10px 7px 10px 5px;
background-color: #FFFFFF;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 2px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}
#side-right li {
list-style: none;
text-align: left;
margin: 0;
padding: 3px 0px 3px 20px;
background: url(img/menu.gif)  no-repeat left center;
}
#side-right li a {
line-height: 150%;
text-decoration: none;
color: #07368E;
}
#side-right li a:hover {
text-decoration: underline;
color: #E2041B;
}

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

#side-right .category {
height:100%;
margin: 1px 0 20px;
padding: 15px 7px 10px 5px;
background-color: #FFFFFF;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 2px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}
#side-right ul.cate {
margin: 0;
padding: 0;
border: none;
}
#side-right ul.cate ul.cate {
margin: 0;
padding: 0 0 0 5px;
border: none;
}
#side-right ul.cate li {
list-style: none;
text-align: left;
margin: 0;
padding: 3px 0px 3px 25px;
background: url(img/folder.gif)  no-repeat 3px 4px;
}
#side-right ul.cate li .cate li {
list-style: none;
text-align: left;
margin: 0;
padding: 3px 0px 3px 10px;
background: url(img/triangle.gif)  no-repeat 0px 7px;
}
#side-right .cate li a {
line-height: 150%;
text-decoration: none;
color: #07368E;
}
#side-right .cate li a:hover {
text-decoration: underline;
color: #E2041B;
}

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

#side-right .freespace {
font-size: 13px;
line-height: 150%;
text-align:center;
margin: 1px 0px 20px;
padding: 20px;
background-color: #FFFFFF;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 2px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
clear: both;
overflow:hidden;
}
#side-right .freespace p {
font-size: 13px;
line-height: 150%;
}

/* サイト内検索
─────────────────────────── */

#search-submit {
padding: 3px 5px 1px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページの先頭へ戻る */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.go-toppage {
text-align: right;
margin: 0;
padding: 0 10px 10px;
clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページ分割ナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul#pagenavigation {
position: relative;
padding: 0 0 10px;
margin: 0;
}
ul#pagenavigation li {
overflow:hidden;
list-style-type : none;
font-size:12px;
display:inline;
background-color:#FFFFFF;
}
ul#pagenavigation li a {
text-decoration:none;
color:#8f9da6;
margin: 2px;
padding: 3px 10px;
border:1px solid #8f9da6;
}
ul#pagenavigation li a:hover {
text-decoration: underline;
color: #F9627C;
border: 1px solid #F9627C;
}
ul#pagenavigation span.current_page {
color:#FFFFFF;
font-weight: bold;
margin: 2px;
padding: 3px 10px;
background-color: #F9627C;
}


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

#footer {
width: 100%;
background-color: #333333;
border-top: 2px solid #5A5A56;
}
#footer-des {
width: 945px;
margin: 0px auto 0px auto;
background-color: #333333;
border-bottom: 1px solid #000000;
overflow /**/: hidden;
}
#footer-des p {
font-size: 11px;
text-align: left;
color: #FFFFFF;
margin: 0;
padding: 20px 10px;
}
#foot-end {
width: 945px;
font-size: 12px;
font-weight: normal;
text-align: center;
color: #FFFFFF;
margin: 0px auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: #333333;
border-top: 1px solid #666666;
}
#foot-end a {
text-decoration: none;
color: #FFFFFF;
}
#foot-end 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{
	width: 100%;
	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/01no1.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/01no2.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/01no3.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/01no4.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/01no5.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{
	width: 100%;
	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/01no1.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/01no2.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/01no3.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/01no4.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/01no5.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{
	width: 100%;
	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/01no1.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/01no2.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/01no3.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/01no4.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/01no5.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:25px;
	padding: 0px 0px 0px 0px;
	background: url(img/r-line.gif);
}
table#rankingver3 td a{
	text-decoration:underline;
}

/*--------------------------------------------------------------------------
このCSSファイルは、unlimited affiliate購入者の方のみに使用許可されるものです。
このCSSファイルの無断配布及び商用販売を固く禁じます。

Copyright 株式会社Mithril All rights Reserved.
--------------------------------------------------------------------------*/
