/*--------------------------------------
　基礎設定
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/6/1/611e10e0.gif);

	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

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: 10px;
	padding: 4px 0 4px 10px;
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/0/3/03e7229c.gif) no-repeat;

	color: #0033CC;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
}

#conts .entry_title {
	margin: 0 0 10px 0;
	padding: 20px 0 0 30px;
	height: 20px;

	color: #0033CC;
	font-size: 15px;
	font-weight: bold;
}

	 * html #conts .entry_title {
		height: 40px;
		/*Mac IE用ハック*/
		/*\*//*/
		height: 20px;
		/**/ 
	}

.two_column_default #conts .entry_title, .two_column_left #conts .entry_title, .two_column_right #conts .entry_title {
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/3/6/363a9cad.gif) no-repeat left bottom;
}

.three_column_default #conts .entry_title, .three_column_A #conts .entry_title, .three_column_B #conts .entry_title {
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/4/7/477f26c7.gif) no-repeat left bottom;
}

#conts .title {
	margin: 15px 0 10px 0;
	padding: 4px 0 5px 30px;

	color: #0033CC;
	font-size: 15px;
	font-weight: bold;
}

.two_column_default #conts .title, .two_column_left #conts .title, .two_column_right #conts .title {
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/3/6/363a9cad.gif) no-repeat;
}

.three_column_default #conts .title, .three_column_A #conts .title, .three_column_B #conts .title {
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/4/7/477f26c7.gif) no-repeat;
}

/* トラックバック・コメント・検索レイアウト */
#trackbacks, #comments, #comment_input, #no_search_results, #no_search {
	margin: 0 0 35px 0;
}

/* サイドナビリスト */
.side {
	margin-bottom: 35px;
	padding: 0px 0px 0px 15px;
}

.sidebody {
	margin: 0 0 5px 0;
	padding-left: 10px;
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/b/9/b901dc49.gif) no-repeat 0 4px;
} 

/*--------------------------------------
　ヘッダー
---------------------------------------*/
table#header {
	width: 100%;
	background: #fff;

	color: #fff;
}

table#header th, table#header td {
	padding: 8px 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: #ff6699;
}

table#header a:hover {
	text-decoration: none;
}


div#header {
	margin: 0;
	padding: 0 0 0 35px;
	height: 150px;
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/f/c/fc18fdca.gif) no-repeat;
}

	* html div#header {
		margin-bottom: -5px;
	}

	*+html div#header {
		margin: -5px 0;
	}

div#header h1 {
	margin: 0;
	padding: 50px 0 0 0;

	color: #fff;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#header h1 a {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}

/* ディスクリプション */
div#header p {
	margin: 0;
	padding: 10px 0 0 0;

	color: #fff;
	font-size: 12px;
}

/*--------------------------------------
　エントリー
---------------------------------------*/
/* エントリーナビ */
.entry_navi {
	margin: 0 0 -12px 5px;
}

/* エントリーボックス */
.entry_box {
	margin-bottom: 40px;
}

.entry_box .entry_title a {

}

/* 投稿者名・時間 */
.entry_box .entry_data {
	margin: 5px 15px 5px 0;

	text-align: right;
}

.entry_box .entry_data li {
	margin-left: 10px;
	display: inline;
}

/* 投稿者名 */
.entry_box .entry_data span {
	font-weight: bold;
}


/* エントリー内容 */
.entry_box .entry_body {
	margin: 0 15px 0 10px;

	line-height: 1.7;
}

/* エントリーテキスト設定 */
.entry_box .entry_body p {
	margin: 0 0 1em 0;
	padding: 0;
}

/* 追記があるときの "続きを読む" の設定 */
.entry_box .entry_body p.more {

}

/* タグ情報 */
.entry_box .entry_body .tags_info {
	margin: 1em 0 3px 0;
}

.entry_box .entry_body .tags_info li {
	display: inline;
}

.entry_box .entry_body .tags_info li a {
	margin-right: 5px;
}

.entry_box .entry_body .tags_info h3 {
	display: inline;

	font-weight: bold;
	text-transform: capitalize;
}

.entry_box .entry_body .tags_info a {

}

/* カテゴリー・コメント・トラックバック情報 */
.entry_box .entry_info {
	padding: 4px 10px;
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/0/d/0d95f1e3.gif) no-repeat left center;

	text-transform: capitalize;
	text-align: right;
}

.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 {

}

#trackbacks h3 {

}

/* トラックバックURL */
#trackbacks #tb_url {
	margin: 0px 0px 20px 15px;

	font-size: 12px;
	line-height: 2;
}

#trackbacks #tb_url input {
	padding: 2px 0px 0px 4px;
	background: #fff;
	border: 1px solid #C54B73;
}

/* 各トラックバックボックス */
#trackbacks .tb_box {
	margin: 0 10px 30px 15px;
}

/* トラックバックタイトル */
#trackbacks .tb_box h4 {
	margin: 0 0 10px 5px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}

#trackbacks .tb_box h4 a {

}

/* トラックバック概要 */
#trackbacks .tb_box p {
	margin: 0 5px;
	line-height: 1.5;
}

/* トラックバック情報 */
#trackbacks .tb_box .trackback_data {
	margin: 5px 0 15px 0;
	padding: 5px 10px 0 5px;
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/9/d/9d758781.gif) repeat-x;
}

#trackbacks .tb_box .trackback_data li {
	display: inline;
}

#trackbacks .tb_box .trackback_data li a {

}

/*--------------------------------------
　コメント
---------------------------------------*/
#comments {

}

#comments h3 {

}

/* コメント内容ボックス */
#comments .comment_body {
	margin: 0 10px;
	padding: 0 10px;
}

/* コメントテキスト設定 */
#comments .comment_body p {
	margin: 0;
	line-height: 1.7;
}

/* コメント投稿者情報 */
#comments .comment_data {
	margin: 5px 10px 5px 0px;
	padding: 5px 10px 5px 5px;
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/9/d/9d758781.gif) repeat-x bottom;
}

#comments .comment_data li {
	display: inline;
}

/* コメント投稿者名 */
#comments .comment_data li span {

}

/*--------------------------------------
　コメント入力
---------------------------------------*/
#comment_input {
	margin-bottom: 0;
}

#comment_input form {
	margin-left: 20px;
}

#comment_input dl {
}


/* 入力項目名 */
#comment_input dt {
	margin: 0px 0px 3px 0px;

	font-size: 13px;
	letter-spacing: 2px;
}

#comment_input dt label {

}

/* 入力フォーム */
#comment_input dd {
	margin: 0 0 10px 0;
}

#comment_input textarea {
	margin-top: 5px;
	padding: 5px 3px;
	width: 370px;
	overflow: auto;
}

#comment_input li {
	margin-left: 10px;
	display: inline
}

#comment_input li #text {
	display: block
}

/* 投稿ボタン */
#button {
	margin-top:10px;
	 
	display: block
}


/* RSS・チェッカーズ */
#elsebody {
	margin:0 auto;

	text-align:center
}

#elsebody li {

	padding:5px 0px 5px 0px;
}

/*--------------------------------------
　カレンダー
---------------------------------------*/

/* カレンダー大枠 */
.calbody{
	margin:0px 0px 30px 0px;
	
	text-align: left;
}

/* カレンダー全体 */
.calbody table {
	margin:0px auto;
	width: 180px;
	
	text-align: center;
	
}

/* カレンダー週 */
.caltblwk {
	margin: 0 auto;
	
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

.caltblwk .weekday {
	font-size: 11px;
}

/* カレンダー土曜 */
.caltblwk .sat {
	color: #FF0000;
	font-size: 11px;
}

/* カレンダー日曜 */
.caltblwk .sun {
	color: #0000FF;
	font-size: 11px;
}

/* カレンダー日付*/
.caltblday {
	color: #333;
	
	font-size:12px

}

.caltblday a {
	font-weight: bold
}

.caltblday td {
}

.caltblwk td, .caltblday td {
	padding: 3px 0;
	
	font-size:12px;
	
	text-align: center;
}


/* RSS */
#other {
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/7/5/75b272f9.gif) no-repeat left bottom;
}

#other ul {
	padding: 2px 20px;
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/a/4/a4c62f82.gif) no-repeat;
}

#other li {
	margin: 8px 0;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer {
	margin-top: -3px;
	height: 90px;
	background: #f99 url(http://livedoor.blogimg.jp/chintaishop/imgs/8/a/8a4d4702.gif) no-repeat center top;

	clear: both;

	text-align: center;
}

#footer ul {
	padding-top: 65px;
}

	 * html #footer ul {
		padding-top: 55px;
	}

#footer li {
	margin: 0 20px;
	display: inline;
	line-height: 1;
}

#footer li a {

}

/*--------------------------------------
　リンク色設定
---------------------------------------*/
#main a:link {
	color: #cc6699;
}

#main a:visited {
	color: #03c;
}

#main a:hover {
	color: #999;
}

#main a:active {
	color: #0033CC;
}

#footer a:link {
	color: #fff;
}

#footer a:visited {
	color: #0033CC;
}

#footer a:hover {
	color: #fcf;
}

#footer a:active {
	color: #fff;
}


/*--------------------------------------
　装飾
---------------------------------------*/
.attention {
	padding: 5px 10px;
	border: 1px solid #6A93D0;

	color: #333;
	font-size: 11px;
	line-height: 1.7;
}


/*--------------------------------------/
/										/
/										/
/										/
/		　　レイアウトの設定			/
/										/
/										/
/										/
/--------------------------------------*/
#container {
	margin: 0 auto;
	width: 780px;

	text-align: left;
}

#main {
	padding: 0 20px 0 20px;
	width: 740px;
	background: url(http://livedoor.blogimg.jp/chintaishop/imgs/6/0/604b1a29.gif) repeat-y;
	overflow: hidden;
}

	 * html #main {
		width: 780px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 700px;
		/**/ 
	}

/*--------------------------------------
　2カラム　レフトナビ　デフォルト
---------------------------------------*/
.two_column_left #container #liquid {
	width: 500px;
	background: #fff url() no-repeat right top;

	float: right;
}

.two_column_left #container #conts {
	padding: 20px 20px 0 0;
}

.two_column_left #container #side_navi {
	padding: 35px 0 0 20px;
	width: 180px;
	background: #fff url(http://livedoor.blogimg.jp/chintaishop/imgs/a/3/a3a644f2.gif) no-repeat;

	float: left;

	color: #000;
}

	 * html .two_column_left #container #side_navi {
		width: 200px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 180px;
		/**/ 
	}

.two_column_left #container #side_navi-A {
	padding: 35px 0 0 20px;
	width: 180px;
	background: #fff url(http://livedoor.blogimg.jp/chintaishop/imgs/a/3/a3a644f2.gif) no-repeat;

	float: left;

	color: #000;
}

.two_column_left #container #side_navi-B {
	padding: 35px 0 0 20px;
	width: 180px;

	float: left;

	color: #000;
}

/*--------------------------------------
　2カラム　ライトナビ
---------------------------------------*/
.two_column_default #container #liquid, .two_column_right #container #liquid {
	width: 500px;
	background: #fff url(http://livedoor.blogimg.jp/chintaishop/imgs/a/3/a3a644f2.gif) no-repeat;

	float: left;
}

.two_column_default #container #conts, .two_column_right #container #conts {
	padding: 20px 0 0 20px;
}

.two_column_default #container #side_navi, .two_column_right #container #side_navi {
	padding: 35px 20px 0 0;
	width: 180px;
	background: #fff url() no-repeat right top;

	float: right;

	color: #000;
}

	 * html .two_column_default #container #side_navi, * html .two_column_right #container #side_navi {
		width: 200px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 180px;
		/**/ 
	}

.two_column_default #container #side_navi-A, .two_column_right #container #side_navi-A {
	padding: 35px 20px 0 0;
	width: 180px;
	background: #fff url() no-repeat right top;

	float: right;

	color: #000;
}

	 * html .two_column_default #container #side_navi, * html .two_column_right #container #side_navi {
		width: 200px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 180px;
		/**/ 
	}

.two_column_default #container #side_navi-B, .two_column_right #container #side_navi-B {
	padding: 0 20px 0 0;
	width: 180px;
	background: #fff url() no-repeat right top;

	float: right;

	color: #000;
}

	 * html .two_column_default #container #side_navi, * html .two_column_right #container #side_navi {
		width: 200px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 180px;
		/**/ 
	}

/*--------------------------------------
　3カラム　Aタイプ
---------------------------------------*/
.three_column_default #container #liquid, .three_column_A #container #liquid {
	width: 320px;

	float: left;
}

.three_column_default #container #conts, .three_column_A #container #conts {
	padding: 20px 0 0 20px;
}

.three_column_default #container #side_navi-A, .three_column_A #container #side_navi-A {
	padding: 35px 0 0 20px;
	width: 180px;
	background: #fff url(http://livedoor.blogimg.jp/chintaishop/imgs/a/3/a3a644f2.gif) no-repeat;

	float: left;

	color: #000;
}

	 * html .three_column_default #container #side_navi-A, * html .three_column_A #container #side_navi-A {
		width: 200px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 180px;
		/**/ 
	}

.three_column_default #container #side_navi-B, .three_column_A #container #side_navi-B {
	padding: 35px 20px 0 0;
	width: 180px;
	background: #fff url() no-repeat;

	float: right;

	color: #000;
}

	 * html .three_column_default #container #side_navi-B, * html .three_column_A #container #side_navi-B {
		width: 200px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 180px;
		/**/ 
	}

/*--------------------------------------
　3カラム　Bタイプ
---------------------------------------*/
.three_column_B #container #liquid {
	width: 320px;
a
	float: right;
}

.three_column_B #container #conts {
	padding: 20px 20px 0 0;
}

.three_column_B #container #side_navi-A {
	padding: 35px 20px 0 0;
	width: 180px;
	background: #fff url() no-repeat;

	float: right;

	color: #000;
}


	 * html .three_column_B #container #side_navi-A {
		width: 200px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 180px;
		/**/ 
	}

.three_column_B #container #side_navi-B {
	padding: 35px 0 0 20px;
	width: 180px;
	background: #fff url(http://livedoor.blogimg.jp/chintaishop/imgs/a/3/a3a644f2.gif) no-repeat;

	float: left;

	color: #000;
}

	 * html .three_column_B #container #side_navi-B {
		width: 200px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 180px;
		/**/ 
	}


