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

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY--------------------------------------------*/
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height:1.5;
	color: #666;
	list-style: none;
	text-align: center;
}

img {
	border: none;
	vertical-align: middle;
}

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

/*引用属性*/
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;
	}
	
/* テーブルの属性*/
table {margin: 0 0 0 10px; font-size: 12px; color: #666;}
td {height: 5px;}


#wrapper {
	width: 750px;
	margin: 0 auto;
	background: #FFF url("http://www.nspk.net/honmamon/img/header.gif") no-repeat;
	position: relative;
	border-top: 3px solid #A6567E;
}

/*ヘッダー-----------------------------------*/
#header {
	height:100px;
	margin: 0;
	color: #666;
}
#header h1{
	margin : 0;
	padding: 0;
	float: left;
	text-indent: -2000px;
}
 h1 a {
	width:400px;
	height:75px;
	background: #FFF url("http://www.nspk.net/honmamon/img/header.gif") no-repeat;
	display: block;
}

#header .navi{
	position: absolute;
	top: 0;
	right: 0;
}

#header .navi a:link, #header .navi a:visited, #header .navi a:active{
	float: right;
	margin: 0 0 0 2px;
	color: #666;
	font-size: 12px;
	background: url("http://www.nspk.net/honmamon/img/navi01.gif") no-repeat;
	text-decoration: none;
	width: 80px;
	height: 20px;
	display: block;
}
#header .navi a:hover{
	background: url("http://www.nspk.net/honmamon/img/navi02.gif") no-repeat;
}

/*記事枠等の属性*/
#content {
	float: right;
	width: 550px;	
	margin:10px 0 0 0;
	background: #FFF;
	overflow-x: hidden;	
}

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

#content h2 {
	margin: 0 0 10px 0;
	padding: 3px 0;
	background: #A6567E;
	color: #FFF;
	font-weight: bold;
	font: bold 117%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
	text-indent: 5px;
}

#content h3 {
	margin: 0 0 10px 0;
	border-bottom: 2px solid #A6567E;
	background: #FFF;
	color: #333;
	font: bold 100%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	display: block;
	text-align: left;
	text-indent: 5px;
}
			
#content h3 a {
	text-decoration: none;
	color: #333;
}
					
#content h3 a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#content h4 {
	margin: 5px 0;
	color: #C04080;
	font: normal 100%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	border: 1px solid #A6567E;
	display: block;
	text-align: left;
	text-indent: 5px;
}

#content h5 {
	margin: 5px 0;
	color: #666;
	font: normal 10px/1.3  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	display: block;
	text-align: left;
	text-indent: 5px;
}

#content .info{
	margin: 0;
}

#content .info div{
	padding: 10px;
	font-size: 100%;
	text-align: left;
	font:normal 100%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/*記事枠左の属性*/
#content #left {
	float: left;
	width: 540px;	
	margin: 5px 10px 5px 0;
	background: #FFF;
	overflow-x: hidden;	
	text-align: left;
}

#content #left .cat{
	margin: 0;
	font-size: 100%;
	line-height: 150%;
	color: #666;
	text-align: left;
}

#content #left .ent{
	margin: 0;
	font-size: 117%;
	line-height: 150%;
	color: #333;
	text-align: left;
}

#content #left img{
	float: left;
	margin: 0 5px;
	border: none;
}

#content #left .next {margin : 5px 0;float: right;font-size: 100%;}
#content #left .next a{color: #8080C0;text-decoration: none;}
#content #left .next a:hover{color: #FF6600;text-decoration: underline;}
#content #left .next img{margin: 0;vertical-align: middle;}

/* 右寄せのリンク指定 */
.detail {
 clear: both;
 float:right;
 font-size: 100%;
 margin : 0px;
 padding : 5px;
}

/*----- 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 #right {
	float: right;
	width: 125px;	
	margin: 5px 0;
	background: #FFF;
	overflow-x: hidden;	
}

#content #right div{
	float: right;
	margin: 0 0 5px 0;
	font-size: 85%;
	line-height: 120%;
	color: #666;
	text-align: left;
}

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

#content .navi2 a {
	color: #6699CC;
	text-decoration: none;
	}

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

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

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

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

#sidebar .ads{
	margin: 0 5px 0 10px;
}

/* 検索モジュール用 */
#sidebar .search{	
	margin: 0;
	width: 180px;
}

#sidebar .search div {
	padding: 10px;
	text-align: left;
	border-left: 1px solid #B87A99;
	border-right: 1px solid #B87A99;
}

#sidebar .search_top{
	margin: 10px 0 0 0;
	width: 180px;
	height: 40px;
	background: url("http://www.nspk.net/honmamon/img/search_top.gif") no-repeat;
	text-indent: -1000px;
}

#sidebar .search_bottom{
	margin: 0;
	width: 180px;
	height: 20px;
	background: url("http://www.nspk.net/honmamon/img/search_bottom.gif") no-repeat;
	text-indent: -1000px;
}

/* インフォメーション（左サイド） */
#sidebar .info_left{	
	margin: 0;
	width: 180px;
}

#sidebar .info_left div {
	padding: 10px;
	text-align: left;
	border-left: 1px solid #B87A99;
	border-right: 1px solid #B87A99;
}

#sidebar .info_left_top{
	margin: 10px 0 0 0;
	width: 180px;
	height: 40px;
	background: url("http://www.nspk.net/honmamon/img/info_top.gif") no-repeat;
	text-indent: -1000px;
}

#sidebar .info_left_bottom{
	margin: 0;
	width: 180px;
	height: 20px;
	background: url("http://www.nspk.net/honmamon/img/info_bottom.gif") no-repeat;
	text-indent: -1000px;
}

/* メニュー指定 */
#sidebar .menu{
	margin: 0;
}

#sidebar .cate_top{
	margin: 10px 0 0 0;
	width: 180px;
	height: 40px;
	background: url("http://www.nspk.net/honmamon/img/cate_top.gif") no-repeat;
	text-indent: -1000px;
}

#sidebar .cate_bottom{
	margin: 0;
	width: 180px;
	height: 20px;
	background: url("http://www.nspk.net/honmamon/img/cate_bottom.gif") no-repeat;
	text-indent: -1000px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li.pt{
	margin: 0;
	width: 178px;
	height: 25px;
	color: #666;
	line-height: 200%;
	font-size: 100%;
	text-align: left;
	text-indent: 25px;
	background: #f5f5f5 url("http://www.nspk.net/honmamon/img/menu01.gif") no-repeat;
	border-left: 1px solid #B87A99;
	border-right: 1px solid #B87A99;
	border-bottom: 1px solid #B87A99;
	display: block;
}

#sidebar li.pt a {
	margin: 0;
	width: 178px;
	height: 25px;
	color: #666;
	line-height: 200%;
	font-size: 100%;
	text-align: left;
	text-indent: 25px;
	text-decoration: none;
	background: #f5f5f5 url("http://www.nspk.net/honmamon/img/menu01.gif") no-repeat;
	display: block;
}

#sidebar li.pt a:hover {
	background: #FFF url("http://www.nspk.net/honmamon/img/menu02.gif") no-repeat;
	color: #333;
}

#sidebar li {
	margin: 0;
	width: 178px;
	height: 25px;
	color: #666;
	line-height: 200%;
	font-size: 100%;
	text-align: left;
	text-indent: 35px;
	background: #f5f5f5 url("http://www.nspk.net/honmamon/img/menu01.gif") no-repeat;
	border-left: 1px solid #B87A99;
	border-right: 1px solid #B87A99;
	border-bottom: 1px solid #B87A99;
	display: block;
}

#sidebar li a {
	margin: 0;
	width: 178px;
	height: 25px;
	color: #666;
	line-height: 200%;
	font-size: 100%;
	text-align: left;
	text-indent: 35px;
	text-decoration: none;
	background: #f5f5f5 url("http://www.nspk.net/honmamon/img/menu01.gif") no-repeat;
	display: block;
}

#sidebar li a:hover {
	background: #FFF url("http://www.nspk.net/honmamon/img/menu02.gif") no-repeat;
	color: #333;
}


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

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

/* フッター-----------------*/
#footer {
	clear: both;
	width: auto;
	height: 35px;
	background-color: #A6567E;
	margin: 0;
}
#footer div {
	float: right;
	margin: 0;
	padding: 5px 10px 0 0;
	color: #FFF;
	font-size: 85%;
	line-height: 1.0;
	text-align: right;
}
	
#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}
#footer a:hover{color : #FF0;text-decoration: underline;}

#footer ul {
	margin: 0;
	padding: 0;
	float: left;
}
#footer li {
	list-style: none;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
#footer ul li a {
	color: #666;
	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;
}

