/*--------------------------------------
　基礎設定
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/2/6/26bf7002.gif) repeat-y top;
}

ul, ol {
	list-style: none;
}

table, input, textarea, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/*--------------------------------------
　クラス
---------------------------------------*/
/* サイドナビタイトル・エントリータイトル */
.sidetitle, .calendarhead {
	margin-bottom: 0;
	padding: 10px 0 12px 40px;

	color: #5A544B;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/f/4/f4337fe5.gif) no-repeat center;
}

#conts .entry_title {
	padding: 10px 0 6px 40px;

	font-size: 15px;
	font-weight: bold;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/2/a/2ab2cd7b.gif) no-repeat 8px;
}

#conts .title, #trackbacks .title, #comments .title, #comment_input .title {
	margin: 0;
	padding: 0 0 0 35px;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/9/4/9493e4b3.gif) no-repeat;
	height: 26px;

	color: #5A544B;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
}

/* トラックバック・コメント */
#trackbacks, #comments, #comment_input {
	margin-bottom: 30px;
	padding-top: 6px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/* 検索レイアウト */
#no_search_results, #no_search {
}

/* サイドナビリスト */
.side {
	margin-bottom: 30px;
	color: #666;
}

.sidebody {
	margin: 0 0 8px 30px;
	padding: 0 0 2px 16px;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/f/d/fde71031.gif) no-repeat left;
}
.side form input.sf {
	width: 110px;
	margin-left: 30px;
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
table#header {
	width: 100%;
	background: #E0C38C;

	color: #000;
}

table#header th, table#header td {
	padding: 4px 10px;
}

table#header th {
	width: 10%;
}

table#header td.catprbox{
	width: 40%;

	text-align: left;
}

table#header td.newstickerbox {
	width: 20%;

	text-align:right;
}

table#header td.startblogbox {
	width: 20%;

	text-align:right;
}

table#header a.header-nav-livedoor {
	margin-right: 15px;
}

table#header a {
	color: #000;
}

table#header a:hover {
	text-decoration: none;
}


div#header {
	margin: 0;
	padding: 0;
	height: 190px;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/5/2/5265114d.jpg) no-repeat;
}

div#header h1 {
	margin: 0;
	padding: 35px 0 5px 40px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#header h1 a {
	color: #433D3C;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
 
/* ディスクリプション */
div#header p {
	margin: 0;
	padding: 5px 0 10px 40px;

	color: #433D3C;
	font-size: 12px;
}

/*--------------------------------------
　エントリー
---------------------------------------*/
/* エントリーナビ */
.entry_navi {
	margin-top: 10px;
	text-align: center;
}

.entry_navi li {
	display: inline;
}

#back {
	padding: 30px 0 20px 0;
	text-align: center;
}

/* エントリーボックス */
.entry_box {
	margin: 10px 0 20px 0;
	padding-bottom: 50px;
	
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/6/b/6b17bea4.gif) no-repeat bottom;
	overflow: hidden;
}

/* 見出し */
.entry_box h3{
	margin-bottom: 10px;

	padding-left: 20px;
	font-size: 12px;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/5/7/57d71a9b.gif) no-repeat left;
	color: #5A544B;
}

.entry_box blockquote {
	margin: 25px 0 25px 0;
	padding-left: 10px;
	color: #84A2D4;
	border-left: solid 5px #84A2D4;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/f/2/f28f3346.gif) center;
}

.two_column_default .entry_box blockquote, .two_column_right .entry_box blockquote, .two_column_left .entry_box blockquote {
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/c/0/c00e3b65.gif) center;
}

/* 投稿者名・時間 */
.entry_box .entry_data {
	padding: 10px;
	background: #FFF;
	text-align: right;
}

.entry_box .entry_data li {
	display: inline;
	
	color: #5A544B;
}

/* 投稿者名 */
.entry_box .entry_data span {
	font-weight: bold;
}

/* エントリー内容 */
.entry_box .entry_body {
	padding: 0 10px;
	background: #FFF;

	line-height: 1.7;
}

	* html .entry_box .entry_body {
		width: 100%;
	}


/* エントリーテキスト設定 */
.entry_box .entry_body p {
	margin: 0 0 1em 0;
	padding: 0;
}

	* html .entry_box .entry_body {
		width: 100%;
	}

/* 追記があるときの "続きを読む" の設定 */
.entry_box .entry_body p.more {

}

/* タグ情報 */
.entry_box .entry_body .tags_info {
	margin: 2em 0 0 0;
	padding: 0;
	background: none;
}

.entry_box .entry_body .tags_info li {
	display: inline;
}

.entry_box .entry_body .tags_info li a {
	margin-left: 5px;
}

.entry_box .entry_body .tags_info h3 {
	margin: 0;
	padding: 0;
	display: inline;

	font-weight: bold;
	text-transform: capitalize;
	background: none;
}

.entry_box .entry_body .tags_info a {

}

/* カテゴリー・コメント・トラックバック情報 */

.entry_box .entry_info {
	margin: 0;
	padding: 5px 10px;
	
	text-transform: capitalize;
	background: #FFF;
}

.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 25px 0;
	padding: 0 10px;
	font-size: 12px;
	line-height: 2;
}

#trackbacks #tb_url input {
	padding: 2px 0px 0px 5px;
	color: #856859;
	background: #FFF;
	border: solid 1px #856859;
}

/* 各トラックバックボックス */
#trackbacks .tb_box {
	margin: 0;
	padding: 0;
}
	
	* html #trackbacks .tb_box {
		position: relative;
	}

/* トラックバックタイトル */
#trackbacks .tb_box h4 {
	margin: 15px 0 8px 10px;
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/f/3/f3b2a0f6.gif) no-repeat left 3px;
}

	/* html #trackbacks .tb_box h4 {
		padding: 2px 15px 0;
		margin-bottom: -3px;
	}*/

#trackbacks .tb_box h4 a {

}

/* トラックバック概要 */
#trackbacks .tb_box p {
	margin: 0;
	padding: 0 10px;
	line-height: 1.5;
}

/* トラックバック情報 */
#trackbacks .tb_box .trackback_data {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
}

#trackbacks .tb_box .trackback_data li {
	display: inline;
	
	font-size: 13px;
	color: #666;
}

#trackbacks .tb_box .trackback_data li a {

}

/*--------------------------------------
　コメント
---------------------------------------*/
#comments {
}

#comments h4 {
	margin: 0 0 10px 10px;
	padding-left: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #2A83A2;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/f/d/fde71031.gif) no-repeat 5px 3px;
}
	/* html #comments h4 {
		padding: 2px 15px 0;
		margin-bottom: -3px;
	}*/

/* コメント内容ボックス */
#comments .comment_body {
	margin: 0;
	padding: 0 10px;
}

/* コメントテキスト設定 */
#comments .comment_body p {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.5;
}

/* コメント投稿者情報 */
#comments .comment_data {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;

	font-size: 13px;	
	color: #666;
}

#comments .comment_data li {
	display: inline;
}

/* コメント投稿者名 */
#comments .comment_data li span {

}

/*--------------------------------------
　コメント入力
---------------------------------------*/
#comment_input {
}

	/* html #comment_input {
		margin-left: 10px;
	}*/

#comment_input h3 {
}

#comment_input form {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#comment_input dl {
	padding: 2px 10px;
}

/* 入力項目名 */
#comment_input dt {
	margin: 5px 0px 0 0px;
	padding: 3px 0 3px 20px;
	
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/5/7/57d71a9b.gif) no-repeat;
	color: #2A83A2;

	font-size: 13px;
	letter-spacing: 2px;
}

#comment_input dt label {
	font-size: 13px;
}

/* 入力フォーム */
#comment_input dd {
	margin: 0 0 10px 0;
}

#comment_input textarea {
	padding: 5px 3px;
	width: 95%;
	overflow: auto;
}

#comment_input ul {
	padding: 0 10px;
}

#comment_input li {
	display: inline;
	color: #2A83A2;
}

#comment_input li #text {
	display: block;
}

/* 投稿ボタン */
#button {
	display: block;
	margin: 10px 0px 0px 0px;
}


/* RSS・チェッカーズ */
#elsebody {
	margin:0 auto;

	text-align:center
}

#elsebody li {

	padding:5px 0px 5px 0px;
}

/* 検索 */
.sfbtn {
}

/*--------------------------------------
　カレンダー
---------------------------------------*/
/* カレンダー大枠 */
.calbody {
	padding: 5px 0;
	margin: 0 20px 30px 20px;
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
	
	text-align: center;
}

/* カレンダー週 */
.caltblwk .calendarweek {
	padding: 5px 5px 2px;
	font-size: 11px;
	font-weight: bold;
	color: #856859;
}

.caltblwk {
	width: 175px;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 0;
	background: none;
}

.caltblwk .sat span {
	color: #698AAB;
}

.caltblwk .sun span {
	color: #68699B;
}

/* カレンダー日付*/
.caltblday {
	width: 175px;
	
	background: none;
	color: #856859;
}

.caltblday a {
	font-weight: bold
}

.caltblday td {	
	padding: 5px 1px;
	
	text-align: center;

	font-size: 11px;
}

.caltblday td a {
	font-weight: bold
}

/* RSS */
#other {
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/0/a/0a408e2e.gif) no-repeat top;
	height: 53px;
}

#other ul {
	margin: 0 0 0 0;
	padding: 1px 0 0 27px;
}

#other li {
	margin: 4px 0 3px 0;
	background: none;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer {
	width: 485px;
	margin-top: 0;
	padding: 30px 0 30px 0;
	clear: both;
	text-align: center;
	font-size: 11px;
}

#footer ul {
}	

#footer li {
	margin: 0 10px;
	
	display: inline;
	color: #433D3C;
}

#footer li a {

}
/*--------------------------------------
　リンク色設定
---------------------------------------*/
a:link {
	color: #2a83a2;
}

a:visited {
	color: #706caa;
}

a:hover {
	color: #706caa;
}

a:active {
	color: #2a83a2;
}

/*--------------------------------------
　装飾
---------------------------------------*/
.attention {
	padding: 5px 0;

	font-size: 11px;
	line-height: 1.7;
}

/*--------------------------------------/
/										/
/										/
/										/
/		　　レイアウトの設定			/
/										/
/										/
/										/
/--------------------------------------*/
#container {
	margin: 0 auto;
 	width: 700px;
	background: none;

	text-align: left;
}

#main {
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow: hidden;
}

	* html #main {
		width: 100%;
	}	

/*--------------------------------------
　2カラム　ライトナビ　デフォルト
---------------------------------------*/
.two_column_default #container, .two_column_right #container {
	margin: 0 auto;
	width: 700px;
}

.two_column_default #container #main, .two_column_right #container #main {
	overflow: hidden;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/2/3/23bc85c6.jpg) no-repeat top right;	
}

.two_column_default #container #liquid, .two_column_right #container #liquid {
	width: 484px;

	float: left;
}

.two_column_default #container #conts, .two_column_right #container #conts {
	width: 414px;
	margin: 0 35px 0 35px;

	color: #856859;
}

.two_column_default #container #side_navi, .two_column_right #container #side_navi {
	width: 216px;
	margin-top: 30px;

	float: right;
}

.two_column_default #container #side_navi-A, .two_column_right #container #side_navi-A {
	width: 220px;

	float: right;
}

.two_column_default #container #side_navi-B, .two_column_right #container #side_navi-B {
	width: 220px;

	float: right;
}

/*--------------------------------------
　2カラム　レフトナビ
---------------------------------------*/
.two_column_left #container {
	margin: 0 auto;
	width: 980px;
}

.two_column_left #container #main {
	overflow: hidden;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/7/a/7a7d8ea8.gif) repeat-y;	
}

.two_column_left #container #liquid {
	width: 700px;

	float: right;
}

.two_column_left #container #conts {
	margin-left: -30px;
	width: 700px;
}

	* html .two_column_left #container #conts {
	margin-left: 0;
	margin-right: 30px;
	}

.two_column_left #container #side_navi {
	margin-top: 15px;
	width: 220px;

	float: left;
}

.two_column_left #container #side_navi-A {
	width: 220px;
	
	float: left;
}

.two_column_left #container #side_navi-B {
	width: 220px;
	
	float: left;
}

/*--------------------------------------
　3カラム　Aタイプ
---------------------------------------*/
.three_column_default #container, .three_column_A #container {
	margin: 0 auto;
	width: 980px;
}

.three_column_default #container #main, .three_column_A #container #main {
	overflow: hidden;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/f/a/fa4033c9.gif) repeat-y;
}

.three_column_default #container #liquid, .three_column_A #container #liquid {
	width: 480px;

	float: left;
}

.three_column_default #container #conts, .three_column_A #container #conts {
	margin: 0 30px;
	width: 480px;
}

.three_column_default #container #side_navi, .three_column_A #container #side_navi {
	width: 220px;

	float: left;
}
	

.three_column_default #container #side_navi-A, .three_column_A #container #side_navi-A {
	margin-top: 15px;
	width: 220px;

	float: left;
}

.three_column_default #container #side_navi-B, .three_column_A #container #side_navi-B {
	margin-top: 15px;
	width: 220px;

	float: right;
	}

/*--------------------------------------
　3カラム　Bタイプ
---------------------------------------*/
.three_column_B #container {
	margin: 0 auto;
	width: 980px;
}

.three_column_B #container #main {
	overflow: hidden;
	background: url(http://livedoor.blogimg.jp/deep_ayumi/imgs/f/a/fa4033c9.gif) repeat-y;
}

.three_column_B #container #liquid {
	width: 480px;

	float: right;
}

.three_column_B #container #conts {
	margin-left: -30px;
	width: 480px;
}

	* html .three_column_B #container #conts {
	margin-left: 0;
	margin-right: 30px;
	}

.three_column_B #container #side_navi {
	width: 220px;

	float: left;
}

.three_column_B #container #side_navi-A {
	margin-top: 15px;

	width: 220px;

	float: right;
}


.three_column_B #container #side_navi-B {
	margin-top: 15px;
	width: 220px;

	float: left;
}