@media all{
/*--------------------------------------------------------
1、total設定
-------------------------------------------------------*/

/*背景画像設定*/
body{
	margin: 0;
	background-color: #f5f5f5;
	text-align: center;
}

/*
初期設定の背景：background: url(../images/bg/bg02-blue.jpg) #fff center top repeat-x fixed;
任意の画像の背景：background: url(../images/bg/bg-photo.jpg) left top repeat fixed;
単色の背景：background: #000;
*/

/*★質問13★*/
/*文字設定*/
body,pre{
	font-family: Osaka, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	color: #333;
}
/*★質問13★*/

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: #0044cc; }
a:visited{ color: #0044cc; }
a:hover{ color: #39ace5; }

a:hover img,.a:active img{
filter:alpha(opacity= 80); /* IE */
-moz-opacity:0.80; /* Firefox CSS3以前 */
opacity:0.80; /* CSS3 */ 
}


/*--------------------------------------------------------
2、hタグ
--------------------------------------------------------*/

h1{
	z-index: 1;
	/*@@position: absolute;*/
	/*@@margin: 7px 0 0 16px;*/
	font-size: 8.5pt;
	line-height: 18px;
	color: #000;
	/*@@以降追加*/
	float: left;
}


h2,h2.p1{
	clear: both;
	margin: 0 0 1.0em 0;
	padding: 0.2em 14px;
	border: 2px solid #a9a9a9;
	background-color: #d981e0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	color: #fff;
}


h2 a,h2.p1 a{ text-decoration: underline; }
h2 a:link,h2.p1 a:link{ color: #fff; }
h2 a:visited,h2.p1 a:visited{ color: #fff; }
h2 a:hover,h2.p1 a:hover{ color: #cc6600; }


/*h2のパターン2*/
h2.p2{
	padding: 0.6em 40px;
	background: url(../images/bg-h2/bg02-h2-blue.jpg) left center repeat-x;
	font-size: 1.4em;
	color: #333;
}

/*h2のパターン3*/
h2.p3{
	background: url(../images/bg-h2/bg03-h2-blue.jpg) left center repeat-x;
}

/*h2のパターン4*/
h2.p4{
	border: 0;
	background: url(../images/bg-h2/bg04-h2-blue.jpg) left bottom repeat-x;
	color: #333;
}

/*★質問5★*/
h3{
	clear: both;
	margin: 0 10px 1.0em 10px;
	padding: 0 0 0 1em;
	border-top: 2px solid #81cde5;
	border-bottom: 1px solid #d6d6d6;
	background-color: #f7fcfd;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2.3em;
	color: #000;
}
/*★質問5★*/

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;
	/*@@以降追加*/
	background-color: #fff;
}

/*左右の枠線*/
div#container
/*@@div#header,
div#header-logo,
div#navi,
div#main*/{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}


/*■サイト全体の横幅*/
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#hgroup {
	background-color: #d981e0;
	overflow: hidden;
	padding: 7px 16px 0;
}

/*■サイドバーの横幅*/
div#sidebar{ width: 240px; }

div#sidebar .menu,
div#sidebar .menu-mtwp,
div#sidebar .contents{
	width: 218px;/*「サイドバー」-「22px」*/
	_width: 220px;/*IE6用（「サイドバー」-「20px」）*/
}

/*■本文の横幅*/
div#main-contents{
	width: 660px;/*「全体」-「サイドバー」-「20px」*/
	_width: 680px;/*IE6用（「全体」-「サイドバー」）*/
}


/*--------------------------------------------------------
4-1、エリアの設定「最上部ヘッダー帯」
--------------------------------------------------------*/

div#header{
	/*@@height: 30px;*/
	/*@@background-color: #d981e0;*/
}

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: #000000; }
div#header #top-menu li a:link{ color: #000000; }
div#header #top-menu li a:visited{ color: #000000; }
div#header #top-menu li a:hover{ color: #ffffff; }


/*--------------------------------------------------------
4-2、エリアの設定「ヘッダーロゴ」
--------------------------------------------------------*/

div#header-logo{
	z-index: 1;
	/*@@position: absolute;*/
	/*@@top: 30px;*/
	/*@@height: 150px;*//*■ロゴの高さ*/
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	/*@@background: url(../images/logo.gif);*/
	text-align: left;
}


/*ロゴテキスト*/
p#logo-text{
	position: absolute;
	top: 40px;/*■縦位置*/
	left: 18px;
	font-size: 24pt;
	font-weight: bold;
	line-height: 1.1em;
	letter-spacing: -0.5pt;
}

/*サブテキスト*/
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: 40px;/*■縦位置*/
	right: 20px;
	width: 400px;
	font-size: 9pt;
	line-height: 14pt;
	text-align: right;
	color: #fff;
}


/*--------------------------------------------------------
4-3、エリアの設定「パン屑ナビ」
--------------------------------------------------------*/

div#navi{
	/*@@position: absolute;*/
	/*@@top: 180px;*//*■縦位置*/
	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: 214px;*//*■縦位置*/
	overflow: hidden;
	background: #fff;
	text-align: left;
}


/*--------------------------------------------------------
4-5、エリアの設定「サイドバー」
--------------------------------------------------------*/

div#sidebar{
	display: inline;
	float: left;
	overflow: hidden;
}


/*サイドバー内のPタグ*/
div#sidebar p{
	margin: 15px;
	font-size: 80%;
}


/*サイドバーの枠線＆マージン*/
div#sidebar .menu,
div#sidebar .menu-mtwp,
div#sidebar .contents{
	margin: 0 0 10px 10px;
	border: 1px solid #d981e0;
}


/*サイドバーのタイトル帯の背景色*/
div#sidebar .title{
	background-color: #d981e0;
}

/*サイドバーのタイトル帯の文字色*/
div#sidebar .title p{
	margin: 0 10px;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
}

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 .menu.ranking{
border:1px solid #ffb800;
}
div#sidebar .menu.ranking .title {
background-color:#ffb800;
}
div#sidebar .menu.ranking .title p{
color:#4b2c11;
}

div#sidebar .menu.check{
border:1px solid #f01b31;
}
div#sidebar .menu.check .title {
background-color:#f01b31;
}
div#sidebar .menu.check .title p{
color:#fff;
}

div#sidebar .menu.select{
border:1px solid #685248;
}
div#sidebar .menu.select .title {
background-color:#685248;
}
div#sidebar .menu.select .title p{
color:#ffffff;
}

div#sidebar .menu.select2{
border:1px solid #c1c6c9;
}
div#sidebar .menu.select2 .title {
background-color:#c1c6c9;
}
div#sidebar .menu.select2 .title p{
color:#28333b;
}

/*親メニューリスト*/
div#sidebar ul{ margin: 5px 5px; }
div#sidebar li{
	list-style-type: none;
	list-style-position: outside;
	margin: 6px 0;
	padding-left: 20px;
	background: url(../images/icon/icon-menu01-r-black.gif) 0 5px no-repeat;
	font-size: 90%;
}
/*new*/div#sidebar select{ margin: 8px 3px; width: 210px; }
/*new*/div#sidebar option{ margin: 5px 0; }

/*子メニューリスト*/
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;
}

/*★質問1、質問2、質問3★*/
/*ランキングリスト*/
div#sidebar ul.ranking li{
	margin-bottom: 5px;
	padding: 0;
	background: none;
	font-weight: normal;
}

div#sidebar ul.ranking li.end{ border: none; }
div#sidebar ul.ranking p{ margin: 3px 0; }

.no1,.no2,.no3,.no4,.no5,.no6,.no7,.no8,.no9,.no10,.arrow{
	line-height: 22px !important;
	padding: 3px 0 0 30px !important;
}

.no1,.no2,.no3,.no4,.no5,.no6,.no7,.no8,.no9,.no10,.no11,.arrow{
	font-size: 1.0em!important;
	font-weight: bold!important;
}

/*王冠画像*/
.no1{ background: url(../images/icon/icon-rank02-01.gif) left top no-repeat; }
.no2{ background: url(../images/icon/icon-rank02-02.gif) left top no-repeat; }
.no3{ background: url(../images/icon/icon-rank02-03.gif) left top no-repeat; }
.no4{ background: url(../images/icon/icon-rank02-04.gif) left top no-repeat; }
.no5{ background: url(../images/icon/icon-rank02-05.gif) left top no-repeat; }
.no6{ background: url(../images/icon/icon-rank02-06.gif) left top no-repeat; }
.no7{ background: url(../images/icon/icon-rank02-07.gif) left top no-repeat; }
.no8{ background: url(../images/icon/icon-rank02-08.gif) left top no-repeat; }
.no9{ background: url(../images/icon/icon-rank02-09.gif) left top no-repeat; }
.no10{ background: url(../images/icon/icon-rank02-10.gif) left top no-repeat; }
.arrow{ background: url(../images/icon/arrow2.gif) left top no-repeat; }

/* ランキングメイン */
#main-contents table {
	border-collapse: collapse;
}
#main-contents .no1,
#main-contents .no2,
#main-contents .no3,
#main-contents .no4,
#main-contents .no5,
#main-contents .no6,
#main-contents .no7,
#main-contents .no8,
#main-contents .no9,
#main-contents .no10,
#main-contents .check{
	line-height: 30px !important;
	height: 30px !important;
	padding: 5px 0 0 55px!important;
	font-size: 1.2em!important;
	font-weight: bold!important;
	margin-bottom: 0;
}
/*王冠画像*/
#main-contents .no1{ background: url(../images/icon/rank01.jpg) left top no-repeat; }
#main-contents .no2{ background: url(../images/icon/rank02.jpg) left top no-repeat; }
#main-contents .no3{ background: url(../images/icon/rank03.jpg) left top no-repeat; }
#main-contents .no4{ background: url(../images/icon/rank04.jpg) left top no-repeat; }
#main-contents .no5{ background: url(../images/icon/rank05.jpg) left top no-repeat; }
#main-contents .no6{ background: url(../images/icon/rank06.jpg) left top no-repeat; }
#main-contents .no7{ background: url(../images/icon/rank07.jpg) left top no-repeat; }
#main-contents .no8{ background: url(../images/icon/rank08.jpg) left top no-repeat; }
#main-contents .no9{ background: url(../images/icon/rank09.jpg) left top no-repeat; }
#main-contents .no10{ background: url(../images/icon/rank10.jpg) left top no-repeat; }
#main-contents .check{ background: url(../images/icon/check.gif) left top no-repeat; }
/*★質問1、質問2、質問3★*/

/*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{
	display: inline;
	float: right;
	overflow: hidden;
	padding: 0 10px;
}


/*本文内のPタグ*/
div#main-contents p{
	margin-bottom: 0.8em;
	padding: 0;
}


/*本文内の線*/
div#main-contents 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; }


/*コンテンツエリア*/
div#main-contents .contents{
	clear: both;
	overflow: auto;
	margin: 0;
	padding: 0px 20px 1.4em 20px;
}


/*コンテンツエリア2（インデント10px）*/
div#main-contents .contents2{
	clear: both;
	overflow: auto;
	margin: 0;
	padding: 0px 30px 1.4em 30px;
}

/*口コミ吹き出し*/
div#main-contents .kutikomi {
	margin: 1em 0 -30px;
}

div#main-contents .kutikomi th,
div#main-contents .kutikomi td{
	border: none;
}

div#main-contents .kutikomi_top p {
    line-height: 1.5em;
    margin: 1em 1.5em;
}

div#main-contents .fukidashi {
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    margin-left: 8px;
    margin-bottom: 1.5em;
    position: relative;
}

div#main-contents .fukidashi .tail {
    left: -8px;
    position: absolute;
    top: 25px;
}

/*本文内のリストタグ--------------------------*/
div#main-contents ul,
div#main-contents ol{
	list-style-position: outside;
	margin: 0 10px 1.4em 10px;
}

div#main-contents ul{ list-style-type: disc; }
div#main-contents li{ line-height: 1.8em; }


/*★質問4★*/
/*最新情報のリストタグ--------------------------*/
div#main-contents ul.topics{
	list-style-type: none;
	list-style-position: outside;
}

div#main-contents ul.topics li{
	line-height: 1.4em!important;
	margin: .5em 0;
	padding-left: 24px;
	background: url(images/icon/icon-check02-black.gif) left 3px no-repeat;
}
/*★質問4★*/

/*チェックリスト用のリストタグ--------------------*/

div#main-contents ul.checklist{
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 15px;
}

div#main-contents ul.checklist li{
	padding-left: 24px;
	background: url(../images/icon/icon-check02-black.gif) no-repeat 0 8px;
	line-height: 2.5em;
}

div#main-contents ul.checklist2{
	list-style-type: none;
	list-style-position: outside;
}

div#main-contents ul.checklist2 li{
	padding-left: 224px;
	background: url(../images/icon/icon-check02-black.gif) no-repeat 200px 18px;
	line-height: 3.2em;
	font-size: 12pt;
	font-weight: bold;
}

div#main-contents ul.checklist3{
	list-style-type: none;
	list-style-position: outside;
}

div#main-contents ul.checklist3 li{
	padding-left: 28px;
	background: url(../images/icon/icon-check02-black.gif) no-repeat 0 13px;
	line-height: 2.7em;
	font-size: 12pt;
	font-weight: bold;
}

div#main-contents ul.checklist4{
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 5px;
	margin-top: 5px;
}

div#main-contents ul.checklist4 li{
	font-size: 13px;
	padding-left: 19px;
	background: url(../images/icon/icon-menu01-r-black.gif) no-repeat 0 8px;
	line-height: 2.1em;
	/*new*/margin-bottom: 15px;
}

/*★質問4★*/
div#main-contents ul.checklist5{
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 15px;
    float: left;
}

div#main-contents ul.checklist5 li{
	padding-left: 24px;
	background: url(../images/icon/icon-check02-black.gif) no-repeat 0 8px;
	line-height: 2.5em;
    width: 264px;
}
/*★質問4★*/

/*定義タグ-----------------------------------*/
div#main-contents dl{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #BFE5FF;
}

div#main-contents 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{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}


/*引用エリア-----------------------------------*/
div#main-contents q,
div#main-contents 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-r-black.gif) 0 3px no-repeat; }



/*サイドバーのメニュー設定をメインでも使用--------------*/
div#main-contents .menu{
	margin: 0;
	border: 1px solid #7070ba;
}

div#main-contents .menu .title{ background: url(../images/bg-sub/bg-sub-blue.jpg) left center; }
div#main-contents .menu .title p{
	margin: 0 10px;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
}

div#main-contents .menu ul,
div#main-contents .menu ol{
	margin: 5px 10px;
}

div#main-contents .menu ol{ padding-left: 15px!important; }

div#main-contents .menu li{
	list-style-position: outside;
	margin: 15px!important;
	line-height: 1.2em;
}

/*質問5*/
/*ランキングリスト*/
div#main-contents ul.ranking li{
	list-style-type: none;
	margin-bottom: 10px!important;
	padding-bottom: 10px;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

div#main-contents ul.ranking li.end{ border: none; }
div#main-contents ul.ranking p{	margin: 10px 0; }
/*質問5*/

/*●サイトマップ（リストタグ）*/
.sitemap li{
	padding: 3px 0 3px 24px;
	list-style-type: none;
	font-weight: bold;
}

.sitemap li li{	border-left: 1px solid #555; }
.sitemap ul li{	background: url(../images/li.gif) 0 12px no-repeat; }
.sitemap ul ul li{
	background:  url(../images/li.gif) 0 12px no-repeat;
	font-weight: normal;
}

/*★質問6、質問8、質問9★*/
/*表のデザイン----------------------------------------------*/
table{
	margin: 0 0 40px;
	font-size: 90%;
}

th,td{
	padding: 0.8em;
	border: 1px solid #333;
	vertical-align: top;
}

th{
	width: 28%;
	font-weight: bold;
}

table.rank-in th,
table.rank-in td,
table.bottom-links th,
table.bottom-links td{
	border: none;
	vertical-align: middle;
}

table.rank-in td {
	vertical-align: top;
}

table.map th {
	width: auto;
}
/*★質問6、質問8、質問9★*/

/*タグ----------------------------------------------*/
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: 0.7em;
	padding: 0.7em 0;
	background-color: #d981e0;
	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;
}