@charset utf-8;
/*
name: Blog-text Style Library No.048-green
designer: Blog-text
designer_url: http://www.blog-text.jp/
developer: Blog-text
developer_url: http://www.blog-text.jp/
*/

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

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

ul, ol {
	list-style: none;
}

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

/*--------------------------------------
　クラス
---------------------------------------*/
#conts {
	color: #333;
	background: #000 url(conts_bg_bottom.gif) no-repeat bottom;
}

.two_column_default #conts, .two_column_right #conts, .two_column_left #conts {
	background: #000 url(conts_bg_bottom_two.gif) no-repeat bottom;
}

#conts .title {
	margin-bottom: 10px;
	padding: 13px 0 10px 47px;
	background:  url(h3_title.gif) no-repeat;
	color: #10650E;


	font-size: 15px;
	font-weight: bold;
}


.two_column_default #conts .title, .two_column_right #conts .title, .two_column_left #conts .title {
	background: url(h3_title_two.gif) no-repeat;
}


/* サイドナビタイトル */
.menu_title {
	margin: 0 0 10px 0;
	padding: 7px 0 10px 0px;
	background: url(menu_title.gif) no-repeat center right;
	
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

/* トラックバック・コメント・検索レイアウト */
#trackbacks, #comments, #comment_input {
	margin-bottom: 40px;
	color: #FFF;
	padding-bottom: 5px;
}

#no_search_results, #no_search {
	margin-bottom: 40px;
	color: #FFF;
}

#trackbacks, #comments {
	background: url(entry_box_middle.gif) repeat-y;
	color: #333;
}

.two_column_default #trackbacks, .two_column_right #trackbacks, .two_column_left #trackbacks {
	background: #EFEFEF;
	color: #333;
}

.two_column_default #comments, .two_column_right #comments, .two_column_left #comments {
	background: #EFEFEF;
	color: #333;
}

/* サイドナビリスト */
.menu_frame {
	padding: 10px 0px;
	background: url(border.gif) no-repeat top;
	color: #333;
}
.menu_frame ul.menu_list {
	margin: 0 0 0 17px;
}

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

.menu_frame ul.menu_list li {
	margin: 0 0 5px 0;
	padding: 2px 0 2px 23px;
	background: url(icon.gif) no-repeat;
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header {
	margin: 0;
	padding: 0;
	height: 149px;
	background: url(hed_img.gif) no-repeat;
}

/*.two_column_default #header, .two_column_right #header {
	background: url(hed_img_two.gif) no-repeat;
}

.two_column_left #header {
	background: url(hed_img_two.gif) no-repeat;
}*/


/*.three_column_A #header, .three_column_B #header, .three_column_default #header {
	background: url(hed_img.gif) no-repeat;
}*/


#header h1 {
	margin-left: 100px;
	padding: 35px 0 5px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header h1 a {
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	
}

/* ディスクリプション */
#header p {
	margin-left: 100px;
	padding: 0;

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

/*--------------------------------------
　エントリー
---------------------------------------*/
/* エントリーナビ */
.entry_navi {
	position: absolute;
	top: 175px;
	left: 555px;
}

	* html .entry_navi {
		top: 27px;
		left: 396px;
	}

.two_column_default .entry_navi, .two_column_right .entry_navi {
	position: absolute;
	top: 175px;
	left: 465px;
}

	* html .two_column_default .entry_navi, * html .two_column_right .entry_navi {
	top: 27px;
	left: 306px;
	}

.two_column_left .entry_navi {
	position: absolute;
	top: 175px;
	left: 660px;
}

	* html .two_column_left .entry_navi {
	top: 27px;
	left: 506px;
}


/* エントリーボックス */
.two_column_default #conts .entry_box, .two_column_left #conts .entry_box, .two_column_right #conts .entry_box {
	background: url(border_two.gif) no-repeat top;
}


.entry_box {
	margin-bottom: 40px;
	background: url(entry_box_top.gif) no-repeat top;
	overflow: hidden;
}

	* html .entry_box {
		margin-top: -11px;
		margin-bottom: 58px;
	}
	
.two_column_default #conts .entry_box, .two_column_right #conts .entry_box, .two_column_left #conts .entry_box {
	background: url(entry_box_top_two.gif) no-repeat top;
}


.two_column_default #conts .entry_title, .two_column_left #conts .entry_title, .two_column_right #conts .entry_title {
	background: url(entry_title_two.gif) no-repeat bottom;
}

.entry_box .entry_title {
	margin-top: 27px;
	padding: 10px 0 0 38px;
	height: 22px;
	background: url(entry_title.gif) no-repeat bottom;

	font-size: 15px;
	font-weight: bold;
}

	* html .entry_box .entry_title {
		padding-top: 37px;
		height: 59px;
		/*Mac IE用ハック*/
		/*\*//*/
		height: 22px;
		/**/ 
	}

.entry_box .entry_title a {

}

/* 投稿者名・時間 */
.entry_box .entry_data {
	padding: 8px 30px 8px 15px;
	background: url(entry_box_middle.gif) repeat-y;
	color: #333;
	text-align: right;
}

	* html .entry_box .entry_data {
	background: url(entry_box_middle.gif) repeat-y;
}

.two_column_default .entry_box .entry_data, .two_column_right .entry_box .entry_data, .two_column_left .entry_box .entry_data {
	background: #EFEFEF;
}

.entry_box .entry_data li {
	margin-left: 10px;
	display: inline;
}

/* 投稿者名 */
.entry_box .entry_data span {
	font-weight: bold;
}


/* エントリー内容 */
.entry_box .entry_body {
	padding: 10px 65px 0;
	background: url(entry_box_middle.gif) repeat-y;

	line-height: 1.7;
}

	* html .entry_box .entry_body {
		width: 100%;
	}

.two_column_default .entry_box .entry_body, .two_column_right .entry_box .entry_body, .two_column_left .entry_box .entry_body {
	background: #EFEFEF;
}

/* エントリーテキスト設定 */
.entry_box .entry_body p {
	margin: 0 0 1em 0;
	padding: 0;
}

/* 追記があるときの "続きを読む" の設定 */
.entry_box .entry_body p.more {

}

/* タグ情報 */
.entry_box .entry_body .tags_info {
	margin: 1em 0 0 0;
}

.entry_box .entry_body .tags_info li {
	display: inline;
}

.entry_box .entry_body .tags_info li a {
	margin-right: 5px;
}

.entry_box .entry_body .tags_info h3 {
	padding: 0;
	margin: 0;
	background: none;
	display: inline;

	font-weight: bold;
	text-transform: capitalize;
	color: #333;
}

.entry_box .entry_body .tags_info a {

}

/* カテゴリー・コメント・トラックバック情報 */

.two_column_default #conts .entry_info, .two_column_right #conts .entry_info, .two_column_left #conts .entry_info {
	background: url(border_two.gif) no-repeat top;
}

.entry_box .entry_info {
	margin: 0;
	padding: 10px 15px 18px 15px;

	background: url(entry_box_bottom.gif) no-repeat;
	font-size: 12px;
	text-align: center;
	text-transform: capitalize;
}

.two_column_default #conts .entry_box .entry_info, .two_column_right #conts .entry_box .entry_info, .two_column_left #conts .entry_box .entry_info {
	background: url(entry_box_bottom_two.gif) no-repeat;
}

.entry_box .entry_info li {
	display: inline;
}

/* カテゴリー */
.entry_box .entry_info li.categores {

}

/* コメント */
.entry_box .entry_info li.comments {

}

/* トラックバック */
.entry_box .entry_info li.trackbacks {

}

/* 見出し、引用 */
.entry_box h3{
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 3px 0px 1px 25px;
	background: url(midashi_three.gif) no-repeat 0;
	
	color: #518855;
	font-weight: bold;
	font-size: 12px;
}

.two_column_default .entry_box h3, .two_column_right .entry_box h3, .two_column_left .entry_box h3 {
	background: url(midashi_two.gif) no-repeat 0;
}

.entry_box blockquote {
	margin: 10px 0px;
	padding: 8px 10px;
	background: #E1E1E1;
	border-top: 2px solid #A8A8A8;
	border-left: 2px solid #A8A8A8;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #666;
}

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

}

#trackbacks h3 {

}

/* トラックバックURL */
#trackbacks #tb_url {
	margin:0px 0px 20px 63px;
	font-size: 12px;
	line-height: 2;
}

#trackbacks #tb_url input {
	padding: 2px 0px 0px 4px;
	color: #518855;
	border: solid 1px #10650E;
}

/* 各トラックバックボックス */

.two_column_default #trackbacks .tb_box, .two_column_left #trackbacks .tb_box, .two_column_right #trackbacks .tb_box {
	background: url(border_two.gif) no-repeat bottom;
}

#trackbacks .tb_box {
	margin: 0 10px 10px 10px;
	padding: 10px;
}

/* トラックバックタイトル */
#trackbacks .tb_box h4 {
	margin: 0 0 10px 5px;
	padding-left: 38px;
	font-size: 15px;
	font-weight: bold;
}

#trackbacks .tb_box h4 a {

}

/* トラックバック概要 */
#trackbacks .tb_box p {
	margin: 0 5px;
	padding: 0 30px 5px 40px;
	line-height: 1.5;
	background: url(border1.gif) no-repeat bottom;
}

.two_column_default #trackbacks .tb_box p, .two_column_right #trackbacks .tb_box p, .two_column_left #trackbacks .tb_box p {
	background: url(border2.gif) no-repeat bottom;
}

/* トラックバック情報 */
#trackbacks .tb_box .trackback_data {
	margin: 5px 0 0 0;
	padding: 5px 0 0 43px;
}

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

#trackbacks .tb_box .trackback_data li a {

}

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

}

#comments h3 {

}

/* コメント内容ボックス */

.two_column_default #comments .comment_body, .two_column_left #comments .comment_body, .two_column_right #comments .comment_body {
	background: url(border_two.gif) no-repeat bottom;
}

#comments .comment_body {
	margin: 0 10px;
	padding: 0 45px 5px 55px ;
	background: url(border1.gif) no-repeat bottom;
}

.two_column_default #comments .comment_body, .two_column_right #comments .comment_body, .two_column_left #comments .comment_body {
	background: url(border2.gif) no-repeat bottom;
}

/* コメントテキスト設定 */
#comments .comment_body p {
	margin: 0;
	line-height: 1.5;
}

/* コメント投稿者情報 */
#comments .comment_data {
	margin: 5px 10px 20px 10px;
	padding: 5px 0 0 53px;
}

#comments .comment_data li {
	display: inline;
}

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

}

/*--------------------------------------
　コメント入力
---------------------------------------*/
#comment_input {
	margin: 0;
}

#comment_input .title {
	margin-bottom: 0;
}

#comment_input dl {
	margin: 0;
	padding: 0 60px;
	background: url(entry_box_middle.gif) repeat-y;
	color: #333;
}

.two_column_default #comment_input dl, .two_column_right #comment_input dl, .two_column_left #comment_input dl {
	background: #EFEFEF;
}

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

	font-size: 13px;
	letter-spacing: 2px;
	color: #333;
}

#comment_input dt label {

}

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

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

/* クッキー保存 */
#comment_input #cookie {
	margin: 0;
	padding: 10px 60px;
	background: url(entry_box_middle.gif) repeat-y;
	color: #333;
}

.two_column_default #comment_input #cookie, .two_column_right #comment_input #cookie, .two_column_left #comment_input #cookie {
	background: #EFEFEF;
}

#comment_input #cookie li {
	display: block;
}

/* 内容送信・確認 */
#comment_input ul {
	padding: 15px 0;
	background: url(entry_box_middle.gif) repeat-y;
}

.two_column_default #comment_input ul, .two_column_right #comment_input ul, .two_column_left #comment_input ul {
	background: #EFEFEF;
}


#comment_input li  {
	display: inline;
}

#comment_input li input {

}

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

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

#comment_input .attention {
	margin: 0;
	padding: 20px 67px 30px 67px;
}

/* ボタン */

#comment_input #comment-preview, #comment_input #comment-post {
	margin: 5px 0px 0px 60px;
	width: 34px;
	height: 21px;
	background: url(button.gif) no-repeat;
	border: none;

	color: #000;

	cursor: pointer;
}

#search_submit {
	margin: 0px 0px 0px 0px;
	width: 34px;
	height: 21px;
	background: url(button.gif) no-repeat;
	border: none;

	color: #000;

	cursor: pointer;
}

/*--------------------------------------
　コメント受付・エラー
---------------------------------------*/
#comment_pending #conts p, 
#comment_error #conts p {
	margin: 0px 10px 10px 20px;
	line-height: 1.5;
}

#comment_pending p, #comment_error p {
	margin: 10px 0px 10px 10px;
	padding: 5px 55px 0 55px;
	color: #FFF;
	line-height: 1.5;
}

#dynamic_pages_error p {
	margin: 10px 0 0 10px;
	padding: 5px 55px 10px 65px;
}

/*--------------------------------------
　検索
---------------------------------------*/
#no_search_results p, #no_search p {
	margin: 0 10px 0 20px;
	padding: 5px 55px 0;
	line-height: 1.5;
}

#retrieval_result {
	margin: 0 0 10px 10px;
	padding: 5px 55px 0;
	color: #FFF;
}

#search_results p {

}

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

}

#search form {
	padding: 0px 0px 0px 15px;
}

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

#search ul {
	padding: 5px 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: 3px;
		/**/ 
	}

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

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

/* カテゴリーアーカイブ */
.three_column_A #category_archives, .three_column_default #category_archives, .three_column_B #category_archives {

}

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

}

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

#feed .feed_icon {

}

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

}

/* RSS */
#other {
    padding: 18px 5px;
	
	background: url(rss_bg.gif) no-repeat left center;
}

#other ul {
	padding: 8px 0 0 20px;
}

#other li {
	margin-bottom: 8px;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer {
	margin: 0;
	padding: 15px 0 30px 0;
	clear: both;

	background: url(footer_three_bg.gif) repeat-y;
	font-size: 11px;
	text-align: center;
	color: #FFF;
}

.two_column_default #footer, .two_column_right #footer {
	background: url(two_main_bg_right.gif) repeat-y;
}

.two_column_left #footer {
	background: url(two_main_bg_left.gif) repeat-y;
}

#footer ul {
}

#footer li {
	margin: 0 20px;
	display: inline;
}

#footer li a {

}

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

a:visited {
	color: #7A8F7C;
}

a:hover {
	color: #C6A213;
}

a:active {
	color: #518855;
}

/*--------------------------------------
　装飾
---------------------------------------*/

.attention {
	padding: 5px 10px;

	color: #FFF;
	font-size: 11px;
	line-height: 1.7;
}


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

	text-align: left;
}

#main {
	margin:0;
	padding: 0;
	overflow: hidden;
	background: #000;
}

	* html #main {
		width: 100%;
	}	
/*--------------------------------------
　2カラム　ライトナビ　デフォルト
---------------------------------------*/
.two_column_default #container, .two_column_right #container {
	margin: 0 auto;
	width: 940px;
}

	/* html .two_column_default #container, * html .two_column_right #container {
		width: 800px;
	}*/

.two_column_default #container #main, .two_column_right #container #main {
	width: 940px;
	overflow: hidden;
	background: url(two_main_bg_right.gif) repeat-y;
}

.two_column_default #container #liquid, .two_column_right #container #liquid {
	width: 700px;
	float: left;
}

.two_column_default #container #conts, .two_column_right #container #conts {
	margin-left: 20px;
	padding: 16px 0 0 0;
	width: 700px;
}


	/* html .two_column_default #container #conts, * html .two_column_right #container #conts {
	margin-left: 9px;
}*/


.two_column_default #container #side_navi, .two_column_right #container #side_navi {
	padding-right: 10px;
	padding-top: 20px;
	width: 200px;

	float: right;
}

	* html .two_column_default #container #side_navi, * html .two_column_right #container #side_navi {
	margin-right: 5px;
	padding-right: 0;
	float: right;
	}

.two_column_default #container #side_navi-A, .two_column_right #container #side_navi-A {
	padding-top: 20px;
	width: 200px;
	float: right;
}

	/* html .two_column_default #container #side_navi-A, * html .two_column_right #container #side_navi-A {
	margin: 0;
	width: 200px;
	}*/

.two_column_default #container #side_navi-B, .two_column_right #container #side_navi-B {
	padding-top: 20px;
	width: 200px;
	float: right;
}

	/* html .two_column_default #container #side_navi-B, * html .two_column_right #container #side_navi-B {
	margin: 0;
	width: 200px;
	}*/

/*--------------------------------------
　2カラム　レフトナビ
---------------------------------------*/
.two_column_left #container {
	margin: 0 auto;
	width: 940px;
}

	/* html .two_column_left #container {
		width: 800px;
	}*/

.two_column_left #container #main {
	width: 940px;
	overflow: hidden;
	background: url(two_main_bg_left.gif) repeat-y;
}

.two_column_left #container #liquid {
	width: 700px;

	float: right;
}

	/* html .two_column_left #container #liquid {
	width: 500px;
}*/


.two_column_left #container #conts {
	margin-left: -20px;
	padding: 16px 5px 0 0;
	width: 700px;
}

	* html .two_column_left #container #conts {
	margin-left: 0;
	margin-right: 17px;
	}

.two_column_left #container #side_navi {
	padding-top: 20px;
	padding-left: 10px;
	width: 200px;

	float: left;
}

	* html .two_column_left #container #side_navi {
	margin-left: 5px;
	padding-left: 0;

	float: left;
	}*

.two_column_left #container #side_navi-A {
	
	padding-top: 20px;
	width: 200px;
	float: left;
}

	/* html .two_column_left #container #side_navi-A {
		width: 200px;
	}*/

.two_column_left #container #side_navi-B {
	
	padding-top: 20px;
	width: 200px;
	float: left;
}

	/* html .two_column_left #container #side_navi-B {
	width: 200px;
	}*/

/*--------------------------------------
　3カラム　Aタイプ
---------------------------------------*/
.three_column_default #container, .three_column_A #container {
	margin: 0 auto;
	width: 940px;
}

	/* html .three_column_default #container, * html .three_column_A #container {
		width: 800px;
	}*/

.three_column_default #container #main, .three_column_A #container #main {
	width: 940px;
	overflow: hidden;
	background: url(three_main_bg.gif) repeat-y;
}

	/* html .three_column_default #container #main, .three_column_A #container #main {
	width: 680px;
	}*/

.three_column_default #container #liquid, .three_column_A #container #liquid {
	width: 520px;
	background: #000;

	float: left;
}


	/* html .three_column_default #container #liquid, .three_column_A #container #liquid {
	margin-left: 31px;
	}*/


.three_column_default #container #conts, .three_column_A #container #conts {
	padding: 16px 0 0 0;
	width: 520px;
	
}

	/* html .three_column_default #container #conts, * html .three_column_A #container #conts {
	margin-left: 1px;
	}*/

.three_column_default #container #side_navi, .three_column_A #container #side_navi {
	width: 200px;

	float: left;
}

	/* html .three_column_default #container #side_navi, * html .three_column_A #container #side_navi {
		width: 230px;
	*/ 
	

.three_column_default #container #side_navi-A, .three_column_A #container #side_navi-A {
	margin-left: 10px;
	padding-top: 20px;
	width: 200px;

	float: left;
	background: url(border.gif) no-repeat bottom;
}

	* html .three_column_default #container #side_navi-A, * html .three_column_A #container #side_navi-A {
	margin-left: 5px;

	float: left;
	}
	

.three_column_default #container #side_navi-B, .three_column_A #container #side_navi-B {
	margin-right: 10px;
	padding-top: 20px;	
	width: 200px;

	float: right;
}

	* html .three_column_default #container #side_navi-B, * html .three_column_A #container #side_navi-B {
	margin-right: 10px;

	float: right;
	}*
	

/*--------------------------------------
　3カラム　Bタイプ
---------------------------------------*/
.three_column_B #container {
	margin: 0 auto;
	width: 940px;
}

	/* html .three_column_B #container {
		width: 800px;
	}*/

.three_column_B #container #main {
	width: 940px;
	overflow: hidden;
	background: url(three_main_bg.gif) repeat-y center;
}

	/* html .three_column_B #container #main {
	width: 680px;
	}*/

.three_column_B #container #liquid {
	width: 520px;
	background: #000;
	float: right;
}

.three_column_B #container #conts {
	padding: 16px 0 0 0;
	width: 520px;
}

	/* html .three_column_B #container #conts {
	margin-left: 0px;
	width: 320px;
	}*/



.three_column_B #container #side_navi {
	width: 200px;

	float: left;
}

	/* html .three_column_B #container #side_navi {
		width: 230px;
	*/


.three_column_B #container #side_navi-A {
	margin-right: 10px;
	padding-top: 20px;
	width: 200px;

	float: right;
	background: url(border.gif) no-repeat bottom;
}

	* html .three_column_B #container #side_navi-A {
	margin-right: 0;
	padding-right: 10px;
	width: 210px;

	float: right;
	background: url(border.gif) no-repeat bottom 5px;
	}

.three_column_B #container #side_navi-B {
	margin-left: 10px;
	padding-top: 20px;
	width: 200px;

	float: left;
}

	* html .three_column_B #container #side_navi-B {
	margin-left: 0;
	padding-left: 10px;
	width: 210px;

	float: left;
	}

