&#65279;/*--------------------------------------
　基本設定
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: MS PGothic, Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	background:#CCE0F7;
	color:#333333;
}

ul, ol {
	list-style: none;
}

table, input, textarea, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/*--------------------------------------
　クラス
---------------------------------------*/
/* サイドナビタイトル */
#side_navi h2, #side_navi-A h2, #side_navi-B h2 {
	padding:22px 20px 0 0;
	height:25px;
	font-size:15px;
	font-weight: bold;
	text-transform: capitalize;
	text-align:right;
	background:url(http://www.blog-text.jp/style_library/style_catcher/098-blue/side_title.gif) no-repeat;
	color:#000066;
}
	* html #side_navi h2, * html #side_navi-A h2, * html #side_navi-B h2 {
		height:47px;
		/*Mac IE用ハック*/
		/*\*//*/
		height: 25px;
		/**/
	}

/* エントリータイトル */
#conts .entry_title{
	margin-left:-30px;
	padding: 6px 0 0 60px;
	height:20px;
	font-size: 15px;
	font-weight: bold;
	background:url(http://www.blog-text.jp/style_library/style_catcher/098-blue/entry_title.gif) no-repeat;
}
	* html #conts .entry_title{
		height:26px;
		/*Mac IE用ハック*/
		/*\*//*/
		height: 20px;
		/**/
	}

/* トラックバックタイトル・コメントタイトル */
#conts .title{
	padding: 16px 0 0 60px;
	height:23px;
	font-size: 15px;
	font-weight: bold;
	background:url(http://www.blog-text.jp/style_library/style_catcher/098-blue/tb_cmt_title.gif) no-repeat;
}
	* html #conts .title{
		height:39px;
		/*Mac IE用ハック*/
		/*\*//*/
		height: 23px;
		/**/
	}


/* トラックバック・コメント・検索レイアウト */
#trackbacks, #comments, #comment_input, #no_search_results, #no_search {
	margin:0 0 40px 0;
}

/* サイドナビリスト */
.menu_frame {
	margin:0 0 20px 0;
}
.menu_frame .menu_list {
	margin: 0 0 0 30px;
	padding:10px 0 0 0;
}
.menu_frame .menu_list li {
	padding: 0 0 8px 10px;
	background:url(http://www.blog-text.jp/style_library/style_catcher/098-blue/side_point.gif) no-repeat 0 3px;
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header{
	margin-bottom:-363px;
	width: 1000px;
	height:493px;
	background:url(http://www.blog-text.jp/style_library/style_catcher/098-blue/header.gif) no-repeat top right;
	text-align:right;
}
	* html #header{
		/*Mac IE用ハック*/
		/*\*//*/
		/**/
	}

#header h1 {
	padding:40px 40px 10px 0;
	font-size: 22px;
	font-weight: bold;
}
#header h1 a {
	text-decoration: none;
	color:#343F87;
}
 
/* ディスクリプション */
#header p {
	padding:0 40px 0 0;
	color:#343F87;
}

/*--------------------------------------
　エントリー
---------------------------------------*/
/* エントリーナビ */
.entry_navi {
	margin:20px 40px 20px 0;
	height:18px;
	text-align:right;
	background:url(http://www.blog-text.jp/style_library/style_catcher/098-blue/entry_navi.gif) no-repeat;
}
	* html .entry_navi{
		/*Mac IE用ハック*/
		/*\*//*/
		/**/
	}
.entry_navi li{
	display: inline;
}

/* エントリーボックス */
.entry_box{
	margin:0 14px 40px 14px;
	padding:0 0 0 30px;
}

/* 投稿者名・時間 */
.entry_box .entry_data{
	margin-left:-30px;
	padding: 10px 30px 10px 0;
	text-align: right;
	background:url(http://www.blog-text.jp/style_library/style_catcher/098-blue/entry_body_top.gif) no-repeat bottom center;
	color:#121854;
	border-bottom:1px solid #489BAA;
}
	* html .entry_box .entry_data {
		/*Mac IE用ハック*/
		/*\*//*/
		/**/
	}
.entry_box .entry_data li {
	display: inline;
}

/* 投稿者名 */
.entry_box .entry_data span {
	font-weight: bold;
}

/* エントリー内容 */
.entry_box .entry_body{
	line-height: 1.7;
	background:url(http://www.blog-text.jp/style_library/style_catcher/098-blue/entry_back.gif) no-repeat bottom right ;
}
	* html .entry_box .entry_body{
	}

/* エントリーテキスト設定 */
.entry_box .entry_body p{
	padding:10px 50px 0 0;
}

.entry_box .entry_body .disc {
	padding:10px 50px 0 0;
}

/* 追記があるときの "続きを読む" の設定 */
.entry_box .entry_body p.more {
}


/* 見出し */
.entry_box .entry_body h3{
	margin:10px 0;
	padding:5px 0 0 25px;
	height:20px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/098-blue/h3.gif) no-repeat;
	font-size:12px;
	line-height:normal;
}
	* html .entry_box .entry_body h3{
		height:25px;
		/*Mac IE用ハック*/
		/*\*//*/
		height:20px;
		/**/
	}

.entry_box .entry_body blockquote{
	margin:10px 50px 0 20px ;
	padding:10px 30px 10px 30px;
	line-height:1.7;
	color:#093AAE;
	background: url(http://www.blog-text.jp/style_library/style_catcher/098-blue/blockquote.gif) repeat-y top left;
}

/* タグ情報 */

.entry_box .entry_body .tags_info {
	margin:10px 50px 0 0;
	text-align:right;
}


.entry_box .entry_body .tags_info li {
	display: inline;
}

.entry_box .entry_body .tags_info li a {
	
}

.entry_box .entry_body .tags_info h3 {
	margin:0;
	padding:0;
	display: inline;
	font-weight: bold;
	text-transform: capitalize;
	background:none;
}

/* カテゴリー・コメント・トラックバック情報 */
.entry_box .entry_info{
	margin:10px 0 0 -30px;
	padding:5px 50px 5px 0;
	text-transform: capitalize;
	text-align:right;
	background:#DBE9F9;
}

.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 {
}

/*--------------------------------------
　トラックバック
---------------------------------------*/
/* トラックバック大枠 */
#trackbacks{
	margin:0 14px 40px 14px;
}

/* トラックバックURL */
#trackbacks #tb_url{
	padding: 10px 40px 0 40px;
}
#trackbacks #tb_url input {
	margin-top:5px;
	padding: 2px 0 2px 5px;
	border: solid 1px #343F87;
	font-size: 13px;
	color:#343F87;
	background:#FFFFFF;
}

/* 各トラックバックボックス */
#trackbacks .tb_box{
}

/* トラックバックタイトル */
#trackbacks .tb_box h4 {
	margin:10px 0 0 40px;
	padding:5px 0 0 25px;
	height:20px;
	background: url(http://www.blog-text.jp/style_library/style_catcher/098-blue/h3.gif) no-repeat;
	font-size:12px;
	line-height:normal;
}
	* html #trackbacks .tb_box h4 {
		height:25px;
		/*Mac IE用ハック*/
		/*\*//*/
		height:20px;
		/**/
	}
#trackbacks .tb_box h4 a {
}

/* トラックバック概要 */
#trackbacks .tb_box p {
	margin:10px 50px;
	line-height:1.7;
}

/* トラックバック情報 */
#trackbacks .tb_box .trackback_data {
	margin:10px 40px 0 40px;
	padding:5px 10px 5px 0;
	text-transform: capitalize;
	text-align:right;
	background:#DBE9F9;
}
#trackbacks .tb_box .trackback_data li {
	display: inline;
}
#trackbacks .tb_box .trackback_data li a {

}

/*--------------------------------------
　コメント
---------------------------------------*/

/* コメント大枠 */
#comments{
	margin:0 14px 40px 14px;
}

/* コメント内容ボックス */
#comments .comment_body{
	margin:10px 50px;
	line-height:1.7;
}

/* コメントテキスト設定 */
#comments .comment_body p {
	line-height:1.7;
}

/* コメント投稿情報 */
#comments .comment_data{
	margin:10px 40px 0 40px;
	padding:5px 10px 5px 0;
	text-transform: capitalize;
	text-align:right;
	background:#DBE9F9;
}
#comments .comment_data li {	
	display: inline;	
}

/* コメント投稿時間 */
#comments .comment_data li span {
}

/*--------------------------------------
　コメント入力
---------------------------------------*/

/* コメント入力大枠*/
#comment_input{
	margin:0 14px 40px 14px;
}

#comment_input form{
	margin:10px 50px;
}

#comment_input dl {

}


/* 入力項目名*/
#comment_input dt, #comment_edit dt {
	padding:5px 0 ;
	width:90px;
	font-size: 13px;
	letter-spacing: 1px;
	float:left;
	text-align:right;
}
	* html #comment_input dt, #comment_edit dt {
		padding:6px 0 ;
	}

#comment_input dt label, #comment_edit dt label {

}

/* 入力フォーム */
#comment_input dd, #comment_edit dd {
	margin: 0 0 5px 0;
	width:290px;
	float:right;
}

#comment_input input#name, #comment_input input#email, #comment_input input#url {
	width: 85%;
}
#comment_input textarea, #comment_edit textarea {
	clear:both;
	width: 85%;
	overflow: auto;
}

/* 内容送信・確認 */
#comment_input ul, #comment_edit ul{
	clear:both;
	text-align:center;
}

#comment_input li,  #comment_edit li  {
	display: inline;
}

#comment_input li input, #comment_edit li input {

}

/* ページトップ */
p#back{
	margin: 10px 14px;
}


/*--------------------------------------
　サイドナビ
---------------------------------------*/
#side_navi .sidebox{
	color:#FFFFFF;
}

/* カレンダー */
#calendar{
}
	* html #calendar{
	}
 
#calendar table {
	margin:0 auto;
	width: 200px;
	height:127px;
	font-size: 10px;
	line-height:1.7;
	color:#FFFFFF;
	background:url(http://www.blog-text.jp/style_library/style_catcher/098-blue/calendar.gif) no-repeat center;
}
#calendar tr{
}
#calendar td {
}
#calendar td a {
	font-weight: bold;
}
#calendar .calendar_month{
	font-size: 12px;
}



/* アドセンス */
#ad {
	text-align:center;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer {
	padding:20px 280px 50px 0;
	clear:both;
	text-align:right;
	background:url(http://www.blog-text.jp/style_library/style_catcher/098-blue/footer.gif) no-repeat 220px top;
	color:#343F87;
}

#footer ul {
}	
#footer li {
	margin-bottom:10px;
	font-size: 11px;
}
#footer li a {
}
 
/*--------------------------------------
　リンク色設定
---------------------------------------*/
a:link {
	color: #343F87;
}
a:visited {
	color: #000000
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #343F87;
}

/*--------------------------------------
　装飾
---------------------------------------*/
.attention {
	clear:both;
	margin:0 50px;
	padding:10px;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.7;
	border:solid #489BAA;
	border-width:1px 0;
}
/*--------------------------------------/
/										/
/										/
/										/
/		　　レイアウト設定　　　		/
/										/
/										/
/										/
/--------------------------------------*/
#container {
	margin: 0 auto;
 	width:1000px;
	text-align: left;
	background:url(http://www.blog-text.jp/style_library/style_catcher/098-blue/back_container.gif) repeat-y;
}
#main {
	
 	width:1000px;
}
	*html #main{
	}

/*--------------------------------------
　2カラム　ライトナビ　デフォルト
---------------------------------------*/

.two_column_default #container #conts , .two_column_right #container #conts{
	margin: 0 0 0 205px ;
	width: 530px;
	float: left;
}
	* html .two_column_default #container #conts , * html .two_column_right #container #conts{
		margin-left: 102px;
		/*Mac IE用ハック*/
		/*\*//*/
		margin-left: 205px;
		/**/
	}

.two_column_default #container #side_navi , .two_column_right #container #side_navi{
	width: 250px; 
	float: right;
}
	* html .two_column_default #container #side_navi , * html .two_column_right #container #side_navi{
		/*Mac IE用ハック*/
		/*\*//*/
		/**/
	}


/*--------------------------------------
　2カラム　レフトナビ
---------------------------------------*/
.two_column_left #container #conts {
}

	* html .two_column_left #container #conts {
		/*Mac IE用ハック*/
		/*\*//*/
		/**/
	}

.two_column_left #container #side_navi {
}
	* html .two_column_left #container #side_navi {
		/*Mac IE用ハック*/
		/*\*//*/
		/**/
}
/*--------------------------------------
　3カラム　Aタイプ
---------------------------------------*/
.three_column_default #container #liquid, .three_column_A #container #liquid {
}

.three_column_default #container #conts, .three_column_A #container #conts {
}
	*html .three_column_default #container #conts,*html  .three_column_A #container #conts {
	}

.three_column_default #container #side_navi-A, .three_column_A #container #side_navi-A {
}
	*html .three_column_default #container #side_navi-A, .three_column_A #container #side_navi-A {
	}


.three_column_default #container #side_navi-B, .three_column_A #container #side_navi-B {
}

/*--------------------------------------
　3カラム　Bタイプ
---------------------------------------*/
.three_column_B #container #conts {
}
	*html .three_column_B #container #conts {
	}

.three_column_B #container #side_navi-A {
}

.three_column_B #container #side_navi-B {
}
	*html .three_column_B #container #side_navi-B{
	}
