/*--------------------------------------
　基礎設定
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	background: #FFF url(http://www.blog-text.jp/style_library/style_catcher/045-red/body_back.gif);
	
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	color: #333
}

ul, ol {
	list-style: none;
}

table, input, textarea, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/*--------------------------------------
　クラス 
---------------------------------------*/
/* 汎用タイトル・サイドナビタイトル・エントリータイトル */
#side_navi h2, #side_navi-A h2, #side_navi-B h2 {
	margin: 0;
	padding: 10px 0 0 10px;
	height: 24px;
	background: #F8E4DC url(http://www.blog-text.jp/style_library/style_catcher/045-red/menu_title.gif) no-repeat;
	border: 1px solid #E63D04;
	


	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

	 * html #side_navi h2, * html #side_navi-A h2, * html #side_navi-B h2 {
	 height: 35px;
	}
	
#conts .entry_title {
	margin: 0;
	padding: 10px 0 0 40px;
	height: 30px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/045-red/entry_title.gif) no-repeat center;
	overflow: hidden;
	border: none;
	
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

	 * html #conts .entry_title {
	 	padding-top: 7px;
		height: 35px;
	 }

#conts .title {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 10px;
	background: #F8E4DC;
	border-top: 1px solid #E63D04;
	border-bottom: 1px solid #E63D04;
	
	font-size: 12px;
	color: 333;
}

/* トラックバック・コメント・検索レイアウト */
#trackbacks, #comments, #comment_input, #no_search_results, #no_search {
	background: #FFF;
	border-left: 1px solid #E63D04;
	border-right: 1px solid #E63D04;
	
	line-height: 1.8;
}

/* サイドナビリスト */
#side_navi {
	padding: 0px 0 5px;
	margin-bottom: 15px;
}

.sidebox {
	padding-top: 10px;
}


#side_navi ul, #side_navi-A ul, #side_navi-B ul {
	margin: 10px 0 25px 10px;
}

#side_navi ul ul, #side_navi-A ul ul, #side_navi-B ul ul {
	margin: 5px 0 15px 0;
}

#side_navi li, #side_navi-A li, #side_navi-B li {
	margin: 5px 0 5px 10px;
	padding: 0px 0px 5px 15px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/045-red/icon.gif) no-repeat 0 1px;
}
/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header {
	margin: 0;
	padding: 0;
	height: 420px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/045-red/hed_img.gif) no-repeat;
}

#header h1 {
	padding: 30px 0px 5px 20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
}

#header h1 a {
	color: #333;
	text-decoration: none;
}
 
/* ディスクリプション */
#header p {
	margin: 0;
	padding: 0 10px 10px 22px;

	color: #333;
	font-size: 12px;
}

/*--------------------------------------
　エントリー
---------------------------------------*/
/* エントリーナビ */
.entry_navi {
	margin: 10px 0;
}

.entry_navi li {
	display: inline;
	font-size: 11px;
}

/* エントリーボックス */
.entry_box {
	margin-top: 20px;
	margin-bottom: 10px;
	background: none;
	border-bottom: 1px solid #E63D04;
}

	* html .entry_box {
		padding-top: 10px;
	}

/* 投稿者名・時間 */
.entry_box .entry_data {
	margin: 0;
	padding: 5px 10px 5px 0px;
	background: #EFEFEF;
	color: #E63D04;
	border-left: 1px solid #E63D04;
	border-right: 1px solid #E63D04;
	
	text-align: right;
}

.entry_box .entry_data li {
	display: inline;
}

/* 投稿者名 */
.entry_box .entry_data span {
	font-weight: bold;
}

/* エントリー内容 */
.entry_box .entry_body {
	margin: 0;
	padding: 10px 15px 0;

	line-height: 1.7;
	border-left: 1px solid #E63D04;
	border-right: 1px solid #E63D04;
}

	* html .entry_box .entry_body {
		width: 100%;
	}

/* エントリーテキスト設定 */
.entry_box .entry_body p {
	padding: 0 0 1em 0;
}

/* 追記があるときの "続きを読む" の設定 */
.entry_box .entry_body p.more {

}

/* タグ情報 */
.entry_box .tags_info {
	background: none;
	border-left: 1px solid #E63D04;
	border-right: 1px solid #E63D04;
	padding: 1em 0 0 13px;
	font-size: 11px;
}

.entry_box .tags_info li {
	display: inline;
}

.entry_box .tags_info li a {
	margin-right: 5px;
}

.entry_box .tags_info h3 {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;

	font-weight: bold;
	text-transform: capitalize;
	font-size: 11px;
}

.entry_box .entry_body .tags_info a {

}

/* カテゴリー・コメント・トラックバック情報 */

.entry_box .entry_info {
	margin: 0;
	padding: 10px 15px 10px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/045-red/border.gif) repeat-x top;
	border-left: 1px solid #E63D04;
	border-right: 1px solid #E63D04;
	
	text-transform: capitalize;
}

.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: 10px;
	margin-bottom: 5px;
	padding-left: 23px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/045-red/h3_img.gif) no-repeat;
	color: #E63D04;
	font-size: 12px;
}

.entry_box blockquote {
	margin: 10px 10px;
	padding: 10px 10px;
	background: #EFEFEF;
	border: 1px solid #E63E05
}

/*--------------------------------------
　トラックバック
---------------------------------------*/
#trackbacks {
	margin: 0;
}

#trackbacks .title {
}

/* トラックバックURL */
#trackbacks #tb_url {
	margin: 10px 0px 15px 15px;
	font-size: 12px;

	line-height: 2; 
}

#trackbacks #tb_url input {
	padding: 2px 0px 0px 4px;
	background: #FFF;
	color: #E46D45;
	border: solid 1px #E63D04;
}

/* 各トラックバックボックス */
#trackbacks .tb_box {
	margin: 0;
	padding: 0px 0px 15px 0px;
}

/* トラックバックタイトル */
#trackbacks .tb_box h4 {
	padding-left: 15px;
    color: #8CBF40;
	font-size: 13px;
	background: #EFEFEF;
}

#trackbacks .tb_box h4 a {

}

/* トラックバック概要 */
#trackbacks .tb_box p {
	margin: 0;
	padding: 0px 15px 5px 15px;
	background: #EFEFEF;
}

/* トラックバック情報 */
#trackbacks .tb_box .trackback_data {
	margin: 0;
	padding: 5px 15px 10px 15px;
	background: #EFEFEF;
	color: #E46D45;
}

#trackbacks .tb_box .trackback_data li {
	display: inline;
}

#trackbacks .tb_box .trackback_data li a {

}

/*--------------------------------------
　コメント
---------------------------------------*/
#comments {
}

#comments .title{
}


#comments h4 {
	padding-left: 15px;
    color: #8CBF40;
	font-size: 13px;
	background: #EFEFEF;
}

/* コメント内容ボックス */
#comments .comment_body {
	padding: 0px 15px 10px 15px;
	background: #EFEFEF;
}

/* コメントテキスト設定 */
#comments .comment_body p {
}

/* コメント投稿者情報 */
#comments .comment_data {
	padding: 0px 15px 10px 15px;
	color: #E46D45;
	background: #EFEFEF;
	border-bottom: solid 15px #FFF;
}

#comments .comment_data li {
	display: inline;	
}

/* コメント投稿者名 */
#comments .comment_data li span {

}
/*--------------------------------------
　コメント入力
---------------------------------------*/
#comment_input {
	padding-bottom: 10px;
	border-bottom: 1px solid #E63D04
}

#comment_input h3 {
}

#comment_input .title {
}

#comment_input form {
	margin: 10px 10px 0;
}

#comment_input dl {
	padding: 0 15px;
}


/* 入力項目名 */
#comment_input dt, #comment_edit dt {
	margin: 0;
	padding:0;

	font-size: 13px;
	letter-spacing: 2px;
}

#comment_input dt label, #comment_edit dt label {
	font-size: 13px;
}

/* 入力フォーム */
#comment_input dd, #comment_edit dd {
	margin: 0 0 10px 0;
}

#comment_input textarea, #comment_edit textarea {
	padding: 5px 3px;
	width: 95%;
	overflow: auto;
}

#comment_input #cookie li {
	display: block;
	padding: 5px 0;
}

/* 内容送信・確認 */
#comment_input ul, #comment_edit ul {
	padding: 0 15px;
}

#comment_input li,  #comment_edit li  {
	display: inline;
}

#comment_input li input, #comment_edit li input {

}

/*--------------------------------------
　サイドナビ
---------------------------------------*/
/* カレンダー */
#calendar {	
	text-align: center;

}

#calendar h2 {
	
	text-align: left
}

#calendar table {
	padding: 5px 0;
	margin: 0 auto;
	width: 230px;
	border-collapse: collapse;
	border-spacing: 0;
	
	text-align: left;
}

#calendar caption {
	padding: 5px 0px 5px 0px;
	text-align: center;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

#calendar th {
	padding: 5px 0 5px 0;
	text-align: center;

	font-size: 11px;
}

#calendar th.sun {
}

#calendar th.sat {
}

#calendar td {
	padding: 5px 1px;
	
	text-align: center;
	font-size: 11px;
}
	
#calendar td a {
	font-weight: bold;
}



/* プロフィールプラグイン */
#side_navi p, #side_navi-A p, #side_navi-B p {
	padding-left: 20px;
	padding-bottom: 30px;
}


/* 天気予報 */
.plugin-weather {
	padding-right: 5px;
}

/* タグリスト */
.plugin-tag {
	padding-left: 15px;
}

.plugin-tag a {
	display: block;
}

/* カレンダー */
.plugin-calender {
	margin-bottom: 30px;
	text-align: center;
	font-size: 12px;
}

.plugin-calender table {
	margin: 0 auto;
	width: 200px;
	border-collapse: collapse;
	border-spacing: 0;

	text-align: left;
	font-weight: bold;
}

.plugin-calender caption {
	width: 200px;
	padding-top: 10px;
	
	text-align: center;
	
	font-size: 12px;
	font-weight: bold;
}

.plugin-calender th {
	padding: 15px 0 5px;
	text-align: center;

	font-size: 11px;
	font-weight: bold;
}

.plugin-calender #sun {
}

.plugin-calender #sat {
}

.plugin-calender td {
	padding: 5px 0;
	text-align: center;

	font-size: 11px;
	font-weight: normal;
}

.plugin-calender td a {
	font-weight: bold
}


/* フォーム */
#side_navi-A form, #side_navi-B form {
	padding-left: 10px;
}


#side_navi-A form dd, #side_navi-B form dd {
	margin-bottom: 8px;
}

/* メールフォーム */
p.plugin-mail {
	margin: 0 0 0 0;
	line-height: 1.5;
}

/* 検索 */
p.plugin-search {
	line-height: 1;
}

/* 全プラグイン */
.plugin-profile, .plugin-search, .plugin-link, .plugin-weather, .plugin-qrcode, .plugin-powered, .plugin-mail, 
.plugin-bookmark, .plugin-newamazon, .plugin-all, .plugin-blogranking, .plugin-calender {
	padding-bottom: 30px;
}

.rss {
	margin-top: 20px;

}

/* アドセンス */
#ad {
	padding: 10px;
}

#ad img, #ad table {
	margin: 0 auto;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer {
	padding: 30px 0 30px;
	background: #FFF url(http://www.blog-text.jp/style_library/style_catcher/045-red/foot_back.gif) repeat-x bottom;
	text-align: center;
	clear: both;
	font-size: 11px;
}

#footer ul {
}	

#footer li {
	display: inline;
	line-height: 1.5;
}

#footer li a {

}
 
/*--------------------------------------
　リンク色設定
---------------------------------------*/
a:link {
	color: #8CBF40;
}

a:visited {
	color: #CC334E;
}

a:hover {
	color: #666666;
}


a:active {
	color: #8CBF40;
}
/*--------------------------------------
　装飾
---------------------------------------*/
/*--------------------------------------/
/										/
/										/
/										/
/		　　レイアウトの設定			/
/										/
/										/
/										/
/--------------------------------------*/
#container {
	margin: 0 auto;
	width: 742px;
	background: #FFF;
	border: 1px solid #999999;
	text-align: left;
}

#main {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	
	overflow: hidden;
	background: #FFF;
}

	* html #main {
		width: 100%;
	}

#side_navi {
	margin-top: 9px;
	background: #FFF url(http://www.blog-text.jp/style_library/style_catcher/045-red/side_navi_bg.gif) no-repeat;
	border-bottom: 1px solid #E63D04;
}


#side_navi-A {
}


#side_navi-B {
}


/*--------------------------------------
　2カラム　ライトナビ　デフォルト
---------------------------------------*/
.two_column_default #container, .two_column_right #container {
	margin: 0 auto;
	width: 742px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/045-red/two_main_back_right.gif) no-repeat; 
	text-align: left;
}

.two_column_default #container #liquid, .two_column_right #container #liquid {
	width: 488px;
	margin-left: 10px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/045-red/entry_top.gif) repeat-x top;
	
	float: left;
}

	* html .two_column_default #container #liquid {
	margin-left: 4px;
	width: 488px;
	}
	
	* html .two_column_right #container #liquid {
	margin-left: 4px;
	width: 488px;
	}

	
.two_column_default #container #conts, .two_column_right #container #conts {
	padding: 0 0 15px 0;
	background: url(http://www.blog-text.jp/style_library/style_catcher/045-red/two_conts_back.gif) repeat-y center top;
}
	
.two_column_default #container #side_navi, .two_column_right #container #side_navi {
	padding-top: 30px;
	width: 205px; 

	float: right;
}

	/* html .two_column_default #container #side_navi {
	width: 264px; 

	float: right;
	}

	* html .two_column_right #container #side_navi {
	width: 264px; 

	float: right;
	}*/

/*--------------------------------------
　2カラム　レフトナビ
---------------------------------------*/

.two_column_left #container {
	margin: 0 auto;
	width: 742px;

	background: url(http://www.blog-text.jp/style_library/style_catcher/045-red/two_main_back_left.gif) repeat-y center top; 
	text-align: left;
}

.two_column_left #container #liquid {
	margin-right: 9px;
	width: 488px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/045-red/entry_top.gif) repeat-x top;
	
	float: right
}

	* html .two_column_left #container #liquid {
	margin-right: 4px;
	width: 488px;
	}

.two_column_left #container #conts {
	padding: 0 0 15px 0;
	background: url(http://www.blog-text.jp/style_library/style_catcher/045-red/two_conts_back.gif) repeat-y center top;
}


.two_column_left #container #side_navi {
	padding-top: 30px;
	width: 205px; 

	float: left;
}

