/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/


/* ━━━━━━━━━━━ テンプレ23用CSS ━━━━━━━━━━━ */

/* ▼＝＝＝＝ 20081229追加　記事内テーブル＝＝＝＝  */

#content .doc table {
	border: 1px #cccccc solid;
    border-spacing: 0;
	border-width: 1px 1px 0px 0px;
	margin:auto;
}
#content .doc th {
	padding: 5px;
	border: #cccccc solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
#content .doc td {
	padding: 5px;
	border: 1px #cccccc solid;
	border-width: 0 0 1px 1px;
}
#content .doc tr {
	width:100%;
}
#base #wrapper #containar #content #linl_navi {
	margin: 10px;
	padding: 0px;
	text-align: right;
}
#base #wrapper #containar #content .pro {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mawarikomi_r {
	margin: 0px;
	padding: 8px;
	float: right;
}


/* ▲＝＝＝＝ 20081229追加　記事内テーブル＝＝＝＝  */


* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
	background: #DCE9F0;
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #333;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

/* strong */
strong {font-weight: bold;}

/* 画像の属性 */
img {border: none; margin: 0;}

a:link, a:visited, a:active {color: #337799;text-decoration: underline;}
a:hover{color : #FF6633;text-decoration: none;}

/* 基本設定 ----------------------------- */
#base{
	width: 820px;
	margin: 0 auto;
	background: url("img/base_back.gif") repeat-y;
	text-align: center;
	position: relative;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#containar {
	width: 760px;
	margin: 10px auto 0 auto;
	text-align: left;
	background: #FFF;
}

/*  ヘッダー  */
#header {
	height:50px;
	margin: 0;
	color: #FFF;
	background: #1E86BC url("img/header.gif") no-repeat;
	text-align: left;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {
 position: absolute;
 top: 20px;
 left: 30px;
 font-size: 22px;
 font-weight: bold;
 color: #FFF;
 text-decoration: none;
}

#header h1 a:hover {
 color: #FF0000;
 text-decoration: underline;
}

#header2 {
	height:235px;
	margin: 0;
	color: #FFF;
	text-align: left;
	background: #1E86BC url("img/header2.jpg") no-repeat;
}

#header2 p{
	position: absolute;
	top: 80px;
	left: 500px;
	width: 280px;
	font-size: 100%;
	color: #333;
	text-align: left;
}

#header a:link, #header a:visited, #header a:active {color: #FFF;text-decoration: underline;}
#header a:hover{color : #FF9900;text-decoration: none;}

#header .ads_header{
	text-align: center;
}


/*  メインメニュー  */
#gmenu{
	position: absolute;
	left:10px;
	top: 250px;
	margin: 0 auto;
	width: 800px;
	height: 33px;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}
#gmenu ul{list-style: none; margin: 0; padding: 0;}
#gmenu li{margin: 0; padding: 0; float: left;}
#gmenu li.nav1 a:link, #gmenu li.nav1 a:visited, #gmenu li.nav1 a:active {
	float: left;
	width: 160px;
	height: 33px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu01.gif") no-repeat;
	display: block;
}
#gmenu li.nav1 a:hover{background: url("img/gmenu11.gif") no-repeat;color: #FFF;}

#gmenu li.nav2 a:link, #gmenu li.nav2 a:visited, #gmenu li.nav2 a:active {
	float: left;
	width: 160px;
	height: 33px;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu02.gif") no-repeat;
	display: block;
}
#gmenu li.nav2 a:hover{background: url("img/gmenu12.gif") no-repeat;color: #FFF;}

#gmenu li.nav3 a:link, #gmenu li.nav3 a:visited, #gmenu li.nav3 a:active {
	float: left;
	width: 160px;
	height: 33px;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu03.gif") no-repeat;
	display: block;
}
#gmenu li.nav3 a:hover{background: url("img/gmenu13.gif") no-repeat;color: #FFF;}

#gmenu li.nav4 a:link, #gmenu li.nav4 a:visited, #gmenu li.nav4 a:active {
	float: left;
	width: 160px;
	height: 33px;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu04.gif") no-repeat;
	display: block;
}
#gmenu li.nav4 a:hover{background: url("img/gmenu14.gif") no-repeat;color: #FFF;}

#gmenu li.nav5 a:link, #gmenu li.nav5 a:visited, #gmenu li.nav5 a:active {
	float: left;
	width: 160px;
	height: 33px;
	color: #666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu05.gif") no-repeat;
	display: block;
}
#gmenu li.nav5 a:hover{background: url("img/gmenu15.gif") no-repeat;color: #FFF;}

.rss{	
	position: absolute;
	top: 20px;
	right: 25px;
}

/*  パンくずリスト  */
.navi {
	margin :0 0 10px;
	width: 100%;
	font-size: 10px;
	padding: 0 5px;
	text-align: center;
}

.navi a {
	color: #CC3366;
	text-decoration: none;
}

.navi a:hover {
	color: #FF6633;
	text-decoration: underline;
}


/*  記事枠等の属性  */
#content {
	float: right;
	width: 520px;
	background: #FFF;
	overflow: hidden;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
}

#content h2{
	font-size: 115%;
	color: #1E86BCs;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	line-height: 150%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F2F2F2;
	background-image: url(img/icon_01.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}
.pro {
	background-color: #ECF0ED;
	font-size: 115%;
	font-weight: bold;
	color: #1E86BCs;
	background-image: url(img/icon02.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent: 28px;
	line-height: 155%;
}


#content h3{
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #DDD;
	color: #1E86BC;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 0;
}

#content h3.post {
	border: 0px;
	color: #1E86BC;
	font-weight: bold;
	font-size: 108%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 20px;
	background-image: url(img/h3_back.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 5px;
}
			
#content h3.post a {
	color: #1E86BC;
	text-decoration: underline;
}
					
#content h3.post a:hover {
	color: #FF3300;
	text-decoration: none;
}


#content h4 {
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #DDD;
	color: #BF406A;
	font-weight: bold;
	font-size: 108%;
	line-height: 150%;
	display: block;
	text-align: left;
}

#content h5 {
	margin: 10px 10px 10px 0;
	color: #666;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
}

#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 20px 10px 0;
}

#content .doc{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 0px;
}

#content .doc p{
	padding: 5px 0;
}

/* ---- 関連記事リスト属性----- */
#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}

/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

#content .next{
	text-align: right;
}

/*  サイドメニュー等の属性  */
#sidebar {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow: hidden;
}

#sidebar h2{
	font-weight: bold;
	font-size: 95%;
	color: #333333;
	text-indent: 4px;
	height: 38px;
	width: 230px;
	background-image: url(img/sh2_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align: left;
	display: block;
	line-height: 35px;
}

#sidebar .search{	
	margin: 0;
	border-left: 1px solid #1E86BC;
	border-right: 1px solid #1E86BC;
	border-bottom: 1px solid #1E86BC;
}

/*　検索窓　*/
#sidebar .search div {
	padding: 10px;
	text-align: left;
}

/* カテゴリ指定 */
#sidebar .cat{
	margin: 0;
}

#sidebar .cat h2{
	margin: 5px 5px 0 10px;
	border: 1px solid #555;
	background: #33663B;
	font-weight: bold;
	font-size: 108%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}

#sidebar ul.menu{
	display: block;
	list-style-type: none;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}

#sidebar ul.menu li.c1 a {
	display: block;
	/* 	height: 25px;*/
 	list-style: none;
	text-decoration: none;
	font-size: 85%;
	line-height: 170%;
	/* 	overflow: hidden;*/
	background: #FFF url("img/menu01.gif") no-repeat;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}


#sidebar ul.menu li.c1 a:hover {
	background: #FFF url("img/menu02.gif") no-repeat;
	text-decoration: underline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


#sidebar ul.menu li a {
	display: block;
/* 	height: 25px;*/
 	list-style: none;
 	padding: 0 0 0 40px;
 	text-decoration: none;
 	font-size: 85%;
 	line-height: 170%;
/* 	overflow: hidden;*/
	background: #FFF url("img/menu03.gif") no-repeat;
}

#sidebar ul.menu li a:hover {
	background: #FFF url("img/menu04.gif") no-repeat;
	text-decoration: underline;
}

#sidebar ul.arch li a {
 	height: 25px;
 	list-style: none;
 	padding: 0;
 	text-indent: 20px;
 	text-decoration: none;
 	font-size: 85%;
 	line-height: 200%;
 	display: block;
	background: #FFF url("img/arch01.gif") no-repeat;
}

#sidebar ul.arch li a:hover {
	background: #FFF url("img/arch02.gif") no-repeat;
}

/*フッターナビ*/
.f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 10px 250px 15px 15px;
	font-size: 85%;
}

.f_navi img{margin: 0 3px;border-style: none; vertical-align: middle;}

/*フッター*/
#footer{
 	clear: both;
 	width: 820px;
 	height: 60px;
 	margin: 0;
 	color: #999;
 	padding: 0;
 	text-align: left;
	background: url("img/footer_back.gif") no-repeat;
}

#footer .copyright{
	text-align: center;
	padding: 40px 0 0 0;
	font-size: 12px;
	line-height: 120%;
}

/* タグ指定 */

.module-tagcloud{
	margin: 0;
}

.module-tagcloud h2{
 margin: 10px 0 0 0;
 height: 22px;
 color: #FFF;
 font-weight: bold;
 line-height: 180%;
 text-indent: 10px;
 text-align: left;
 background: #CCC;
 display: block;
}

.module-tagcloud .module-content{
	margin: 0;
	background: #EEE;
	text-align: left; 
}

.module-tagcloud .module-content .module-list{
	padding: 5px;
	list-style: none;
}

.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }
#base #wrapper #containar #content .doc #rank_title {
	font-size: 145%;
	color: #333333;
	font-weight: bolder;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	float: left;
	width: 380px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFD9;
}
#base #wrapper #containar #content .doc #clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}



.tag_line{
	margin: 10px;
	text-align: left;
}



#bt {
	clear  :both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 90px;
	text-align: center;
 }

#bt a {
 display: block;
 width: 358px;
 height: 50px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("img/bt.jpg") no-repeat;
 }

#bt a:hover {
 background-position: 0 -55px;
 }

.rank {
	font-size: 1.5em;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ8", "ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: none;
	letter-spacing: 0.2em;
	color: #333333;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
}


.red { color: #ff0000; }
.red_b { 
color: #ff0000;
font-weight:bold;
 }
.blue { color: #006699; }
.green { color: #009900; }
.orange { color: #ff9900; }
.pink { color: #ff66cc; }
.b { font-weight: bold; }
.line { background: #ffff66; }
.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
.line { border-top: 1px dashed #ccc; clear: both; margin: 0 5px; font-size: 5px;}
img { border: none; }

.line1 { background: #cc0101; 
padding: 5px 3px;
color:#fff;}

.line2 { background: #ffff33; 
}

.underline { text-decoration: underline; 
}


.orangeb { 
color: #ff9900;
font-weight:bold;
font-size:18px;
 }

.greenb { 
color: #009900; 
font-weight:bold;
font-size:18px;
}
#base #wrapper #containar #content #clear {
	clear: both;
}
#content .doc2 {

	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 0px;
}
#base #wrapper #containar #content .doc2 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#base #wrapper #containar #content .doc2 li {
	display: inline;
	background-image: url(img/icon_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 20px;
}



.pink_b {
	font-size: 18px;
	font-weight: bold;
	color: #FF5FD2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF5FD2;
}
.blue_b {
	font-size: 18px;
	font-weight: bold;
	color: #2CA6E0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2CA6E5;
}
#base #wrapper #containar #content .doc #text_01 {
	text-align: left;
	margin: 0px;
	padding: 2px;
}
.question {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 0px;
	line-height: 30px;
	background-image: url(img/icon_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.point {

	font-size: 15px;
	font-weight: bold;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content .doc3 {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}
#content .doc4 {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#content .doc5 {

	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	text-align: left;
}

#content .doc6 {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 10px 0 0 10px;
	text-align: left;
	border-width: 1px;
	border-style: dotted;
	border-color: #CC0000;
}
#content .doc7 {
	font-size: 10px;
	margin-top: 10px;
}
.mawarikomi_l {
	margin: 0px;
	padding: 8px;
	float: left;
}
