@charset "utf-8";
/*===================================================

	サイト全体の基本設定

====================================================*/

/*----------------------------------------------------
	ブラウザ初期設定のリセット
----------------------------------------------------*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-size: 100%;
}
html,body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
p {
	margin: 0 0 1em;
}
ol,ul {
	list-style: none;
}
fieldset,img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
}
img{
	vertical-align: bottom;
}

/*----------------------------------------------------
	基礎、テキストリンクの設定
----------------------------------------------------*/
html,body {
	height: 100%;
}
body {
	background: #A67729 url(../img/bg.jpg) repeat-x;
	line-height: 1.4em;
	color: #FFF;
}
a {
	color: #FFF;
}
a:hover {
	color: #F00;
}
.alignright  {
	float: right;
}
.alignleft {
	float: left;
}
#page_top {
	float: left;
	width: 670px;
	padding-bottom: .5em;
	font-size: small;
	text-align: right;
}
#page_top a {
	color: #A67729;
}

/*----------------------------------------------------
	#page		全体
----------------------------------------------------*/
#page {
	background: #000 url(../img/hed.gif) no-repeat;
	margin: auto;
	padding-top: 170px;
	width: 960px;
	min-height: 100%;
}

/*----------------------------------------------------
	#contents	コンテンツ
----------------------------------------------------*/
#contents {
	background: #000;
	width: 960px;
	float: left;
}
	/*----------------------------------------------------
		#main		メイン
	----------------------------------------------------*/
	#main {
		width: 700px;
		float: right;
	}
	#main .next_previous  {
		float: left;
		font-size: small;
		width: 670px;
	}
		
		/*----------------------------------------------------
			.post		記事
		----------------------------------------------------*/
		#main .post {
			float: left;
			margin-bottom: .5em;
			padding-bottom: 1em;
			border-bottom: 1px dashed #A67729;
			width: 670px;
		}
		#main .post .post_title {
			background: url(../img/title_bg.gif) no-repeat;
			width: 670px;
			height: 20px;
			padding: 18px 0 7px 30px;
			font-weight: bold;
		}
		#main .post .day {
			color: #A67729;
			padding-bottom: 10px;
			font-size: small;
		}
			
			/*----------------------------------------------------
				.comment		コメント
			----------------------------------------------------*/
			.post .comment {
				float: left;
				width: 670px;
			}
			.post .comment .comment_title {
				font-weight: bold;
				border-bottom: 1px solid #A67729;
				color: #A67729;
				margin: 1em 0 .5em;
			}
			.post .comment ul {
				padding-left: 1em;
				font-size: small;
			}
			.post .comment ul li {
				border-bottom: 1px solid #666;
				margin-bottom: 10px;
				padding-bottom: 10px;
				padding-left: 1em;
			}
			
			/*----------------------------------------------------
				.comment_form		コメント
			----------------------------------------------------*/
			.post .comment_form {
				float: left;
				width: 670px;
			}
			.post .comment_form .comment_form_title {
				font-weight: bold;
				border-bottom: 1px solid #A67729;
				color: #A67729;
				margin: 1em 0 .5em;
			}
			.post .comment_form td {
				padding: 0 1em 1em 0;
				font-size: small;
			}

	/*----------------------------------------------------
		#sub		サブ
	----------------------------------------------------*/
	#sub {
		width: 220px;
		padding-left: 10px;
		float: left;
	}
	#sub ul {
		padding-left: 30px;
	}
	#sub li {
		list-style-position: outside;
		list-style-image: url(../img/sub_ul_icon.gif);	
		font-size: small;	
	}
	
		/*----------------------------------------------------
			#calendar		カレンダー
		----------------------------------------------------*/
		#calendar {
			color: #A67729;
			font-size: 12px;
			margin: 0 auto 10px;
		}
		#calendar th , #calendar td {
			border: 1px solid #A67729;
			width: 28px;
			text-align: center;
		}
		#calendar th {
			padding-top: 1em;
			background: #533500;
		}
		#calendar a {
			color: #F00;
		}
		#calendar #this_m {
			background: #A67729;
			color: #FFF;
			line-height: 2em;
			width: auto;
		}
		#calendar #prev , #calendar #next {
			width: auto;
		}

/*----------------------------------------------------
	#footer		フッター
----------------------------------------------------*/
#footer {
	border-top: 1px solid #AB7928;
	background: #000;
	padding-top: 1px;
	float: left;
	width: 100%;
}
#copy { /* コピーライト */
	border-top: 1px solid #8C0000;
	color: #A67729;
	font-size: 10px;
	padding: 10px 0;
	text-align: center;
}

