@charset utf-8;
/*
name: Blog-text Style Library No.131-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 auto;
	
	background: #FFF url(body_back.gif) repeat left top;

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

ul, ol {
	list-style: none;
}

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

/*--------------------------------------
　クラス
---------------------------------------*/
/* サイドナビタイトル・エントリータイトル */
.menu_title {
	margin: 0 0 0 25px;
	padding: 0 0 0 25px;
	
	background: url(menu_title.gif) no-repeat left top;

	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 21px;
	letter-spacing: 2px;
	text-transform: capitalize;
}

#conts .entry_title {
	margin: 0;
	padding: 0;
	
	background: url(entry_title.gif) no-repeat center top;
	border-left: 1px solid #8DD848;
	border-right: 1px solid #8DD848;

	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #000;
}

#conts .title {
}

#trackbacks .title {
	margin: 0;
	padding: 0;
	
	background: url(entry_title.gif) no-repeat center top;

	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #333;
}

#comments .title {
	margin: 0;
	padding: 0;
	
	background: url(entry_title.gif) no-repeat center top;

	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #333;
}

#comment_input .title {
	margin: 0;
	padding: 0;
	
	background: url(entry_title.gif) no-repeat center top;

	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #333;
}

/* トラックバック・コメント・検索レイアウト */
#trackbacks, #comments, #comment_input, #no_search_results, #no_search {
	margin: 0 0 40px 0;
	padding: 40px 0 0 0;
	
	background: url(entry_box_back.gif) no-repeat center top;
	border-left: 1px solid #8DD848;
	border-right: 1px solid #8DD848;
}

/* サイドナビリスト */
.menu_frame {
	margin: 0 0 40px 0;
}

.menu_frame ul {
	margin: 0;
}

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

.menu_frame ul.menu_list ul {
}

.menu_frame ul.menu_list li {
	margin: 8px 0 0 30px;
	padding: 0 0 0 15px;
	
	background: url(icon01.gif) no-repeat left 2px;
}

.menu_frame h2.menu_title a {
	color: #000;
	text-decoration: none;
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header {
	height: 200px;
	margin: 0;
	padding: 0;
	
	background: url(header_back.gif) no-repeat left top;
	text-align: center;
}


#header h1 {
	padding: 75px 0 10px 0;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

#header h1 a {
	color: #000;
	text-decoration: none;
}

/* ディスクリプション */
#header p {
	margin: 0;

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

/*--------------------------------------
　エントリー
---------------------------------------*/
/* エントリーナビ */
.entry_navi {
	margin: 10px 0 -22px 0;
	padding: 0;

	text-align: center;
}

/* エントリーボックス */
.entry_box {
	margin: 45px 0 40px;
	padding: 40px 0 0 0;
	
	background: url(entry_box_back.gif) no-repeat center top;

	overflow: hidden;
}

.entry_box .entry_title a {

}

/* 投稿者名・時間 */
.entry_box .entry_data {
	padding: 10px 10px 20px;

	border-left: 1px solid #8DD848;
	border-right: 1px solid #8DD848;

	text-align: right;
}

.entry_box .entry_data li {
	margin: 0 0 0 5px;
	
	display: inline;
	text-transform: capitalize;
	color: #000;
}

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


/* エントリー内容 */
.entry_box .entry_body {
	padding: 0 10px;

	border-left: 1px solid #8DD848;
	border-right: 1px solid #8DD848;

	line-height: 1.7;
}

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

.entry_box .entry_body h3 {
	margin: 15px 0 0 0;
	padding: 0;
	
	border-bottom: 2px dotted #80C9D9;
	
	text-align: left;
	line-height: 20px;
	color: #000;
}

.entry_box .entry_body blockquote {
	margin: 20px 0;
	padding: 5px 10px;
	
	background: #FFF;
	border: 1px solid #8DD848;
	color: #000;
}

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

}

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

	text-align: left;
}

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

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

.entry_box .entry_body .tags_info h3 {
	padding: 0;
	
	display: inline;	
	background: none;
	border: none;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 12px;
	color: #000;
}

.entry_box .entry_body .tags_info a {

}

/* カテゴリー・コメント・トラックバック情報 */
.entry_box .entry_info {
	margin: 0;
	padding: 8px 10px 0;
	
	background: url(line01.gif) no-repeat center top;
	border-left: 1px solid #8DD848;
	border-right: 1px solid #8DD848;
	
	text-transform: capitalize;
	text-align: left;
	color: #000;
}

.entry_box .entry_info li {
	display: inline;
}

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

}

/* コメント */
.entry_box .entry_info li.comments_info {
	color: #000;
}

/* トラックバック */
.entry_box .entry_info li.trackbacks_info {
	color: #000;
}

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

/* トラックバックURL */
#trackbacks #tb_url {
	margin: 0;
	padding: 15px 10px 0;

	line-height: 2;
	text-align: left; 
}

#trackbacks #tb_url input {
	width: 350px;
	margin: 0;
	padding: 0 0 0 2px;
	
	background: #FFF;
	border: 1px solid #333;
	font-size: 13px;
	color: #000;
}

/* 各トラックバックボックス */
#trackbacks .tb_box {
	margin: 0;
	padding: 20px 10px 0;
}

/* トラックバックタイトル */
#trackbacks .tb_box h4 {
	margin: 0;
	padding: 0 0 0 25px;
	
	background: url(menu_title.gif) no-repeat left top;

	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	color: #000;
}

#trackbacks .tb_box h4 a {

}

/* トラックバック概要 */
#trackbacks .tb_box p {
	margin: 10px 0;
	
	line-height: 1.5;
}

/* トラックバック情報 */
#trackbacks .tb_box .trackback_data {
	margin: 0;
	padding: 5px 0 0 0;
	
	background: url(line01.gif) no-repeat center top;
	
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-transform: capitalize;
	color: #000;
}

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

#trackbacks .tb_box .trackback_data li a {

}

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

}

/* コメント内容ボックス */
#comments .comment_body {
	margin: 0;
	padding: 20px 10px 8px;
}

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

/* コメント投稿者情報 */
#comments .comment_data {
	margin: 0;
	padding: 5px 10px 0;
	
	background: url(line01.gif) no-repeat center top;
	
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-transform: capitalize;
	color: #000;
}

#comments .comment_data li {
	display: inline;
}

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

}

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

#comment_input dl {
	padding: 15px 10px 0;
}

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

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

#comment_input dt label {
	color: #333;
}

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

#comment_input dd input {
	border-top: 2px solid #090;
	border-left: 2px solid #090;
	border-right: 1px solid #8DD848;
	border-bottom: 1px solid #8DD848;
}

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

	overflow: auto;
	border-top: 2px solid #090;
	border-left: 2px solid #090;
	border-right: 1px solid #8DD848;
	border-bottom: 1px solid #8DD848;
}

/* クッキー保存 */
#comment_input #cookie {
	margin: 0;
	padding: 0 10px;
	
	text-align: left;
	font-size: 13px;
}

#comment_input #cookie li {
	display: block;
	color: #333;
}

/* 内容送信・確認 */
#comment_input ul {
	margin: 0 0 0 10px;
	
	text-align: left;

}

#comment_input li  {
	display: inline;
}

#comment_input li input {

}

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

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

/* Please do not edit it the other day.  */

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

/* /Please do not edit it the other day.  */

/* ボタン */
#comment_input #comment-preview, #comment_input #comment-post {
	margin: 5px 0 0 0;
	width: 35px;
	height: 20px;
	background: url(button.gif) no-repeat;
	border: none;

	color: #000;

	cursor: pointer;
}

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

	color: #000;

	cursor: pointer;
}

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

#search form {
	margin: 20px 0 0 25px;
}

#search form #search_text {
	width: 105px;

	border-top: 2px solid #090;
	border-left: 2px solid #090;
	border-right: 1px solid #8DD848;
	border-bottom: 1px solid #8DD848;
}

#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;
}

#tags p {
	margin: 20px 0 0 30px;
}

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

}

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

#feed .feed_icon {

}

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

}

/* RSS */
#other {
}

#other ul {
	margin: 0;
	padding: 0 0 0 60px;
}

#other li {
	line-height: 20px;
	letter-spacing: 1px;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer {
	height: 85px;
	
	background: url(footer_back.gif) no-repeat center bottom;
}

#footer ul {
	padding: 0;

	text-align: center;
}

#footer li {
	margin: 0 10px;
	
	display: inline;
	font-size: 11px;
	color: #000;
}

#footer li a {
	margin: 0 0 0 5px;
}

/*--------------------------------------
　リンク色設定
---------------------------------------*/
a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #2BA4FF;
	text-decoration: underline;
}

a:active {
	color: #71C128;
	text-decoration: underline;
}

/*--------------------------------------
　装飾
---------------------------------------*/
.attention {
	margin: 20px 10px 0;
	padding: 0;

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

/*--------------------------------------/
/										/
/										/
/										/
/		　　レイアウトの設定			/
/										/
/										/
/										/
/--------------------------------------*/
#container {
	width: 870px;
	margin: 0 auto;
	
	background: #8DD848;
	
	text-align: left;
}

/*--------------------------------------
　2カラム　レフトナビ
---------------------------------------*/
.two_column_default #container #main, .two_column_left #container #main {
	margin: 0 0 0 35px;
	padding: 30px 20px 0 0;
	width: 665px;
	overflow: auto;
	
	background: url(side_navi_top.jpg) no-repeat top right;
}

.two_column_default #container #liquid, .two_column_left #container #liquid {
	width: 417px;

	float: left;
}

.two_column_default #container #conts, .two_column_left #container #conts {
	color: #a0afc4;
}

.two_column_default #container #side_navi, .two_column_left #container #side_navi {
	width: 187px;

	float: right;

	color: #a0afc4;
}

.two_column_default #container #side_navi-A, .two_column_left #container #side_navi-A {
	width: 180px;

	float: left;

	color: #fff;
}

.two_column_default #container #side_navi-B, .two_column_left #container #side_navi-B {
	width: 180px;

	float: left;

	color: #fff;
}

/*--------------------------------------
　2カラム　ライトナビ
---------------------------------------*/
.two_column_right #container #main {
	margin: 0 0 70px 10px;
	padding: 50px 0 0 0;
	width: 780px;
	overflow: auto;
}

.two_column_right #container #liquid {
	width: 580px;

	float: left;
}

.two_column_right #container #conts {
	color: #fff;
}

.two_column_right #container #side_navi {
	width: 180px;

	float: right;

	color: #fff;
}

.two_column_right #container #side_navi-A {
	width: 180px;

	float: right;

	color: #fff;
}

.two_column_right #container #side_navi-B {
	width: 180px;

	float: right;

	color: #fff;
}

/*--------------------------------------
　3カラム　Aタイプ　デフォルト
---------------------------------------*/
.three_column_default #container #main, .three_column_A #container #main {
	width: 850px;
	margin: 0 10px;
	
	background: #FFF url(main_back.gif) no-repeat center top;
	
	overflow: auto;
}

.three_column_default #container #liquid, .three_column_A #container #liquid {
	width: 420px;
	
	background: url(liquid_back.gif) no-repeat left 85px;

	float: left;
}

.three_column_default #container #conts, .three_column_A #container #conts {
}

.three_column_default #container #side_navi-A, .three_column_A #container #side_navi-A {
	width: 215px;
	margin: 55px 0 0 0;

	float: left;
}

.three_column_default #container #side_navi-B, .three_column_A #container #side_navi-B {
	width: 215px;
	margin: 55px 0 0 0;

	float: right;
}

/*--------------------------------------
　3カラム　Bタイプ
---------------------------------------*/
.three_column_B #container #main {
	margin: 0 10px 70px 10px;
	padding: 50px 0 0 0;
	width: 780px;
	overflow: auto;
}

.three_column_B #container #liquid {
	margin-right: 20px;
	width: 380px;

	float: right;
}

.three_column_B #container #conts {
	color: #fff;
}

.three_column_B #container #side_navi-A {
	width: 180px;

	float: right;

	color: #fff;
}

.three_column_B #container #side_navi-B {
	width: 180px;

	float: left;

	color: #fff;
}


