/*--------------------------------------
　基礎設定
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 30px 0;
	margin: 0;
	background: #D7DFCA;
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	color: #4A4A4A
}

ul, ol {
	list-style: none;
}

table, input, textarea, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/*--------------------------------------
　クラス
---------------------------------------*/
/* サイドナビタイトル・エントリータイトル */
.menu_title {
	margin: 0px 0px 10px 0px;
	background: url(border.gif) repeat-x bottom;
	padding-bottom: 5px;

	color: #638448;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
}

#conts .entry_title {
	margin: 0;
	padding: 25px 0 5px 43px;
	background: url(entry_title.gif) no-repeat left top;
	
	color: #49642D;
	font-size: 14px;
	font-weight: bold;
}

#conts .title {
	margin-bottom: 10px;
	padding-bottom: 3px;
	background: url(conts_title.gif) no-repeat bottom;
	font-size: 15px;
	color: #638448;
}

/* トラックバック・コメント・検索レイアウト */
#trackbacks, #comments, #comment_input, #no_search_results, #no_search {
	margin: 0 10px 30px;
	padding-bottom: 10px;
	background: url(conts_bottom.gif) no-repeat bottom;

	line-height: 1.8;
}

/* サイドナビリスト */
.menu_frame {
	padding: 0px 20px 30px 20px;
	background: url(side_middle.gif) repeat-y;
}

.three_column_default .menu_frame, .three_column_A .menu_frame, .three_column_B .menu_frame {
	padding: 0px 10px 30px 10px;
	background: url(side_middle_multi.gif) repeat-y;
}

.menu_frame ul.menu_list {
	margin: 0 0 0 10px;
}

.menu_frame ul.menu_list ul {
	margin: 5px 0 15px 0;
}

.menu_frame ul.menu_list li {
	margin: 0 0 10px 0;
	padding-left: 15px;
	background: url(icon.gif) no-repeat 0;
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header {
	padding-left: 40px;
	background: url(hed_back.gif) no-repeat;
}

.three_column_default #header, .three_column_A #header, .three_column_B #header {
	padding-left: 40px;
	background: url(hed_back_multi.gif) no-repeat;
}


#header h1 {
	padding: 40px 0px 0px 0px;
	color: #fff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 22px;
	font-weight: bold;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}
 
/* ディスクリプション */
#header p {
	margin: 0;
	padding: 10px 0 25px;

	color: #fff;
	font-size: 12px;
}

/*--------------------------------------
　エントリー
---------------------------------------*/
.entry_box {
	width: 520px;
	background: url(entry_middle.gif) repeat-y;
}

.entry_box .entry_body {
	padding: 10px 20px 0 40px;
	width: 460px;
	background: url(entry_bottom.gif) no-repeat bottom;
	overflow: auto;

	line-height: 1.7;
}

	* html .entry_box .entry_body {
		width: 520px;
	}

.entry_box ul.entry_body {
	list-style: circle;
	font-size: 14px;
}

.entry_box ul li {
	margin: 0 0 10px 0;
	width: 50%;

	float: left;
}

.entry_box div.entry_body {
}

.entry_box .entry_body p {
	padding: 1em 0 0 0;
	line-height: 1.7;
}

/*--------------------------------------
　トラックバック
---------------------------------------*/
#trackbacks {
}


/* トラックバックURL */
#trackbacks #tb_url {	
	margin: 0 30px 20px 10px;
	font-size: 12px;

	line-height: 2; 
}

#trackbacks #tb_url input {
	padding-left: 3px;
	border: solid 1px #77A05D;
	background: #fff;
}

/* 各トラックバックボックス */
#trackbacks .tb_box {
	padding: 5px;	
	margin: 0 10px 15px;
	background: #E6ECE1;
	border: 5px solid #D5E0C9;
}

/* トラックバックタイトル */
#trackbacks h4 {
	padding-left: 15px;
	background: url(h4_img.gif) no-repeat 0 6px;
	
	font-size: 12px;
	color: #638448
}

#trackbacks .tb_box h4 a {

}

/* トラックバック概要 */
#trackbacks .tb_box p {
	
}

/* トラックバック情報 */
#trackbacks .tb_box .trackback_data {
	color: #638448
}

#trackbacks .tb_box .trackback_data li {
	display: inline;
}

#trackbacks .tb_box .trackback_data li a {

}

/*--------------------------------------
　コメント
---------------------------------------*/
#comments {
}

#comments h4 {
	padding-left: 15px;
	background: url(h4_img.gif) no-repeat 0 6px;
	
	font-size: 12px;
	color: #638448
}

/* コメント内容ボックス */
#comments .comment_body {
	padding: 5px 5px 0;	
	margin: 0 10px;
	background: #E6ECE1;
	border: solid #D5E0C9;
	border-width: 5px 5px 0;
}

/* コメントテキスト設定 */
#comments .comment_body p {
}

#comments p {
}

#comment_preview .comment_body {
}

/* コメント投稿者情報 */
#comments .comment_data {
	padding: 5px 5px 0;
	margin: 0 10px 15px;
	background: #E6ECE1;
	border: solid #D5E0C9;
	border-width: 0 5px 5px;
	
	color: #638448
}

#comments .comment_data li {	
	display: inline;	
}

/* コメント投稿者名 */
#comments .comment_data li span {

}

#comments #comment_pending p, #comments #comment_error p, #dynamic_pages_error p {
	padding: 0 15px;
}

/*--------------------------------------
　コメント入力
---------------------------------------*/
#comment_input {
}

#comment_input h3 {
}

#comment_input .title {
}

#comment_input form {
	margin: 0 10px;
}

#comment_input dl {
}

/* 入力項目名 */
#comment_input dt {
	margin: 0;
	padding:0;

	font-size: 13px;
	letter-spacing: 2px;
}

#comment_input dt label {

}

/* 入力フォーム */
#comment_input dd {
	margin: 0 0 10px 0;
}

#comment_input textarea {
	padding: 5px 3px;
	width: 95%;
	overflow: auto;
}

/* クッキー保存 */
#comment_input #cookie {
	padding: 0 0 5px 5px;
}

#comment_input #cookie li {
	display: block;
}

/* 内容送信・確認 */
#comment_input ul {

}

#comment_input li {
	display: inline;
}

#comment_input input {
	padding: 0;
	margin:0;
}

#comment_input li input#comment-preview {
	margin: 0 0 0 5px;
}

#comment_input li input#comment-post {
	margin: 0;
}

#comment_input .attention {
	margin: 20px 10px 0 5px;
}

/* 送信ボタン */
#comment_input #comment-preview, #comment_input #comment-post {
}

/*--------------------------------------
　コメント受付・エラー
---------------------------------------*/
#comment_pending #conts, 
#comment_error #conts {
	padding-bottom: 10px;
}

#comment_pending #conts p, 
#comment_error #conts p {
	margin: 0 10px;
	line-height: 1.7;
}

/*--------------------------------------
　検索
---------------------------------------*/
#no_search_results #conts, 
#no_search #conts {
	padding-bottom: 10px;
}

#no_search_results p,	
#no_search p {
	margin: 0 30px 20px 10px;
	line-height: 1.7;
}

#retrieval_result {
	padding: 0 0 5px 5px;
}

/*--------------------------------------
　サイドナビ
---------------------------------------*/
/* 検索フォーム */
#search {
}

#search form {
	padding: 0 0 0 10px;

}

#search form #search_text {
	width: 110px;
}

#search ul {
	padding: 3px 0 0 0;
	list-style: none;

	font-size: 11px;
}

#search li {
	margin: 0 0 3px 0;
	padding: 0;
}

	* html #search li {
		margin-bottom: -3px;
		/*Mac IE用ハック*/
		/*\*//*/
		margin-bottom: 0;
		/**/ 
	}

#search li input {
	vertical-align: middle;
}

#search_submit {

}

#tags p {
	margin: 0 0 10px 10px;
}

/* アーカイブリンク */
#archives {

}

/* フィード */
#feed p {
	margin: 0 10px 0 10px;
	font-size: 11px;
	line-height: 1.2;
}

#feed .feed_icon {

}

/* タグ一覧 */
#tags p {

}

/* RSS */
#other {
	padding: 0 10px 30px;
	background: url(side_middle.gif) repeat-y;
}

.three_column_default #other, .three_column_A #other, .three_column_B #other {
	padding: 0 10px 30px;
	background: url(side_middle_multi.gif) repeat-y;
}

	* html .three_column_default #other, .three_column_A #other, .three_column_B #other {
		width: 190px;
	}

#other ul {
	padding-top: 10px;
	background: url(border.gif) repeat-x top;
}

	* html .three_column_default #other ul, .three_column_A #other ul, .three_column_B #other ul {
		width: 190px;
	}

#other li {
	padding: 5px 0 5px 20px;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer {
	padding: 10px 15px 40px;
	background: url(foot_back.gif) no-repeat bottom;
	text-align: center;
	clear: both;
}

.three_column_default #footer, .three_column_A #footer, .three_column_B #footer {
	padding: 10px 15px 40px;
	background: url(foot_back_multi.gif) no-repeat bottom;
	text-align: center;
	clear: both;
}

#footer ul {
	padding-top: 10px;
	background: url(border.gif) repeat-x top;
}	

#footer li {
	display: inline;
	line-height: 1;
}

#footer li a {

}
 
/*--------------------------------------
　リンク色設定
---------------------------------------*/
a:link {
	color: #664F31;
}

a:visited {
	color: #628A1E;
}

a:hover {
	color: #FF9900;
}

a:active {
	color: #664F31;
}

#trackbacks a:link, #comments a:link {
	color: #49642D;
}

#trackbacks a:visited, #comments a:visited {
	color: #628A1E;
}

#trackbacks a:hover, #comments a:hover {
	color: #FF9900;
}

#trackbacks a:active, #comments a:active {
	color: #49642D;
}
/*--------------------------------------
　装飾
---------------------------------------*/
.attention {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.7;
	
}

/*--------------------------------------/
/										/
/										/
/										/
/		　　レイアウトの設定			/
/										/
/										/
/										/
/--------------------------------------*/
#container {
	margin: 0 auto;
 	width: 830px;
	background: #fff;

	text-align: left;
}

.three_column_default #container, .three_column_A #container, .three_column_B #container {
	margin: 0 auto;
	width: 1003px;
	background: #fff;

	text-align: left;
}

.two_column_default #main, .two_column_right #main {
	padding-bottom: 30px;
	padding-top: 20px;
	padding-right: 20px;
	background: url(side_top.gif) no-repeat 578px 20px;
	border: solid #759F5B;
	border-width: 0 1px;
	overflow: hidden;
}
	* html .two_column_default #main, .two_column_right #main {
		margin-bottom: -3px;
		width: 100%;
		background: url(side_top.gif) no-repeat 578px 19px;
	}
	
.two_column_left #main {
	padding-bottom: 30px;
	padding-top: 20px;
	padding-left: 20px;
	background: url(side_top.gif) no-repeat 20px 20px;
	border: solid #759F5B;
	border-width: 0 1px;
	overflow: hidden;
}

	* html .two_column_left #main {
		margin-bottom: -3px;
		width: 100%;
	}

.three_column_default #main, .three_column_A #main, .three_column_B #main {
	padding: 20px 10px 30px;
	background: url(side_top_multi.gif) no-repeat 10px 20px;
	border: solid #759F5B;
	border-width: 0 1px;
	overflow: hidden;
}

	*html .three_column_default #main, .three_column_A #main, .three_column_B #main {
		margin-bottom: -3px;
		width: 100%;
		background: url(side_top_multi.gif) no-repeat 10px 20px;
	}


/*--------------------------------------
　2カラム　ライトナビ　デフォルト
---------------------------------------*/
.two_column_default #container #conts, .two_column_right #container #conts {
	padding: 0px 35px 0px 20px;
	width: 520px;
	
	float: left;
	
}
	* html .two_column_default #container #conts, .two_column_right #container #conts {
		width: 575px;
	}	


.two_column_default #container #side_navi, .two_column_right #container #side_navi {
	padding-bottom: 30px;
	padding-top: 20px;
	width: 230px;
	background: url(side_bottom.gif) no-repeat bottom;

	float: right;
}

/*--------------------------------------
　2カラム　レフトナビ
---------------------------------------*/
.two_column_left #container #conts {
	padding: 0px 20px 0px 35px;
	width: 520px;
	
	float: right
}

	* html .two_column_left #container #conts {
		width: 575px;
	}	

.two_column_left #container #side_navi {
	padding-bottom: 30px;
	padding-top: 20px;
	width: 230px;
	background: url(side_bottom.gif) no-repeat bottom;

	float: left;
}

/*--------------------------------------
　3カラム　Aタイプ
---------------------------------------*/
.three_column_default #container #liquid, .three_column_A #container #conts {
	padding: 0px 20px;
	width: 520px;

	float: left;
}

	*html .three_column_default #container #liquid, .three_column_A #container #conts {
		width: 560px;
	}

.three_column_default #container #side_navi-A, .three_column_A #container #side_navi-A {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 210px;
	background: url(side_bottom_multi.gif) no-repeat bottom;
	
	float: left;
}

.three_column_default #container #side_navi-B, .three_column_A #container #side_navi-B {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 210px;
	background: url(side_bottom_multi.gif) no-repeat bottom;

	float: right;
}

/*--------------------------------------
　3カラム　Bタイプ
---------------------------------------*/
.three_column_B #container #conts {
	padding: 0px 20px;
	width: 520px;

	float: right;
}

	* html .three_column_B #container #conts {
		padding: 0px 20px;
		width: 560px;
	}

.three_column_B #container #side_navi-A {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 210px;
	background: url(side_bottom_multi.gif) no-repeat bottom;

	float: right;
}

.three_column_B #container #side_navi-B {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 210px;
	background: url(side_bottom_multi.gif) no-repeat bottom;

	float: left;
}

#individual_entry .entry_body ul {
	padding: 1em 0 0 10px;
	list-style: circle;
}

#individual_entry .entry_body ul li {
	margin: 0 0 10px 10px;
        float: none;
}
