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

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
	background: #000;
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #999;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	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: normal;}

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

/* 強調文の属性*/
h1,h2,h3,h4,p{font-size: 12px;font-weight: normal;}

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

/*引用属性*/
blockquote {
	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #CCC;
	scrollbar-face-color: #DCEBF0;
	margin: 10px 20px 10px 20px;
	padding: 5px;
	text-align: left;
	}
	
/* 基本設定 ----------------------------- */
#base{
	width: 840px;
	margin: 0 auto;
	text-align: center;
	
}

#wrapper {
	width: 820px;
	margin: 0 auto;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	text-align: center;
	position: relative;
}

/*  ヘッダー  */
#header {
	height:200px;
	margin: 0;
	background: #000 url("img/header.jpg") no-repeat top left;
	color: #666;
}

#header h1{
 	margin-top : 0;
 	margin-bottom: 0;
 	text-indent: -2000px;
}
		
#header h1 a {
 	height:80px;
 	outline: 0;
 	display: block;
 	background: url("img/header.jpg") no-repeat top left;
 	overflow: hidden;
}

#header h1 a:hover {
 	background: url("img/header.jpg") no-repeat top left;
}

#header p{
	position: absolute;
	top: 180px;
	left: 10px;
	width: 800px;
	font-size: 80%;
	color: #999;
	text-align: left;
}

/* トップメニュー */
ul.topmenu{
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
}

ul.topmenu li{
	text-align: center;
	font-size: 12px;
	float: right;
	color: #999;
	width: 136px;
	height: 25px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	display: block;
}

ul.topmenu li a:link, ul.topmenu li a:visited, ul.topmenu li a:active {
	color: #999;
	text-decoration: none;
	float: right;
	width: 136px;
	height: 25px;
	display: block;
}
ul.topmenu li a:hover{color : #999;text-decoration: none; background: #333;}


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

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

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


/*  記事枠等の属性  */
#container{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#content {
	float: right;
	width: 540px;	
	margin-top: 20px;
	overflow-x: hidden;
}

#content h2 {
	margin: 0 0 0 5px;
	border-left: 8px solid #3399CC;
	color: #999;
	font-weight: bold;
	font-size: 123%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
}
			
#content h2 a {
	text-decoration: underline;
	color: #999;
}
					
#content h2 a:hover {
	text-decoration: none;
	color: #FF5500;
}


#content h3 {
	margin: 10px 0 0 5px;
	border-left: 8px solid #998833;
	color: #999;
	font-weight: normal;
	font-size: 108%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
}

#content h3.comments-header,#content h3.trackbacks-header ,#content h3.comments-open-header{
	margin: 30px 0 10px 0;
	padding: 0;
	border-left: 8px solid #444;
	border-bottom: 1px solid #444;
	color: #337799;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
}


#content h4 {
	margin-top: 20px;
	padding: 0 10px 0 5px;
	border-bottom: 1px solid #444;
	color: #449933;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
}

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

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

#content .doc{
	margin: 5px 10px 10px 10px;
	text-align: left;
}

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

#content .ads_banner{
	margin: 0px 20px 10px 20px;
	text-align: left;
}


/*　詳細へ　*/
#content .next {
	margin : 10px 0;
	font-weight: normal;
}

/*  記事一覧  */
#content ol{
	margin: 0px 0px 20px 40px;
}

#content li{
	margin: 5px 0;
	font-size: 100%;
	color: #666;
}

#content .cform{
	margin: 0;
}

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



/*  サイドメニュー等の属性  */
#sidebar {
	float: left;
	width: 240px;
	margin: 0;
	overflow-x: hidden;
}

#sidebar h2{
	margin: 0;
	background: #444;
	font-weight: bold;
	font-size: 108%;
	line-height: 170%;
	color: #999;
	text-align: left;
	text-indent: 5px;
	border: 1px solid #444;
}

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

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

/* カテゴリ指定 */
#sidebar .cat{
	margin-top: 20px;
}

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

#sidebar ul.menu{
	display: block;
 	outline: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	text-align: left;
}

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

#sidebar ul.menu li.tc1 a:hover {
	background: url("img/menu02.gif") no-repeat;
	color: #FF6633;
}


#sidebar ul.menu li a {
 	height: 25px;
 	list-style: none;
 	padding: 0;
 	text-indent: 30px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 200%;
 	display: block;
 	outline: 0;
 	background: url("img/menu01.gif") no-repeat;
}

#sidebar ul.menu li a:hover {
	background: url("img/menu02.gif") no-repeat;
	color: #FF6633;
}

#sidebar ul.arch{
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

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

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

#sidebar .rss{	
	margin: 0 0 10px 0;
	text-align: left;
}


/* ---- 最新記事用----- */

#sidebar ol{
 	margin: 0;
 	padding-left: 30px;
 	background: #EEE;
}

#sidebar ol li {
 	margin: 0;
 	line-height: 150%;
}

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

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

/* フッター-----------------*/
#footer {
 	clear: both;
 	margin: 0;
 	color: #999;
 	padding: 20px 0 0 0;
}

#footer img{border-style: none;	vertical-align: middle;	}

#footer .copyright{
	text-align: right;
	padding: 5px 10px;
	font-size: 12px;
}

#footer .copyright a:link, #footer .copyright a:visited, #footer .copyright a:active {color: #668899;text-decoration: none;}
#footer .copyright a:hover{color : #668899;text-decoration: none;}

/*  フォームメール用  */
.comments-head{
	margin: 10px 10px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #4A4A97;
	}

.comment-content{
	margin: 10px 0px 10px 10px;
	font-size: 12px;
	color: #666;
	line-height: 155%;
	}

.comment-view{
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	color:  #3399CC;
	line-height: 155%;
	}

.powered {
	margin: 10px 0;
	text-align: center;
}

.clear{
 clear: both;
}
.clear hr{
 display: none;
}

/* タグ指定 */

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

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


input.text {
	border: solid 1px #555;
	background: #999;
	vertical-align: middle;
	margin: 0;
	line-height: 120%;
	padding: 1px;
}

input.submit {
	vertical-align: middle;
	font-size: 92%;
	border: solid 1px #555;
	border-color: #999 #555 #555 #999;
	height: 1.5em;
	line-height: 120%;
	margin: 0;
	background-color: #666;
	color: #CCC;
	font-weight: normal;
}


textarea.text {
	border: solid 1px #555;
	background: #999;
	vertical-align: middle;
	margin: 0;
	line-height: 130%;
	padding: 1px;
	scrollbar-face-color: #999;
	scrollbar-base-color: #555;
	scrollbar-highlight-color: #BBB;
	scrollbar-darkshadow-color: #333;
}