@charset "shift-jis";

* { margin: 0;
	padding:0; }
	
body { 
	height:100%;
	margin:0;
	font-size: 14px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	background:#1C4773;
	background:-moz-linear-gradient(
			   0deg,#1C4773 0%,#255F99 20%,#255F99 80%,#1C4773 100%);
	background:-webkit-linear-gradient(
			   0deg,#1C4773 0%,#255F99 20%,#255F99 80%,#1C4773 100%);
	background:-o-linear-gradient(
			   0deg,#1C4773 0%,#255F99 20%,#255F99 80%,#1C4773 100%);
	background:-mis-linear-gradient(
			   0deg,#1C4773 0%,#255F99 20%,#255F99 80%,#1C4773 100%);
	border-top:1px #FFFFFF solid;
	border-top:5px #255F99 solid;
}

p{
	font-size:14px;
	line-height:150%;}

/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
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 20px 20px 0px;
	float: left; }
.imgr {
	padding:0px 0px 20px 20px;
	float: right; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー部分設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#header{
	width:100%;
	min-height:60px;
	margin:0 0 10px;
	padding:0 0 10px;
	background:url(img/header_back.png) bottom repeat;
	border-top:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
}

/* タイトルとソーシャルブックマーク設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#title_box{
	width:950px;
	margin:0 auto;
	clear:both;
	background:none;
}

/* h1サイトキーワード設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
h1{
	width:950px;
	margin:4px auto 8px;
	font-size:11px;
	text-align:left;
	color:#255F99;
	clear:both;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */

h2 a{
	width:715px;
	min-height:40px;
	margin:0 auto;
	padding: 0 0 0 35px;
	color:#1C4773;
	font-size:25px;
	text-align:left;
	line-height:30px;
	text-decoration:none;
	background:url(img/h2mark.png) left top no-repeat;
	float:left;
}

h2 a:hover{
	color:#F60;
	text-decoration: none;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* twitter hatena ボタン設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#bmb_box{
	width:150px;
	height:32px;
	margin:-10px 0 0;
	padding:0;
	display:block;
	background: none;
	float:right;
}

#bmb_box ul{
	margin:0 auto ;
	padding:0;
	overflow:hidden;
	list-style-type:none;
	float:right;
}

#bmb_box ul li.sitemap{
	width:32px;
	height:32px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	background: url(img/sitemap_btn.png) no-repeat;
}

#bmb_box ul li.rss{
	width:32px;
	height:32px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	background: url(img/rss_btn.png) no-repeat;
}

#bmb_box ul li.twitter{
	width:32px;
	height:32px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	display:block;
	background:url(img/twitter_btn.png) no-repeat;
}

#bmb_box ul li.hatena{
	width:32px;
	height:32px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	background: url(img/hatena_btn.png) no-repeat;
}

#bmb_box ul li a{
	width:32px;
	height:32px;
	display:block;
	text-decoration:none;
}

#bmb_box ul li a:hover{
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/*サイト説明設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#ex_box{
	width:930px;
	min-height:20px;
	margin:5px auto 0;
	padding:0 10px;
	overflow:hidden;
	clear:both;
}

#ex_box p{
	text-align:left;
	font-size:12px;
	color:#555;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインバナー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#img_box{
	width:950px;
	height:auto;
	margin:0 auto 10px;
	padding:1px;
	background: url(img/clear.png) repeat;
	overflow:hidden;
}

#img{
	height:194px;
	margin:0;
	padding:0;
	background:#FFFFFF url(img/banner.png) right no-repeat;	
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#gnv_box{
	width:100%;
	height:60px;
	margin: 0;
	padding:0;
	display:block;
	list-style-type:none;
	text-align:center;
	background:url(img/g_navi_box.png) bottom repeat-x;
	clear:both;
}

#gnv_box ul{
	width:990px;
	height:60px;
	margin:0 auto ;
	padding:0;
	display:block;
	list-style-type:none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px; 
	-webkit-box-shadow: 0 3px 4px #CCCCCC;
    	-moz-box-shadow: 0 3px 4px #CCCCCC;
    	box-shadow: 0 3px 4px #CCCCCC;
	text-align:center;
	clear:both;
}

#gnv_box ul li{
	height:60px;
	width:183px;
	display:block;
	background: url(img/navi_back.png) bottom left repeat-x;
	float:left;	
}

#gnv_box ul li.first{
	height:60px;
	width: 75px;
	display:block;
	background: url(img/navi_back.png) bottom left repeat-x;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	float:left;
}

#gnv_box ul li.last{
	height:60px;
	width:182px;
	display:block;
	background: url(img/navi_back.png) bottom left repeat-x;
	border-right:1px #DDDDDD solid;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px; 
	float:left;	
}

#gnv_box ul li a{
	height:60px;
	margin:0;
	padding:0 10px;
	*padding:0 5px;
	color:#255F99;
	font-size:13px;
	font-weight:bold;
	line-height:65px;
	text-decoration:none;
	display:block;
	overflow:hidden;
}

#gnv_box ul li a:hover{
	color:#F60;
	text-decoration:none;
	background: url(img/navi_back.png) top left repeat-x;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 本体設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#container{
	margin:0;
	background:#FFFFFF url(img/bottom.png) bottom repeat-x;
}
	
#cin_box{
	width:990px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background:none;
	clear:both;
	position:relative;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#bc_box{
	width:950px;
	margin:0  auto 10px;
	padding:16px 10px 0;
	text-align:left;
	background: url(img/dotted.png) top repeat-x;
}

#bc_box p{
	margin:0 auto;
	padding:0;
	color:#555;
	line-height:15px;
	font-size:11px;
	font-weight:bold;
}

#bc_box a{
	color:#555;
	text-decoration:none;
}

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


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインコンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#l_box{
	width:750px;
	margin:0;
	float:left;
}

#r_box{
	width:240px;
	margin:0;
	float:right;
}

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

#c_c{
	width:750px;
	margin: 0;
	padding: 0;
	background:none;
	float:right;
}

#r_c{
	width:220px;
	margin:0;
	padding:0;
	float:right;
}

#r_c p{
	font-size:12px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*  topに戻るボタン設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#top{
	width:36px;
	height:36px;
	margin:-46px 0 0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	display:block;
	background: url(img/top_btn.png) no-repeat;
	float:right;
}

#top a{
	width:36px;
	height:36px;
	display:block;
	text-decoration:none;
}

#top a:hover{
	text-decoration:none;
	background: url(img/top_btn_on.png) no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 名前固定コンテンツ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry-title, .KanrenKiji{
	margin: 0 auto;
	padding:15px 20px 10px 35px;
	color: #FFFFFF;
	text-align: left;
	font-size: 22px;
	line-height: 28px;
	background: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-bottom:none;
	background:#255F99 url(img/main_title.png) top repeat-x;
	background:-moz-linear-gradient(
			   0deg,#1C4773 0%,#255F99 30%,#255F99 70%,#1C4773 100%);
	background:-webkit-linear-gradient(
			   0deg,#1C4773 0%,#255F99 30%,#255F99 70%,#1C4773 100%);
	background:-o-linear-gradient(
			   0deg,#1C4773 0%,#255F99 30%,#255F99 70%,#1C4773 100%);
	background:-mis-linear-gradient(
			   0deg,#1C4773 0%,#255F99 30%,#255F99 70%,#1C4773 100%);
	border-top:1px #FFFFFF solid;
	clear: both;
}

.entry-content,.link-content, .sitemap-contents, .KanrenMenu{
	margin:0 0 20px;
	_margin:0 0 10px;
	padding: 26px 20px 20px;
	font-size:15px;
	line-height:22px;	
	text-align:left;
	color:#333333;
	border:1px #CCCCCC solid;
	border-top:none;
	background:#FFFFFF url(img/dotted.png) top repeat-x;
	-webkit-box-shadow: 0 10px 6px -6px #DDDDDD;
    	-moz-box-shadow: 0 10px 6px -6px #DDDDDD;
    	box-shadow: 0 10px 6px -6px #DDDDDD;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	clear:both;
}

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

#l_c .cate-title, #r_c .cate-title, #l_c .news, #r_c .news{
	margin:0;
	padding:10px 12px 8px 18px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height:18px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background:#255F99 ;
	background:-moz-linear-gradient(
			   0deg,#1C4773 0%,#255F99 30%,#255F99 70%,#1C4773 100%);
	background:-webkit-linear-gradient(
			   0deg,#1C4773 0%,#255F99 30%,#255F99 70%,#1C4773 100%);
	background:-o-linear-gradient(
			   0deg,#1C4773 0%,#255F99 30%,#255F99 70%,#1C4773 100%);
	background:-mis-linear-gradient(
			   0deg,#1C4773 0%,#255F99 30%,#255F99 70%,#1C4773 100%);
	border:none;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カテゴリーボタン設定 最新情報 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
#news_box{
	margin:0;
	clear:both;
}

#ni_box {
	margin:0 0 5px;
	font-size:12px;
	list-style-type: none;
	text-align:left;
	background:none;
	clear:both;
}

#l_c ul.cate, #r_c ul.cate, #ni_box ul{
	margin:0 0 10px;
	padding:14px 6px 0;
	font-size:12px;
	line-height:17px;
	text-align:left;
	list-style-type: none;
	border:1px #CCCCCC solid;
	border-top:none;
	background:#EFEFEF url(img/dotted.png) top repeat-x;
}

#l_c ul.cate li a, #r_c ul.cate li a, #ni_box ul li a{
	margin:0 0 6px;
	padding:13px 10px 13px 25px;
	color:#333333;
	text-decoration:none;
	display:block;
	background:#FFFFFF url(img/arrow.png) 5px center no-repeat;
	border-right:1px #DDDDDD solid;
	border-bottom:1px #DDDDDD solid;
}

#l_c ul.cate a:hover, #r_c ul.cate a:hover, #ni_box ul li a:hover{
	color:#F60;
	text-decoration:none;
	background:#F8F8F8 url(img/arrow_on.png) 5px center no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フリースペース設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.freespace1{
	margin:0 auto 10px;
	padding:8px 5px;
	color:#555;
	font-size:12px;
	text-align:center;
	background:#FFFFFF;
	border:	1px #DDDDDD solid;
	box-shadow: 0px 0px 7px 2px #EEEEEE inset;
	clear:both;
}

#lower-contents {
	width:930px;
	min-height:32px;
	margin:0 10px 0 0;
	padding:10px ;
	clear: both;
}

.freespace4{
	padding:8px 5px;
	color: #555;
	font-size:12px;
	text-align:center;
	background: #FFFFFF;
	border:	1px #DDDDDD solid;
	box-shadow: 0px 0px 7px 2px #EEEEEE inset;
	clear:both;
}

.freespace4 p{
	font-size:12px;
}

.freespace2{
	padding:8px 5px;
	margin:0 0 10px;
	color: #555;
	font-size:12px;
	text-align:left;
	background:#FFFFFF;
	border:	1px #DDDDDD solid;
	box-shadow: 0px 0px 7px 2px #EEEEEE inset;
	clear:both;
}

.freespace3{
	padding:8px 5px;
	margin:10px 0 0;
	*margin:5px 0 0;
	color: #555;
	font-size:12px;
	text-align:left;
	background:#FFFFFF;
	border:	1px #DDDDDD solid;
	box-shadow: 0px 0px 7px 2px #EEEEEE inset;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.side-title{
	margin: 0 ;
	padding:12px 10px 16px;
	font-size: 14px;
	color: #888888;
	text-shadow:1px 1px 0px #FFFFFF;
	text-align: left;
	line-height:18px;
	border-left:none;
	background:url(img/st.png) left bottom no-repeat;
	border-bottom:none;
	clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.freespace5 p, .freespace6 p, .freespace7 p, .freespace8 p{
	padding:10px;
}

.freespace5, .freespace7{
	margin:0 0 10px;
	padding:0;
	color:#555;
	text-align:left;
	background: url(img/clear.png) repeat;
	border:1px #FFF solid;
	clear:both;
}

.freespace6, .freespace8{
	margin:0;
	padding:0;
	color:#555;
	text-align:left;
	background: url(img/clear.png) repeat;
	border:1px #FFF solid;
	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;
}

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

 h3{
	margin: 0 0 26px;
	*margin: 0 0 13px;
	padding: 6px 10px 5px 40px;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#255F99;
	background:#FFFFFF url(img/h3mark.png) left center no-repeat;
	border-bottom:3px #255F99 solid;
}


h4 {
	margin: 0 0 26px;
	*margin: 0 0 13px;
	padding: 6px 10px 2px 13px;
	font-size:17px;
	font-weight:bold;
	color:#255F99;
	background: none;
	border-left:7px #255F99 solid;
	border-bottom:3px #255F99 solid;
	clear: both;
}

h5 {
	margin: 0 0 26px;
	*margin: 0 0 13px;
	padding: 5px 10px 3px 30px;
	font-size:15px;
	font-weight:bold;
	color:#255F99;
	background: url(img/h5mark.png) left center no-repeat;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px; 
        border-radius: 5px;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* お気に入りボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
.favorite-space {
	text-align: center;
	margin:5px auto 0;
	padding: 0;
	clear: both;
}
.favorite-button {
	text-align: center;
	width:100%;
	padding:5px;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コピーライト部分設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer{
	width:100%;
	height:34px;
	margin: 0;
	text-align:left;
	line-height:37px;
	background: #255F99;
	background:-moz-linear-gradient(
			   0deg,#1C4773 0%,#255F99 30%,#255F99 70%,#1C4773 100%);
	background:-webkit-linear-gradient(
			   0deg,#1C4773 0%,#255F99 30%,#255F99 70%,#1C4773 100%);
	background:-o-linear-gradient(
			   0deg,#1C4773 0%,#255F99 30%,#255F99 70%,#1C4773 100%);
	background:-mis-linear-gradient(
			   0deg,#1C4773 0%,#255F99 30%,#255F99 70%,#1C4773 100%);
	border-top:1px #FFFFFF solid;
	clear:both;
}

#footer p{
	width:970px;
	margin:0 auto;
	padding:7px 0 0;
	*padding:7px 0 0;
	color:#FFF;
	font-size:13px;
}

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

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 以下その他のページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンクページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
.link-content p{
	font-size:14px;
	margin: 10px 0 5px 0;
	padding:0px 5px 0px 20px;
	background:url(img/arrow_on.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;
	background:none;
	border-top:1px #DDDDDD solid;
}

/*記事ページ設定*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
.KanrenMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.KanrenMenu ul li{
	margin: 0 0 10px;
	padding:0 0 0 25px;
	color:#06F;
	text-decoration:underline;
	background:url(img/arrow_on.png) left no-repeat;
}

.KanrenMenu a{
	font-size:13px;
	text-decoration:none;	
}

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

/* サイトマップページ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
.sitemap ul{
	margin: 15px 0 0 ;
	padding:0;
	list-style:none;
}

.sitemap li{
	margin: 0 0 15px;
	padding:0 0 0 25px;
	list-style:none;
	color:#FFF;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	background:url(img/arrow_on.png) 5px center no-repeat;
}

.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:2px 0 10px;
	padding:8px 15px 6px 10px; 
	border:none;
	border-left:8px #1C4773 solid;
	border-bottom:2px #1C4773 solid;
	background: #255F99;
	clear:both;
}

h4 a{
	color:#FFF;
	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 img{
        width:80%;
	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/
--------------------------------------------------------*/
