/* CSS Document */

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

.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:0px 0px;
	margin:0;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイトル文字設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1{
	font-size:10px;
	font-style:normal;
	color:#06C;
	text-align:left;
	margin:0;
}

h2{
	font-size:26px;
	color:#06C;
	text-align:left;
	margin:0;
}

h2 a{
	color:#333333;
	text-decoration:none;
}

h2 a:hover{
	color:#06C;
	text-decoration: underline;
}

h2 a:visited{
	color:#333333;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

a{
	color:#03C;
	text-decoration:none;	
}

a:hover{
	color:#03C;
	text-decoration: underline;	
}

/*--------------------------------------------------------------*/
/*共通設定*/
/*--------------------------------------------------------------*/


body{
	margin:0;
	padding:0;
	text-align:center;
	background:#FFFFFF;
}

#screen{
	width:990px;
	_width:990px;
	margin:0 auto;
	background:#FFF;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
}

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

#header{
	width:950px;
	margin:0 auto;
}

#title{
	width:950px;
	margin:0;
	padding:12px 0 0 0;
	*padding:6px 0 0 0;
}

#img{
	width:800px;
	height:200px;
	margin:10px auto;
	*margin:5px auto;
	background:url(img/banner.png);
	float:left;
}

/*最新情報-----------------------------------------------*/

#news{
	color:#222;
	width:150px;
	height: 160px;
	font-size:12px;
	display:block;
	float:right;
	text-align:left;
	margin:10px 0;
	*margin:5px 0;
}

h3.news{
	font-size: 14px;
	color: #666;
	text-align: center;
	margin:0;
	padding:5px auto;
	background-image: url(img/news_bar.png); 
}

#news ul{
	width:148px;
	height: 160px;
	_height:178px;
	text-align: left;
	margin:0;
	padding:10px 0 0;
	_padding:20px 0 0;
	list-style-type:none;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	display:block;
	overflow: auto;
}

#news ul li{
	color:#FFF;
	list-style-type:none;
	text-align:left;
	margin:0 13px 10px;
}

#news a{
	color:#333;
	text-decoration:none;
}

#news a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#999;
}

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

#pan{
	width:950px;
	margin:10px 20px;
	*margin:5px 10px;
	padding:0;
	text-align:left;
	border:1px #CCC dotted;
	clear:both;	
	color:#333;
}

#pan a{
	color:#333;
	text-decoration:none;
}

#pan a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#666;
}

.pankuzu{
	font-size:11px;
	text-align:left;
	clear: both;
	line-height:20px;
	
}

#main{
	width:950px;
	margin:0 auto;
	clear:both;
}

/*--------------------------------------------------------------*/
/*グローバルナビゲーション設定*/
/*--------------------------------------------------------------*/

#navi_box{
	height:40px;
	margin:0;
	background: url(img/navi_back.png);
}

#navi{
	width:990px;
	height:40px;
	margin:0 auto;
}

#navi ul{
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
}

/*ナビゲーションボタン設定*/

#navi ul li, #navi ul li.first, #navi ul li.last{
	width:165px;
	height:40px;
	font-size:13px;
	font-weight:bold;
	margin:0 ;
	line-height:40px;
	display:block;
	text-align:center;
	overflow:hidden;
	float:left;		
}


#navi ul li a, #navi ul li.first a, #navi ul li.last a{
	color:#fff;
	width:165px;
	height:40px;
	font-size:13px;
	font-weight:bold;
	margin:0 ;
	line-height:40px;
	display:block;
	text-align:center;
	overflow:hidden;
	background: url(img/btn.png) no-repeat;
}

#navi ul li a:hover, #navi ul li.first a:hover, #navi ul li.last a:hover{
	color:#fff;
	text-decoration:none;
	background: url(img/btn_on.png) no-repeat; 		
}

/*--------------------------------------------------------------*/
/*メインコンテンツ設定*/
/*--------------------------------------------------------------*/

/*左右の枠--------------------------*/

#big_right{
	width:760px;
	float:right;
}

#big_left{
	width:190px;
	float:left;
}

/*コンテンツ部分--------------------*/

#center_box{
	width:570px;
	margin:10px 0;
	float:left;
	clear:both;
}

#center_box_2{
	width:760px;
	margin:10px 0;
	float:left;
	clear:both;
}

#right_box{
	width:170px;
	margin:10px 0;
	float:right;
}

#left_box{
	width:170px;
	margin:10px 20px 10px 0px;
	clear:both;	
}

/*カテゴリーボタン設定----------------------------------*/

#big_left ul.cate{
	margin:0 0 10px ;
	padding:0;
	font-size:12px;
	display:block;
	list-style: none;
	text-align:left;
}

#big_left ul.cate li{
	line-height:150%;
	list-style-type:none;
	margin:0;
	padding:0;	
}

#big_left ul.cate a{
	color:#000;
	padding:10px 10px 10px 20px;
	margin:0;
	text-align:left;
	display:block;
	background: url(img/cate_btn.png) bottom no-repeat;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	text-decoration:none; 
}

#big_left ul.cate a:hover{
	color:#000;
	display:block;
	background: url(img/cate_btn_on.png) bottom no-repeat;
	text-decoration:none; 
}

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

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;
	clear: both;
}

.entry-title {
	color: #FFF;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 4px 30px 4px 30px;
	background: url(img/h3_main_2.png) center top;
	clear: both;
}


.entry-content{
	font-size:14px;
	line-height:16px;	
	margin:0 0 10px;
	padding:25px;
	text-align:left;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
}

.entry-content p{
	font-size:14px;
	line-height:18px;	
	margin:0;
	padding:0;
}


.side-title{
	font-size: 14px;
	color: #666;
	text-align: left;
	margin: 0;
	padding: 4px 5px 4px 10px;
	line-height:normal;
	background: url(img/h3_cate.png);
	border-bottom: 1px #000 ;
}

.cate-title{
	font-size: 14px;
	color: #666;
	text-align: left;
	margin: 0;
	padding: 4px 5px 4px 10px;
	line-height:normal;
	background: url(img/h3_cate.png);
	border-bottom: 1px #000 ;
}

#sitemap{
	height: 30px;
	font-size:14px;
	line-height:30px;
	margin-bottom: 10px;
	text-align:center;
}

#sitemap a{
	color:#333;
	text-decoration:none;
	background: url(img/sitemap.png) no-repeat;
	display:block;
}

#sitemap a:hover{
	color:#333;
	text-decoration:none;
	display:block;
	background:url(img/sitemap_on.png) no-repeat;
}

#go_top{
	height: 25px;
	font-size:14px;
	line-height:25px;
	margin-bottom: 10px;
	padding:0 15px;
	text-align: right;
	background: url(img/go_top.png);
	 	
}

#go_top_2{
	height: 25px;
	font-size:14px;
	line-height:25px;
	margin-bottom: 10px;
	padding:0 15px;
	text-align: right;
	background: url(img/go_top_2.png);
	 	
}

#go_top a:link, #go_top_2 a:link{
	color:#FFF;
	text-decoration:none;
}

#go_top a:hover, #go_top_2 a:hover{
	color:#FFF;
	text-decoration:none;
	background-color:#666;
}

#go_top a:visited, #go_top_2 a:visited{
	color:#FFF;
	text-decoration:none;
}

h4 {
	font-size:15px;
	font-weight:bold;
	margin: 10px 0px 15px;
	padding: 5px 10px 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #003A86;
	border-left: 4px solid #003A86;
	clear: both;
}
h5 {
	font-size:14px;
	font-weight:bold;
	margin: 0px 0px 10px;
	padding: 3px 10px 0px 20px;
	background-color: #FFFFFF;
	background: url(img/m-title.jpg) no-repeat left center;
	clear: both;
}

/*フッター部分----------------------*/

#footer{
	width:990px;
	text-align:center;
	margin:0;
	padding:0;
	clear:both;
}

.footer{
	font-size:12px;
	line-height:25px;
	margin:0 10px;
}

#explanation{
	width:990px;
	font-size:12px;
	margin: 0;
	padding: 0;
	border-top:1px #CCC solid;
	clear: both;
}

#explanation p{
	text-align:left;
	font-size:12px;
	line-height:18px;
	margin:5px 20px;
	padding:0;
}

#copylight{
	width:990px;
	height:25px;
	font-size:14px;
	line-height:14px;
	color: #FFF;
	background:url(img/footer.png) center no-repeat;
	clear:both;
	margin:0;
	padding:0;
}

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

#copylight a:hover{
	color:#fff;
	text-decoration:none; 
	background-color:#666;		
}

/*フリースペース設定-----------------------------------*/

.freespace1{
	color:#666;
	font-size:14px;
	border:1px #CCC dotted;
	text-align:center;
	padding:8px 5px;
	margin:0 20px;
	clear:both;
}

.freespace4{
	color:#666;
	font-size:14px;
	border:1px #CCC dotted;
	text-align:center;
	padding:8px 5px;
	margin:0;
	clear:both;
}

#lower-contents{
	margin:0;
}

.freespace2{
	color:#666;
	font-size:14px;
	border:1px #CCC dotted;
	text-align:center;
	padding:8px 5px;
	*padding:5px 3px;
	margin:0 0 10px;
	clear:both;
}

.freespace3{
	color:#666;
	font-size:14px;
	border:1px #CCC dotted;
	text-align:center;
	padding:8px 5px;
	*padding:5px 3px;
	margin:10px 0 0;
	clear:both;
}

*:first-child+html .freespace3{
	margin:10px 0;
}

#lower-contents {
	margin: 0 0 10px;
	padding: 0;
	clear: both;
}

.freespace5, .freespace6, .freespace7, .freespace8{
	font-size:14px;
	border:1px #CCC dotted;
	text-align:center;
	padding:8px 5px;
	margin:0 0 10px 0;
	clear:both;
}

.freespace1 a, .freespace2 a, .freespace3 a, .freespace4 a{
	color:#F90;
}

.freespace1 a:hover, .freespace2 a:hover, .freespace3 a:hover, .freespace4 a:hover{
	color:#F00;
}

/*お気に入りボタン設定-----------------------------------*/

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

/*------------------------------------------------------------*/
/*サイトマップページ設定*/
/*------------------------------------------------------------*/

.sitemap-contents {
	margin:0px 0px 10px;
	padding: 10px 20px 10px;
	background-color: #FFFFFF;
	border:1px #CCC solid;
	text-align:left;
}

.sitemap ul {
	margin: 0;
	padding: 0px 10px;
}

.sitemap li {
	list-style: none;
	font-size:13px;
	margin-left: 10px;
	padding: 0 0 0 15px;
	background: url(img/circle.gif)  no-repeat left 5px;
}

.sitemap-cate-title {
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 25px;
	background: url(img/folder.gif) no-repeat left center;
	border: none;
}

.sitemap-cate-title a {
	text-decoration: none; 
	color: #000;
}

h4 a{
	color:#333;
	text-decoration:none;
}

h4 a:hover{
	color:#00F;
	text-decoration:none;
}

/*------------------------------------------------------------*/
/*記事ページ設定*/
/*------------------------------------------------------------*/

.KanrenKiji{
	font-size:14px;
	color:#000;
	text-align:left;
	background: #FFF url(img/page.gif) 12px no-repeat;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:1px #999 dotted;
	margin-bottom:0px;
	padding-left:30px;
}

.KanrenMenu{
	font-size:12px;
	text-align:left;
	background-color:#FFF;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	padding:10px 25px;
	margin-bottom:10px;
	list-style-type: none;
}

.KanrenMenu ul {
	margin:0;
	padding:0px;
}

/*------------------------------------------------------------*/
/*リンクページ設定*/
/*------------------------------------------------------------*/

.link-content{
	font-size:13px;	
	color:#000;
	padding:10px 25px 4px;
	*padding:5px 12px 2px; 
	text-align:left;
	margin:0 auto 10px;
	background-color:#FFF;
	border:1px #CCC solid;
}


.link-content p{
	font-size:13px;
	margin: 0 0 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* その他 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

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;
}
p.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/
--------------------------------------------------------*/

