@charset "Shift_JIS";

/* 各ブラウザのCSSをリセットするファイルを読み込みます */
@import "./css/common.css";

/*余白とマージンの初期化*/
body,h1,h2,h3,h4,ul,form {
	margin: 0px;
	padding: 0px;
}

body  {
	background-color: #000000;
}


#header {
	background-color: #000000;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 115px;
}
#main h2 {
	font-size: 10pt;
	color: #cc0000;
	background-image: url(images/subtitle2.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 15px;
	padding-bottom: 4px;
}
#main .txtbox {
	padding-left: 20px;
}
.newbukken {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 5px;
}
.tsuda {
	font-size: 10pt;
	padding-bottom: 10px;
}

.matsudo {
	font-size: 10pt;
	background-image: url(images/ico_matsudo.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-bottom: 10px;
}
.continue {
	text-align: right;
	padding-bottom: 10px;
}



#header h1 {
	font-size: 8pt;
	color: #999999;
	font-weight: normal;
	padding: 2px;
}

#container {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#contents {
	font-size: 10pt;
	line-height: 130%;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#contents_inner {
	padding: 7px;
}

#navi {    
	background-image: url(images/navi2.jpg);
	background-repeat: no-repeat;
	height: 23px;
	padding-top: 7px;
	padding-left: 10px;
	color: #FFFFFF;
}
#main {
	float: right;
	width: 549px;
}
#side {
	float: left;
	width: 184px;
}
#footer {
	font-size: 9pt;
	color: #999999;
	text-align: center;
	padding: 10px;
	width: 740px;
}
.clr {
	clear: both;
}
#side table {
	margin-bottom: 12px;
}
#side .inner {
	background-image: url(images/sbox_inner.gif);
	background-repeat: repeat-y;
}
.s-index li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#pnavi {
	background-color: #FFFF99;
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 8pt;
	color: #000000;
}
.newbukken h3 span {
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #FF6600;
	margin-bottom: 10px;
	padding: 3px;
}
#navi a {
	color: #FFFFFF;
	text-decoration: none;
}

.newbukken h3 {


	font-size: 10pt;
	padding-bottom: 10px;
}
a:link,a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover,a:active {
	color: #FF3300;
	text-decoration: underline;
}
img {
	border: none;
}
.comments-header {
	font-size: 10pt;
	color: #3366FF;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3366FF;
	border-left-color: #3366FF;
	padding: 3px;
}
#side h4 {
	background-image: url(images/sbox_title2.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 20px;
	height: 25px;
	margin: 0px;
	font-size: 10pt;
	background-position: 4px 0px;
}
#side .s-inner {

	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 6px;
	background-image: url(images/sbox_inner.gif);
	background-repeat: repeat-y;
}
#side ul.s-index {

	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#side ul.s-etc {

	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/*　日付部分の設定　*/
.en-date {
	font-size: 10pt;				/*　フォントサイズ　*/
	text-align: right;			/*　行の位置　*/
	padding: 2px;				/*　余白　*/
}		
#main h3 {
	padding: 5px;							/*　余白　*/
	border-top: 5px solid #cc0000;			/*　上のボーダー設定　*/
	border-bottom: 1px dashed #666666;		/*　下のボーダー設定　*/
	margin-bottom: 5px;						/*　下マージン　*/
}
/*　エントリ部カテゴリ名表示の設定 */
.en-category {
	text-align: right;					/*　行位置　右　*/
	font-size: 9pt;						/*　フォントサイズ　*/
	color: #999999;						/*　フォントカラー　*/
	font-weight: bold;					/*　フォントの太さ　*/
}
/*　エントリー内容の設定　*/
.en-body {
	padding-left: 15px;		/*　左余白　*/
}
.posted {
	font-size: 8pt;
	border-bottom: 1px dashed #993300;
	text-align: right;
}

