@media all{
/*--------------------------------------------------------
1、total設定
-------------------------------------------------------*/

/*背景画像設定*/
body{
	margin: 0;
	text-align: center;
	background-image: url(../images/headbody.jpg);
	background-repeat: repeat-x;
}

/*文字設定*/
body,pre{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	color: #333;
}

pre{
	font-size: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
}


/*リンク色*/
a{ text-decoration: underline; }
a:link{ color: #0000dd; }
a:visited{ color: #0000dd; }
a:hover{ color: #cc6600; }


/*--------------------------------------------------------
2、hタグ
--------------------------------------------------------*/

h1{
	z-index: 1;
	position: absolute;
	margin: 7px 0 0 16px;
	font-size: 8.5pt;
	line-height: 18px;
	color: #fff;
}


h2,h2.p1{
	clear: both;
	margin: 0 0 1.0em 0;
	padding: 0.2em 25px 5px 40px;;
	font-size: 2.0em;
	line-height: 1.4em;
	color: #000;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-image: url(../images/bg01-h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


h2 a,h2.p1 a{ text-decoration: underline; }
h2 a:link,h2.p1 a:link{ color: #000; }
h2 a:visited,h2.p1 a:visited{ color: #000; }
h2 a:hover,h2.p1 a:hover{ color: #cc6600; }


h3.p1{
	clear: both;
	margin: 0 0 1.0em 0;
	padding: 0.2em 25px 5px 40px;;
	font-size: 2.0em;
	line-height: 1.4em;
	color: #000;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-image: url(../images/bg01-h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
		}
h3.p2{
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	clear: both;
	margin: 0 10px 1.0em 10px;
	padding: 0.3em 10px 0.3em 10px;
	font-size: 2em;
	line-height: 1.4em;
	text-align: left;
	color: #333;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #F90;
}

.rate1,.rate2,.rate3,.rate4,.rate5,.rate6,.rate7,.rate8,.rate9,.rate10{
	background-repeat: no-repeat;
	clear: both;
	margin: 0 10px 1.0em 10px;
	padding: 0.3em 10px 0.3em 70px;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.6em;
	text-align: left;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	}
	
.rate1{background-image: url(../images/r1.gif);}
.rate2{background-image: url(../images/r2.gif);}
.rate3{background-image: url(../images/r3.gif);}
.rate4{background-image: url(../images/r4.gif);}
.rate5{background-image: url(../images/r5.gif);}
.rate6{background-image: url(../images/r6.gif);}
.rate7{background-image: url(../images/r7.gif);}
.rate8{background-image: url(../images/r8.gif);}
.rate9{background-image: url(../images/r9.gif);}
.rate10{background-image: url(../images/r10.gif);}


h4{
	clear: both;
	margin: 1.0em 0;
	padding: 0.3em 10px;
	border: 1px dotted #7070ba;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	color: #333;
}


/*--------------------------------------------------------
3、サイト全体の配置＆横幅
--------------------------------------------------------*/

/*サイト全体をセンタリング*/
div#container{
	margin: 0 auto;
	text-align: left;
}

/*左右の枠線*/
div#header,
div#header-logo,
div#navi,
div#main{

}


/*■サイト全体の横幅*/
div#container,
div#header,
div#header-logo,
div#navi,
div#main{
	width: 920px;
	_width: 922px;/*IE6用（「全体」+「2px」）*/
}


/*■トップメニュー帯の横幅（「全体」-「16px」）*/
div#header #top-menu{ width: 904px; }


/*■サイドバーの横幅*/
div#sidebar{ width: 272px; }

div#sidebar .menu,
div#sidebar .menu-mtwp,
div#sidebar .contents{
	width: 250px;/*「サイドバー」-「22px」*/
	_width: 252px;/*IE6用（「サイドバー」-「20px」）*/
}

/*■本文の横幅*/
div#main-contents{
	width: 628px;/*「全体」-「サイドバー」-「20px」*/
	_width: 648px;/*IE6用（「全体」-「サイドバー」）*/
}

div#main-contents_1column{
	width: 920px;/*「全体」-「サイドバー」-「20px」*/
	_width: 940px;/*IE6用（「全体」-「サイドバー」）*/
	text-align:center;
	margin:0 auto;
	}

div#column_wrap{
	padding:0;
	text-align:left;
	margin:0 auto;
	width: 780px;/*「全体」-「サイドバー」-「20px」*/
	_width: 800px;/*IE6用（「全体」-「サイドバー」）*/
	}

/*--------------------------------------------------------
4-1、エリアの設定「最上部ヘッダー帯」
--------------------------------------------------------*/

div#header{
	height: 30px;
	background-image: url(../images/bg-sub.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin:0;
}

div#header #top-menu{
	position: absolute;
	top: 5px;
	text-align: right;
}

div#header #top-menu li{
	display: inline;
	font-size: 8.5pt;
	line-height: 14pt;
}


/*リンク色*/
div#header #top-menu li{ color: #fff; }
div#header #top-menu li a:link{ color: #fff; }
div#header #top-menu li a:visited{ color: #fff; }
div#header #top-menu li a:hover{ color: #cc6600; }


/*--------------------------------------------------------
4-2、エリアの設定「ヘッダーロゴ」
--------------------------------------------------------*/

div#header-logo{
	z-index: 1;
	position: absolute;
	top: 30px;
	height: 100px;
	text-align: left;
	background-image: url(../images/logo01.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}


/*ロゴテキスト*/
p#logo-text{
	position: absolute;
	top: 10px;/*■縦位置*/
	left: 18px;
	font-size: 24pt;
	line-height: 1.1em;
	letter-spacing: -0.5pt;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
}

/*サブテキスト*/
p#sub-text{
	position: absolute;
	top: 80px;/*■縦位置*/
	left: 18px;
	font-size: 10pt;
	font-weight: bold;
	line-height: 12pt;
	letter-spacing: -0.5pt;
}

/*ロゴテキスト＆サブテキストの文字色＆リンク文字色*/
p#logo-text,
p#sub-text{ color: #333; }
p#logo-text a{ text-decoration: none; }
p#logo-text a:link{ color: #333; }
p#logo-text a:visited{ color: #333; }
p#logo-text a:hover{ color: #990000; }


/*ヘッダー右側文章*/
div#header-text{
	position: absolute;
	top: 55px;/*■縦位置*/
	left: 100px;
	width: 800px;
	font-size: 9pt;
	line-height: 14pt;
	text-align: left;
	color: #666;
}


/*--------------------------------------------------------
4-3、エリアの設定「パン屑ナビ」
--------------------------------------------------------*/

div#navi{
	position: absolute;
	top: 130px;/*■縦位置*/
	height: 34px;
	background: #fff;
}

div#navi p{
	margin: 9px 0 0 16px;
	font-size: 8.5pt;
	line-height: 14pt;
}


/*--------------------------------------------------------
4-4、エリアの設定「コンテンツ全体」
--------------------------------------------------------*/

div#main{
	position: absolute;
	top: 170px;/*■縦位置*/
	overflow: hidden;
	background: #fff;
	text-align: left;
}


/*--------------------------------------------------------
4-5、エリアの設定「サイドバー」
--------------------------------------------------------*/

div#sidebar{
	display: inline;
	float: left;
	overflow: hidden;
}


/*サイドバー内のPタグ*/
div#sidebar p{
	margin: 10px;
	font-size: 120%;
}


/*サイドバーの枠線＆マージン*/
div#sidebar .menu,
div#sidebar .menu-mtwp,
div#sidebar .contents{
	margin: 0 0 10px 10px;
	}


/*サイドバーのタイトル帯の背景色*/
div#sidebar .title{
	background: url(../images/side_midashi_bg.jpg) left center;
}

/*サイドバーのタイトル帯の文字色*/
div#sidebar .title p{
	margin: 0 10px 0 20px;
	padding: 5px 0;
	color: #fff;
	height:25px;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	line-height:150%;
	letter-spacing: 0.3em;


}

div#sidebar .title p a{ text-decoration: none; }
div#sidebar .title p a:link{ color: #fff; }
div#sidebar .title p a:visited{ color: #fff; }
div#sidebar .title p a:hover{ color: #990000; }

div#sidebar .title p img{
	vertical-align: middle!important;
}


/*親メニューリスト*/
div#sidebar ul{ margin: 5px 15px; }
div#sidebar li{
	list-style-type: none;
	list-style-position: outside;
	margin: 15px 0;
	padding-left: 16px;
	padding-bottom:3px;
	background: url(../images/icon/icon-menu01-r-black.gif) 0 3px no-repeat;
	font-size: 105%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

/*子メニューリスト*/
div#sidebar ul.sub{ margin: 10px 0 20px 0; }
div#sidebar ul.sub li{
	margin: 10px 0;
	background: url(../images/icon/icon-menu10-black.gif) 0 3px no-repeat;
	font-size: 90%;
	font-weight: normal;
}

/*ランキングリスト*/
div#sidebar ul.ranking li{
	margin-bottom: 20px;
	padding: 0;
	border-bottom: 1px dotted #d4976e;
	background: none;
	font-weight: normal;
}

div#sidebar ul.ranking li.end{ border: none; }
div#sidebar ul.ranking p{ margin: 10px 0; }


.no1,.no2,.no3,.no4,.no5,.no6,.no7,.no8,.no9,.no10{
	height: 24px!important;
	padding: 5px 0 0 30px!important;
}


/*ベスト3は赤文字*/
.no1,.no2,.no3{
	font-size: 1.2em!important;
	font-weight: bold!important;
	color: #ff0000!important;
}


/*王冠画像*/
.no1{ background: url(../images/icon/icon-rank01-01.gif) left top no-repeat; }
.no2{ background: url(../images/icon/icon-rank01-02.gif) left top no-repeat; }
.no3{ background: url(../images/icon/icon-rank01-03.gif) left top no-repeat; }
.no4{ background: url(../images/icon/icon-rank01-04.gif) left top no-repeat; }
.no5{ background: url(../images/icon/icon-rank01-05.gif) left top no-repeat; }
.no6{ background: url(../images/icon/icon-rank01-06.gif) left top no-repeat; }
.no7{ background: url(../images/icon/icon-rank01-07.gif) left top no-repeat; }
.no8{ background: url(../images/icon/icon-rank01-08.gif) left top no-repeat; }
.no9{ background: url(../images/icon/icon-rank01-09.gif) left top no-repeat; }
.no10{ background: url(../images/icon/icon-rank01-10.gif) left top no-repeat; }


/*MT＆WordPressで使用*/
div#sidebar .menu-mtwp li{
	font-size: 90%;
	font-weight: normal;
	background: url(../images/icon/icon-menu01-r-black.gif) 0 4px no-repeat;
}

div#sidebar .menu-mtwp li ul{ margin: 10px 0 20px 0; }
div#sidebar .menu-mtwp li ul li{
	margin: 10px 0;
	background: url(../images/icon/icon-menu10-black.gif) 0 3px no-repeat;
	font-size: 90%;
	font-weight: normal;
}


/*--------------------------------------------------------
4-6、エリア設定「本文」
--------------------------------------------------------*/

div#main-contents,div#main-contents_1column{
	display: inline;
	float: right;
	overflow: hidden;
	padding: 0 10px;
}


/*本文内のPタグ*/
div#main-contents p,div#main-contents_1column p{
	margin-bottom: 1.2em;
	padding: 0;
}


/*本文内の線*/
div#main-contents hr,div#main-contents_1column hr{
	clear: both;
	margin: 0.5em 0 1.7em;
	_margin: 0 0 1.2em;
	padding: 0px;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #ccc;
}

*:first-child+html div#main-contents hr{ margin: 0 0 1.2em; }
*:first-child+html div#main-contents_1column hr{ margin: 0 0 1.2em; }

/*コンテンツエリア*/
div#main-contents .contents,div#main-contents_1column .contents{
	clear: both;
	overflow: auto;
	margin: 0;
	padding: 0px 20px 1.4em 20px;
}


/*コンテンツエリア2（インデント10px）*/
div#main-contents .contents2,div#main-contents_1column .contents2{
	clear: both;
	overflow: auto;
	margin: 0;
	padding: 0px 30px 1.4em 30px;
}


/*本文内のリストタグ--------------------------*/
div#main-contents ul,
div#main-contents ol,
div#main-contents_1column ul,
div#main-contents_1column ol{
	list-style-position: outside;
	margin: 0 10px 1.4em 10px;
}

div#main-contents ul,div#main-contents_1column ul{ list-style-type: disc; }
div#main-contents li,div#main-contents_1column li{ line-height: 1.8em; }


/*最新情報のリストタグ--------------------------*/
div#main-contents ul.topics,div#main-contents_1column ul.topics{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px 15px 0 15px;
	border: 1px solid #999;
}

div#main-contents ul.topics li,div#main-contents_1column ul.topics li{
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #999;
	line-height: 1.4em!important;
}


/*チェックリスト用のリストタグ--------------------*/
div#main-contents ul.checklist,div#main-contents_1column ul.checklist{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px;
	border: 1px solid #999;
}

div#main-contents ul.checklist li,div#main-contents_1column ul.checklist li{
	padding-left: 24px;
	background: url(../images/icon/icon-check02-blue.gif) no-repeat 0 8px;
	line-height: 2.5em;
}


/*定義タグ-----------------------------------*/
div#main-contents dl,div#main-contents_1column dl{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

div#main-contents dt,div#main-contents_1column dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

div#main-contents dd,div#main-contents_1column dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}


/*引用エリア-----------------------------------*/
div#main-contents q,
div#main-contents blockquote,
div#main-contents_1column q,
div#main-contents_1column blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #444;
}


/*戻る＆進むリンク--------------------------*/
.link-back,
.link-next{
	margin-top: 1.2em;
	font-size: 120%;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }

.link-next a,
.link-back a{
	padding-left: 15px;
}

/*矢印画像*/
.link-next a{ background: url(../images/icon/icon-menu01-r-black.gif) 0 3px no-repeat; }
.link-back a{ background: url(../images/icon/icon-menu01-l-black.gif) 0 3px no-repeat; }

.ad-link-bn{
	background-image: url(../images/ad_link_bn2.jpg);
	display:block;
	overflow: hidden;
	width:480px;
	height:60px;
	clear:both;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
}

.ad-link-bn a{
	background-image: url(../images/ad_link_bn.jpg);
	display:block;
	overflow: hidden;
	padding: 0;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #fff;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	text-decoration: none;
	line-height:2em;
}

.ad-link-bn a:hover{
	background:none;
	padding: 0;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #fff;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	text-decoration: none;
	line-height:2em;
	position:relative;
	top:1px;
	left:1px; 
}


/*サイドバーのメニュー設定をメインでも使用--------------*/
div#main-contents .menu,div#main-contents_1column .menu{
	margin: 0;
	border: 1px solid #d4976e;
}

div#main-contents .menu .title,
div#main-contents_1column .menu .title
{ background: url(../images/bg01-h2.jpg) left center; }

div#main-contents .menu .title p,
div#main-contents_1column .menu .title p{
	margin: 0 10px;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
}

div#main-contents .menu ul,
div#main-contents .menu ol,
div#main-contents_1column .menu ul,
div#main-contents_1column .menu ol{
	margin: 5px 10px;
}

div#main-contents .menu ol,div#main-contents_1column .menu ol{ padding-left: 15px!important; }

div#main-contents .menu li,div#main-contents_1column .menu li{
	list-style-position: outside;
	margin: 15px!important;
	line-height: 1.2em;
}

/*ランキングリスト*/
div#main-contents ul.ranking li,div#main-contents_1column ul.ranking li{
	list-style-type: none;
	margin-bottom: 10px!important;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d4976e;
	background: none;
	font-weight: normal;
}

div#main-contents ul.ranking li.end,
div#main-contents_1column ul.ranking li.end
{ border: none; }

div#main-contents ul.ranking p,
div#main-contents_1column ul.ranking p{	margin: 10px 0; }


/*表のデザイン----------------------------------------------*/
table{
    width: 90%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	text-align:center;
	margin:0 auto;
}

th{
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;

}

td{
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;

}

/*タグ----------------------------------------------*/
ul.tag li{
	display: inline;
	margin-right: 15px;
}



/*--------------------------------------------------------
4-7、エリア設定「フッター」
--------------------------------------------------------*/

div#footer{
	clear: both;
	width: 100%;
	background: #fff;
	text-align: center;
}

div#footer hr{
	clear: both;
	margin: 0;
	padding: 0;
	color: #333;
}

div#footer .menu{ margin: 0.5em 0; }

div#footer .menu li{
	display: inline;
	margin: 0 1.0em;
	font-size: 90%;
	line-height: 14pt;
}

div#footer #copyright{
	clear: both;
	width: 100%;
	margin-top: 1.0em;
	padding: 1.0em 0;
	background-image: url(../images/bg01-h2.jpg);
	font-size: 10pt;
	line-height: 14pt;
	color: #fff;
}

div#footer #copyright a{ text-decoration: underline; }
div#footer #copyright a:link{ color: #fff; }
div#footer #copyright a:visited{ color: #fff; }
div#footer #copyright a:hover{ color: #cc6600; }


div#footer address{ margin: 15px 0; }



/*--------------------------------------------------------
5、追加設定
--------------------------------------------------------*/

/*WordPressで使用*/
ol#commentlist ul{
	list-style-type: none!important;
	list-style-position: outside!important;
}

ol#commentlist{
	list-style-type: none!important;
	list-style-position: outside!important;
	margin-left: 0!important;
}

li.comment{
	padding: 10px 10px 0 10px;
	border-left: dotted 1px #ccc;
	margin: 20px 0;
	font-size: 10pt;
}

div.reply{
	padding-bottom: 10px!important;
}

div.reply.contents{
	width: 100%;
}

cite,span.says{
	vertical-align: bottom!important;
}

/*WordPressカレンダー*/
table#wp-calendar {
	width: 100%;
	_width: 90%;
	margin:0 auto;
}

#wp-calendar caption{
	text-align: center;
}

#wp-calendar th,#wp-calendar td{
	width: 14%;
	padding: 0!important;
	border: 0;
	margin: 0!important;
	font-size: 12px;
	text-align: center;
}

.contents-footer{
	font-size:11px;
}

#copyright-plink{
	position: absolute;
	bottom: 5px;	
}


/*追加カスタマイズ*/
#main-contents ul.social-button{
	margin:0 0 10px 0!important;
	padding: 0!important;
	text-align: right;
}

.social-button li{
	display: inline;
	list-style: none;
	margin-left: 5px;
}



/*------------------------------------------------------------
　written＆copyright by Shigeoki Matsuo
-------------------------------------------------------------*/
}