/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	font-size: 13px;
	line-height:150%;
	color: #333;
	list-style: none;
	text-align: center;
	background: #555;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
	
/* 画像の属性等 */
img {border: 0;}
.img-left {	float: left;margin: 0 10px 0 0;}
.img-right {float: right;margin: 0 0 0 10px;}

/* リンクの属性 */
a:link, a:visited, a:active {color: #0080C0;text-decoration: none;}
a:hover{color : #FF3300;text-decoration: underline;}

/* 改行 */
br.all {clear: both;}

/* テーブル設定 */
table.com {
	margin: 15px 10px; 
	border-collapse: collapse;
}

.com td {
	padding: 5px;
	border: 1px solid #7F7F7F;
}

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

/*サイト幅指定*/
#wrapper{
	margin: 0 auto;
	width: 850px;
	text-align: center;
 	background: url("./img/header.jpg") no-repeat top left;
 	position: relative;
}

/*ページ幅指定*/
#container{
	margin: 0 auto;
	width: 820px;
	height: 100%;
	text-align: left;
}

/*ヘッダー*/
#header	{
	margin: 0;
	padding: 0;
	height : 300px;
	text-align: left;
}

#header h1{
	margin: 0;
	padding: 0;
 	font-size: 20px;
	text-align: left;
	text-indent: -2000px;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {
	width: 500px;
	height: 100px;
	display: block;
	outline: 0;
 	background: url("./img/header.jpg") no-repeat top left;
}

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

#header p.doc1{
 	position: absolute;
 	top: 80px;
 	left: 30px;
 	margin: 0;
 	width: 520px;
 	font-size: 100%;
 	color: #CCC;
 	text-align: left;
}


#header p.doc2{
	padding-left: 20px;
 	font-size: 12px;
 	color: #333;
 	text-align: left;
}

#header .h_banner{
 	position: absolute;
	top: 220px;
	left: 30px;
}

/*-----パンくずリスト-----*/
p#navi{
	margin: 5px;
 	font-size: 85%;
 	color: #666;
 	line-height: 130%;
 	text-align: left;
}

/*コンテンツ属性*/
#content{
	float: right;
	width: 600px;
	margin: 0;
	padding: 0;
 	margin: 0;
 	overflow: hidden;
}
						
#content h2{
 	margin: 10px 0 0 0;
 	font-size: 123%;
 	color: #333;
 	font-weight: bold;
 	text-align: left;
 	padding-left: 5px;
 	line-height: 150%;
 	border-left: 8px solid #666;
 	background: #EEE;
}

#content h3 {
 	margin: 10px 0 15px 0;
 	font-size: 108%;
 	font-weight: bold;
 	color: #FF6600;
 	padding-left: 10px;
 	line-height: 150%;
 	border-left: 8px solid #FB6123;
}

#content h4 {
 	margin: 10px 0 5px 0;
 	font-size: 100%;
 	font-weight: bold;
 	text-indent: 5px;
 	line-height: 150%;
	border-left: 5px solid #FF6633;
}

/*記事枠*/
#content p{
 	margin: 10px 0;
}

/*文字の大きさ*/
#content p.ft10, #sidebar p.ft10{font-size: 10px;}
#content p.ft12, #sidebar p.ft12{font-size: 12px;}
#content p.ft13, #sidebar p.ft13{font-size: 13px;}
#content p.ft14, #sidebar p.ft14{font-size: 14px; font-weight: bold;}
#content p.ft16, #sidebar p.ft16{font-size: 16px; font-weight: bold;}
#content p.ft18{font-size: 18px;}
#content p.ft24{font-size: 24px;}
#content p.bld{font-weight: bold;margin:5px 0;}
#content p.rbld{font-size: 16px;font-weight: bold;color: red;margin:5px 0;}


#content .posted {
 	margin: 5px 0;
 	text-align: right;
 	font-size: 84%; 
 	border-top: 1px dotted #CCC;
}

#content .doc{
	margin: 0 0 20px 0;
 	padding: 10px;
 	text-align: left;
 	font-size: 100%;
 	line-height: 170%;
}

#content .box{
	margin : 10px 0;
	width: 500px;
	background: #FCD3C1;
	border: 1px solid #993333;
}

#content .box .inner{
	padding: 10px;
}

#content ul{
	margin: 5px 0 10px 10px;
 	list-style-type: square;
 	font-size: 12px;
 	line-height: 150%;
}
#content li{
 	margin-left: 10px;
}

/*中尾さん属性設定*/

#content dl{
	margin: 5px 0 10px 10px;
}

#content dt{
	font-size: 12px;
}

#content dd{
	font-size: 10px;
	padding-left: 10px;
}

	
/*サイドバー属性*/
#sidebar {
	float: left;
	width:205Px;
 	margin: 0 0 20px 0;
 	text-align: left;
 	overflow: hidden;
}

#sidebar h2{
 	margin: 10px 0 0 0;
 	height: 25px;
 	color: #FFF;
 	font-size: 100%;
 	font-weight: bold;
 	line-height: 180%;
 	text-align: center;
	background: url("./img/idx_back.gif") no-repeat;
 	display: block;
}

#sidebar p{
 	margin: 5px 0 5px 0;
}

/* カテゴリ指定 */

#sidebar ul.menu{
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}

#sidebar ul.menu li a {
	margin: 2px 0;
	padding-left: 15px;
	background: url("./img/menu01.gif") no-repeat;
	color: #CCC;
	font-size: 100%;
	line-height: 25px;
	text-decoration: none;
	text-align: left;
	display: block;
 	overflow: hidden;
}

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

/* ---- ボックス----- */
#sidebar .box {
	margin: 0;
	border-left: 1px solid #993333;
	border-right: 1px solid #993333;
	border-bottom: 1px solid #993333;
}

#sidebar .box .inner{
	padding: 5px;
}

	
/*フッター*/
#footer {
 	clear: both;
 	margin: 0;
 	height: 60px;
 	color: #666;
 	padding: 0;
 	background: #000;
}

#footer .copyright {
 	padding: 10px;
 	text-align: center;
 	line-height: 120%;
 	font-size: 100%;
 	font-weight: normal;
 	color: #DDD;
}

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

/* フッターリンクの属性 */
#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}
#footer a:hover {color: #FF0;text-decoration: underline;}


