/*--------------------------------------
　基礎設定
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	background: url(https://blog-imgs-17-origin.fc2.com/b/l/o/blog22121/40body_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: 0px 0px 5px 0px;
	padding: 2px 20px 8px 20px;
	background: url(https://blog-imgs-17-origin.fc2.com/b/l/o/blog22121/40menu_title_img.gif) no-repeat;
	
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
}

#conts .entry_title {
	margin-bottom: 15px;
	padding: 5px 0 0 10px;
	height: 20px;
	background: url(https://blog-imgs-17-origin.fc2.com/b/l/o/blog22121/40entry_title_img.gif) no-repeat;
	
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

	 * html #conts .entry_title {
	 	height: 25px;
		/*Mac IE用ハック*/
		/*\*//*/
		height: 20px;
		/**/
	 }

.two_column_default #conts .entry_title, .two_column_left #conts .entry_title, .two_column_right #conts .entry_title {
	margin-bottom: 15px;
	padding: 5px 0 0 40px;
	background: url(https://blog-imgs-17-origin.fc2.com/b/l/o/blog22121/40entry_title_img_two.gif) no-repeat;
	
	color: #66200F;
	font-size: 15px;
	font-weight: bold;
}

#conts .title {
	margin-bottom: 10px;
	padding: 2px 0 0px 10px;
	background:  url(https://blog-imgs-17-origin.fc2.com/b/l/o/blog22121/40conts_title.gif) no-repeat 0 4px;
	
	font-size: 15px;
	color: #333;
}

.two_column_default #conts .title, .two_column_left #conts .title, .two_column_right #conts .title {
	margin-bottom: 10px;
	padding: 2px 0 0px 10px;
	background:  url(https://blog-imgs-17-origin.fc2.com/b/l/o/blog22121/40conts_title_two.gif) no-repeat 0 4px;
	
	font-size: 15px;
	color: #333;
}


/* トラックバック・コメント・検索レイアウト */
#trackbacks, #comments, #comment_input, #no_search_results, #no_search {
	padding-bottom: 20px;
	
	line-height: 1.8;
}

/* サイドナビリスト */
#side_navi ul, #side_navi-A ul, #side_navi-B ul {
	padding: 0 0 10px;
	margin-bottom: 30px;
	background: #fff;
}

#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: 0 0 5px 10px;
	padding: 2px 0px 4px 18px;
	background: url(https://blog-imgs-17-origin.fc2.com/b/l/o/blog22121/40icon.gif) no-repeat;
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header {
	margin: 0;
	padding: 0 0 0 0;
	height: 280px;
	background: url(https://blog-imgs-17-origin.fc2.com/b/l/o/blog22121/40hed_img.gif) no-repeat;
}

#header h1 {
	padding: 20px 0 0 50px;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}
 
/* ディスクリプション */
#header p {
	margin: 0;
	padding: 5px 0 0 90px;

	color: #fff;
	font-size: 12px;
}

/*--------------------------------------
　エントリー
---------------------------------------*/
.entry_navi li {
	display: inline;
}

/* エントリーナビ */
#entry_guide {
	text-align: center

}

.entry_navi {
	margin: -17px 0 5px 10px;
	
	font-size: 12px;
}
		*html .entry_navi {
		position: relative;
		}

/* エントリーボックス */
.entry_box {
	padding-bottom: 30px;
}

/* 投稿者名・時間 */
.entry_box .entry_data {
	padding: 0px 10px 5px 0px;
	
	text-align: right;
	font-weight: bold;
}

.entry_box .entry_data li {
	display: inline;
}

/* 投稿者名 */
.entry_box .entry_data span {
	font-weight: bold;
}

/* エントリー内容 */
.entry_box .entry_body {
	padding: 0px 15px 0;

	line-height: 1.7;

}

/* エントリーテキスト設定 */
.entry_box .entry_body p {
	padding: 0 0 1em 0;

}

.entry_box .entry_body h3 {
	padding: 8px 0px 5px 40px;
	background: url(https://blog-imgs-17-origin.fc2.com/b/l/o/blog22121/40h3_img.gif) no-repeat;
}

.entry_box .entry_body blockquote {
	padding: 13px;
	border: 1px solid #1FA8FA
}

/* 追記があるときの "続きを読む" の設定 */
.entry_box .entry_body p.more {

}

/* タグ情報 */
.entry_box .tags_info {
	padding: 1em 0 0 10px;
}

.entry_box .tags_info li {
	display: inline;
}

.entry_box .tags_info li a {
	margin-right: 5px;
}

.entry_box .tags_info h3 {
	display: inline;

	font-weight: bold;
	text-transform: capitalize;
}

.entry_box .entry_body .tags_info a {

}

/* カテゴリー・コメント・トラックバック情報 */

.entry_box .entry_info {
	margin-top: 10px;
	padding: 5px 15px 0px 0;
	
	text-transform: capitalize;
	border-top: solid 2px #1FA8FA;
}

.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 {
}


/* トラックバックURL */
#trackbacks #tb_url {	
	margin: 0px 0px 15px 10px;
	font-size: 12px;

	line-height: 2; 
}

#trackbacks #tb_url input {
	padding: 2px 0px 0px 4px;
	background: #fff;
	border: solid 1px #1D9DE9;
}

/* 各トラックバックボックス */
#trackbacks .tb_box {
}

/* トラックバックタイトル */
#trackbacks h4 {
	padding-left: 10px;
	margin: 0px 0 5px;
    color: #333;
	font-size: 15px;
}

#trackbacks .tb_box h4 a {

}

/* トラックバック概要 */
#trackbacks .tb_box p {
	padding: 0px 0px 5px 10px;
}

/* トラックバック情報 */
#trackbacks .tb_box .trackback_data {
	padding: 3px 0px 15px 10px;
	border-top: solid 1px #1FA8FA;
}

#trackbacks .tb_box .trackback_data li {
	display: inline;
}

#trackbacks .tb_box .trackback_data li a {

}

/*--------------------------------------
　コメント
---------------------------------------*/
#comments {
}

#comments h4 {
	padding-left: 10px;
    color: #333;
	font-size: 15px;
}

/* コメント内容ボックス */
#comments .comment_body {
	border-bottom: solid 1px #1FA8FA;
}

/* コメントテキスト設定 */
#comments .comment_body p {
	padding: 0px 10px 5px 10px;
}

#comments p {
}

#comment_preview .comment_body {
	padding-left: 10px;
}

/* コメント投稿者情報 */
#comments .comment_data {
	padding: 3px 0px 15px 10px;
	background: url(/b/blog22121/file/40border.gif) repeat-x top;
}

#comments .comment_data li {	
	display: inline;	
}

/* コメント投稿者名 */
#comments .comment_data li span {

}

#comment_pending p, #comment_error p, #dynamic_pages_error p {
	margin: 10px 0px 20px 10px;
}

/*--------------------------------------
　コメント入力
---------------------------------------*/
#comment_input {
}

#comment_input h3 {
}

#comment_input .title {
}

#comment_input form {
	margin: 0 10px;
}

#comment_input dl {
	padding: 0 0 0 0px;
}


/* 入力項目名 */
#comment_input dt, #comment_edit dt {
	margin: 0px 0px 3px 0px;

	font-size: 13px;
	letter-spacing: 2px;
}

#comment_input dt label, #comment_edit dt label {

}

/* 入力フォーム */
#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 ul, #comment_edit ul {
	margin: 0 0 0 0px;
}

#comment_input li,  #comment_edit li  {
	display: inline;
}

#comment_input li input, #comment_edit li input {

}

/*--------------------------------------
　サイドナビ
---------------------------------------*/
/* プロフィールプラグイン */
#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;
	background: url(https://blog-imgs-17-origin.fc2.com/b/l/o/blog22121/40calendar_back.gif) no-repeat bottom;
	text-align: center;
	font-size: 12px;
}

.plugin-calender table {
	margin: 0 auto;
	width: 145px;
	border-collapse: collapse;
	border-spacing: 0;

	text-align: left;
	font-weight: bold;
}
	
	* html .plugin-calender table {
		margin-left: 20px;
	}

.plugin-calender caption {
	width: 179px;
	padding-bottom: 10px;
	
	text-align: center;
	
	font-size: 12px;
	font-weight: bold;
}

	* html .plugin-calender caption {
		margin-left: 10px;
	}


.plugin-calender th {
	padding: 6px 0;
	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;
}

.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 {
}

#ad img, #ad table {
	margin: 0 auto;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer {
	padding: 125px 0 25px;
	background: url(https://blog-imgs-17-origin.fc2.com/b/l/o/blog22121/40footer_img.gif) no-repeat;
	background-position: top;
	text-align: center;
	clear: both;
	color: #CCCCCC;
	font-size: 11px;
}

#footer ul {
}	

#footer li {
	display: inline;
	line-height: 1;
}

#footer li a {

}
 
/*--------------------------------------
　リンク色設定
---------------------------------------*/
a:link {
	color: #059BFE;
}

a:visited {
	color: #2778AD;
}

a:hover {
	color: #FF6633;
}

a:active {
	color: #059BFE;
}

#footer a:link {
	color: #58C3F0;
}

#footer a:visited {
	color: #2778AD;
}

#footer a:hover {
	color: #FF6633;
}

#footer a:active {
	color: #58C3F0;
}
h2.entry_title a:link {
	color: #FFFFFF;
}

h2.entry_title a:visited {
	color: #2C6C94;
}

h2.entry_title a:hover {
	color: #7EF7FA;
}

h2.entry_title a:active {
	color: #FFFFFF;
}

#trackbacks h4 a:link {
	color: #0472B3;
}

#trackbacks h4 a:visited {
	color: #29688D;
}

#trackbacks h4 a:hover {
	color: #0093EA;
}

#trackbacks h4 a:active {
	color: #0472B3;
}
/*--------------------------------------
　装飾
---------------------------------------*/
/*--------------------------------------/
/										/
/										/
/										/
/		　　レイアウトの設定			/
/										/
/										/
/										/
/--------------------------------------*/
#container {
	margin: 0 auto;
	padding: 20px 20px 0;
 	width: 860px;
	background: #fff;

	text-align: left;
}

	* html #container {
		width: 900px;
	}

#main {
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-top: none;
	border-bottom: none;
}

	* html #main {
		width: 100%;
	}
	

/*--------------------------------------
　2カラム　ライトナビ　デフォルト
---------------------------------------*/
.two_column_default #container #liquid, .two_column_right #container #liquid {
	width: 620px;
	margin-left: 8px;
	background: #fff url(/b/blog22121/file/40entry_top.gif) repeat-x top;
	
	float: left;
}

	*html .two_column_default #container #liquid, .two_column_right #container #liquid {
		margin-left: 2px;
	}
	
.two_column_default #container #conts, .two_column_right #container #conts {
	padding-bottom: 10px;
	background: #fff url(/b/blog22121/file/40entry_bottom.gif) repeat-x bottom;
}
	
.two_column_default #container #side_navi, .two_column_right #container #side_navi {
	width: 179px; 

	float: right;
}

/*--------------------------------------
　2カラム　レフトナビ
---------------------------------------*/
.two_column_left #container #liquid {
	width: 620px;
	margin-right: 8px;
	background: #fff url(/b/blog22121/file/40entry_top.gif) repeat-x top;
	
	float: right
}

	* html .two_column_left #container #liquid {
		margin-right: 5px;
	}

.two_column_left #container #conts {
	padding-bottom: 10px;
	background: #fff url(/b/blog22121/file/40entry_bottom.gif) repeat-x bottom;
}


.two_column_left #container #side_navi {
	width: 179px; 

	float: left;
}

	
/*--------------------------------------
　3カラム　Aタイプ
---------------------------------------*/
.three_column_default #container #liquid, .three_column_A #container #liquid {
	width: 420px;
	margin-left: 25px;
	background: #fff url(/b/blog22121/file/40entry_top.gif) repeat-x top;
	
	float: left;
}

.three_column_default #container #conts, .three_column_A #container #conts {
	padding-bottom: 10px;
	background: #fff url(/b/blog22121/file/40entry_bottom.gif) repeat-x bottom;
}

.three_column_default #container #side_navi-A, .three_column_A #container #side_navi-A {
	width: 179px; 
	
	float: left;
}


.three_column_default #container #side_navi-B, .three_column_A #container #side_navi-B {
	width: 179px;

	float: right;
}

/*--------------------------------------
　3カラム　Bタイプ
---------------------------------------*/
.three_column_B #container #liquid {
	width: 420px;
	margin-right: 25px;
	background:#fff url(/b/blog22121/file/40entry_top.gif) repeat-x top;
	
	float: right;
}

.three_column_B #container #conts {
	padding-bottom: 10px;
	background: #fff url(/b/blog22121/file/40entry_bottom.gif) repeat-x bottom;
}

.three_column_B #container #side_navi-A {
	width: 179px; 

	float: right;
}

.three_column_B #container #side_navi-B {
	width: 179px;

	float: left;
}

.new {color:red; font-weight:bolder;} 

