/*--------------------------------------
　基礎設定
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
.font_red { color: red; }
.two_column_default, .two_column_right, .two_column_left, body {
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #3D3D2E;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	background: url(http://www.justdoit.co.jp/kuri_blog/img/body_two_bg.gif) repeat-y center;
}

.three_column_default, .three_column_A, .three_column_B, body {
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #3D3D2E;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	background: url(http://www.justdoit.co.jp/kuri_blog/img/body_three_bg.gif) repeat-y center;
}

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: 10px 0 10px 40px;
	background: url(http://www.justdoit.co.jp/kuri_blog/img/menu_title.gif) no-repeat left center;

	color: #424233;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
}

#conts .entry_title {
}

#conts .title {
	margin-bottom: 10px;
	padding: 5px 0 5px 20px;
	background:  url(http://www.justdoit.co.jp/kuri_blog/img/h3_title.gif) no-repeat;

	color: #333;
	font-size: 14px;
	font-weight: bold;
}

/* トラックバック・コメント・検索レイアウト */
#trackbacks, #comments, #comment_input, #no_search_results, #no_search {
	margin: 0 0 35px 0;
}

/* サイドナビリスト */
.side {
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 8px 8px 0 5px;
}
.side img {
	border: 0px;
	margin-bottom: 3px;
}
.sidebody {
	margin: 0 0 5px 13px;
	padding: 0 0 2px 11px;
	background: url(http://www.justdoit.co.jp/kuri_blog/img/icon.gif) no-repeat 0 1px;
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
div#header {
	margin: 0 0 20px 0;
	padding: 0;
	height: 250px;
	background: url(http://www.justdoit.co.jp/kuri_blog/img/hed_img_two.gif) no-repeat;
}

.three_column_A div#header, .three_column_B div#header, .three_column_default div#header {
	background: url(http://www.justdoit.co.jp/kuri_blog/img/kuri-blog-top.jpg) no-repeat;
}


div#header h1 {
	margin: 0;
	padding: 30px 0 0 585px;
}

div#header h1 a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* ディスクリプション */
div#header p {
	margin: 0;
	padding: 5px 0 0 660px;	
	color: #000000;
	font-size: 11px;
}

/*--------------------------------------
　エントリー
---------------------------------------*/
/* エントリーナビ */
#entry_guide, .entry_navi, #back {
	margin: 10px 0;
	text-align: center

}
.entry_navi li {
	display: inline;
}

/* エントリーボックス */
.entry_box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #333;
	background: #FFF url(http://www.justdoit.co.jp/kuri_blog/img/entry_box_bottom.gif) no-repeat bottom;
	overflow: hidden;
}

.entry_box .entry_title {
	padding: 9px 0 0 35px;
	height: 30px;
	background: url(http://www.justdoit.co.jp/kuri_blog/img/entry_title.gif) no-repeat;

	color: #f90;
	font-size: 16px;
	font-weight: bold;
}

	* html .entry_box .entry_title {
		height: 39px;
		/*Mac IE用ハック*/
		/*\*//*/
		height: 30px;
		/**/ 
	}

/* 投稿者名・時間 */
.entry_box .entry_data {
	margin: 0;
	padding: 8px 15px 25px 0;
	background: url(http://www.justdoit.co.jp/kuri_blog/img/entry_box_middle.gif) repeat-y;
	color: #3D3D2E;
	text-align: right;
}

	* html .entry_box .entry_data {
	background: url(http://www.justdoit.co.jp/kuri_blog/img/entry_box_middle.gif) repeat-y;
}
.entry_box .entry_data li {
	margin-left: 10px;
	display: inline;
}

/* 投稿者名 */
.entry_box .entry_data span {
	font-weight: bold;
}

/* エントリー内容 */
.entry_box .entry_body {
	margin-top: -13px;
	padding: 0 15px;
	background: url(http://www.justdoit.co.jp/kuri_blog/img/entry_box_middle.gif) repeat-y;

	line-height: 1.7;
}

	* html .entry_box .entry_body {
		margin-top: 0;
		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: 1em 0 0 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 {
	margin: 0;
	padding: 0;
	display: inline;
	border: none;

	font-weight: bold;
	text-transform: capitalize;
	background: none;
	font-size: 12px;
}

.entry_box .entry_body .tags_info a {

}

/* カテゴリー・コメント・トラックバック情報 */

.entry_box .entry_info {
	margin-top: -5px;
	padding: 0 15px 0;
	background: url(http://www.justdoit.co.jp/kuri_blog/img/entry_box_middle.gif) repeat-x top;
	
	text-transform: capitalize;
	text-align: right;
}

	* html .entry_box .entry_info {
		margin-top: 0px;
	}
	
.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: 20px;
	margin-bottom: 10px;
	padding-left: 3px;
	border-left: solid 5px #F7B738;
	
	color: #424233;
	font-size: 14px;
}

.entry_box blockquote {
	margin: 10px 10px;
	padding: 5px 10px;
	border: 2px solid #91916F;
}

/*--------------------------------------
　トラックバック
---------------------------------------*/
#trackbacks {
}

/* トラックバックURL */
#trackbacks #tb_url {
	margin:0px 0px 20px 25px;

	color: #333;
	font-size: 12px;
	line-height: 2;
}

#trackbacks #tb_url input {
	padding: 2px 0px 0px 4px;
	border: 1px solid #78785C;
}

/* 各トラックバックボックス */
#trackbacks .tb_box {
	margin: 0 10px 20px 10px;
	padding: 10px;
}
	
	* html #trackbacks .tb_box {
		position: relative;
	}

/* トラックバックタイトル */
#trackbacks .tb_box h4 {
	margin: 0 0 10px 5px;
	padding-left: 12px;
	font-size: 12px;
	font-weight: bold;
	background: url(http://www.justdoit.co.jp/kuri_blog/img/icon01.gif) no-repeat 0;
}

	/* html #trackbacks .tb_box h4 {
		padding: 2px 15px 0;
		margin-bottom: -3px;
	}*/

#trackbacks .tb_box h4 a {

}

/* トラックバック概要 */
#trackbacks .tb_box p {
	margin: 0 5px;
	line-height: 1.5;
}

/* トラックバック情報 */
#trackbacks .tb_box .trackback_data {
	margin: 5px 0 0 0;
	padding: 5px 0 0 5px;
	color: #3D3D2E;
}

#trackbacks .tb_box .trackback_data li {
	display: inline;
}

#trackbacks .tb_box .trackback_data li a {

}

/*--------------------------------------
　コメント
---------------------------------------*/
#comments {
}

#comments h4 {
	margin: 0 0 10px 30px;
	padding-left: 13px;
	font-size: 12px;
	font-weight: bold;
	background: url(http://www.justdoit.co.jp/kuri_blog/img/icon01.gif) no-repeat 0;
}
	/* html #comments h4 {
		padding: 2px 15px 0;
		margin-bottom: -3px;
	}*/

/* コメント内容ボックス */
#comments .comment_body {
	margin: 0;
	padding: 0 20px;
}

/* コメントテキスト設定 */
#comments .comment_body p {
	padding: 0px 0px 5px 0px;
	line-height: 1.6
}

/* コメント投稿者情報 */
#comments .comment_data {
	margin: 5px 10px 20px 0px;
	padding: 3px 10px 0 20px;
	color: #3D3D2E;
}

#comments .comment_data li {
	display: inline;	
}

/* コメント投稿者名 */
#comments .comment_data li span {

}

/*--------------------------------------
　コメント入力
---------------------------------------*/
#comment_input {
	margin-bottom: 0;
}

	/* html #comment_input {
		margin-left: 10px;
	}*/

#comment_input h3 {
}

#comment_input form {
	margin: 10px 10px 0;
}

#comment_input dl {
	padding: 0 0 0 10px;
}

/* 入力項目名 */
#comment_input dt {
	margin: 0px 0px 3px 0px;

	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 15px;
}

#comment_input li {
	display: inline
}

#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 {
	margin: 0 0 0 3px;
	padding: 0;	
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

/* カレンダー週 */
.caltblwk .calendarweek {
	padding: 5px 5px 2px;
	font-size: 11px;
	font-weight: bold;

}

.caltblwk {
	width: 194px;
	padding: 5px 0 5px 0;

}

.caltblwk .sat span {
}

.caltblwk .sun span {
}

/* カレンダー日付*/
.caltblday {
	width: 194px;
}

.caltblday a {
	font-weight: bold
}

.caltblday td {	
	background: #DADACF;
	border: 1px solid #fff;
	padding: 5px 1px;
	
	text-align: center;

	font-size: 11px;
}

.caltblday td a {
	font-weight: bold
}

/* RSS */
#other {
    padding: 0 5px;
	height: 50px;
	border-top: 1px solid #FAFADA;
}

#other ul {
	padding: 8px 0 0 30px;
}

#other li {
	margin-bottom: 8px;
	background: none;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer {
	position: relative;
	padding: 15px 0 15px 0;
	clear: both;
	background: #303026;
	color: #FFF;
	font-size: 11px;
}

	* html #footer {
	position: relative;
	top: 20px;
	}
	
	*+html #footer {
	position: relative;
	top: 20px;
	}


#footer ul {

}

#footer li {
	margin: 0 20px;
	display: inline;
}

#footer li a {

}

/*--------------------------------------
　リンク色設定
---------------------------------------*/
a:link {
	color: #7A403F;
}

a:visited {
	color: #424233;
}

a:hover {
	color: #F7B738;
}

a:active {
	color: #7A403F;
}

.entry_title a:link {	
	color: #FCE2AD;
}

.entry_title a:visited {
	color: #DADACF;
}

.entry_title a:hover {
	color: #FCADAD;
}

.entry_title a active {	
	color: #FCE2AD;

}

#footer a:link {	
	color: #FCE2AD;

}

#footer a:visited {
	color: #DADACF;
}

#footer a:hover {
	color: #FCADAD;
}

#footer a:active {	
	color: #FCE2AD;

}

/*--------------------------------------
　装飾
---------------------------------------*/
.attention {
	padding: 5px 10px;
	background: #fff;

	color: #333;
	font-size: 11px;
	line-height: 1.7;
}


/*--------------------------------------/
/										/
/										/
/										/
/		　　レイアウトの設定			/
/										/
/										/
/										/
/--------------------------------------*/
#container {
	margin: 0 auto;
 	width: 1000px;
	background: #FFF;

	text-align: left;
}

#main {
	padding: 0;
	position: relative;
	overflow: hidden;

	border-top: none;
	border-bottom: none;
	color: #3D3D2E;
}

	* html #main {
		width: 100%;
	}	
/*--------------------------------------
　3カラム　Aタイプ
---------------------------------------*/
.three_column_default #container, .three_column_A #container {
	margin: 0 auto;
	width: 1000px;
}

	/* html .three_column_default #container, * html .three_column_A #container {
		width: 800px;
	}*/

.three_column_default #container #main, .three_column_A #container #main {
	margin-bottom: 20px;
	width: 1000px;
	overflow: hidden;
	
}

.three_column_default #container #liquid, .three_column_A #container #liquid {
	
	width: 500px;
	background: #fff url(http://www.justdoit.co.jp/kuri_blog/img/liquid_top.gif) no-repeat;

	float: left;
}


	/* html .three_column_default #container #liquid, .three_column_A #container #liquid {
	margin-left: 31px;
	}*/


.three_column_default #container #conts, .three_column_A #container #conts {
	padding-top: 10px;
	width: 500px;
	background: url(http://www.justdoit.co.jp/kuri_blog/img/conts_bottom.gif) no-repeat left bottom;
}

.three_column_default #container #side_navi, .three_column_A #container #side_navi {
	width: 200px;
	background: #fff url(http://www.justdoit.co.jp/kuri_blog/img/side_navi_bottom.gif) no-repeat left bottom;

	float: left;
}

	/* html .three_column_default #container #side_navi, * html .three_column_A #container #side_navi {
		width: 230px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 210px;
		/**/ 
	

.three_column_default #container #side_navi-A, .three_column_A #container #side_navi-A {
	margin: 10px 28px 0 20px;
	width: 200px;
	background: #fff url(http://www.justdoit.co.jp/kuri_blog/img/side_navi_bottom.gif) no-repeat left bottom;
	border: solid 1px #F7B738;

	float: left;
}

	* html .three_column_default #container #side_navi-A, * html .three_column_A #container #side_navi-A {
	margin: 10px 30px 0 10px;
	width: 200px;

	float: left;
}
	

.three_column_default #container #side_navi-B, .three_column_A #container #side_navi-B {
	margin: 10px 20px 0;
	width: 200px;
	background: #fff url(http://www.justdoit.co.jp/kuri_blog/img/side_navi_bottom.gif) no-repeat left bottom;
	border: solid 1px #F7B738;	

	float: right;
	}

	* html .three_column_default #container #side_navi-B, * html .three_column_A #container #side_navi-B {
	margin: 10px 10px 0 10px;
	width: 200px;

	float: right;
	}
	

/*--------------------------------------
　3カラム　Bタイプ
---------------------------------------*/
.three_column_B #container {
	margin: 0 auto;
	width: 1000px;
}

	/* html .three_column_B #container {
		width: 800px;
	}*/

.three_column_B #container #main {
	margin-bottom: 20px;
	width: 1000px;
	overflow: hidden;
}

.three_column_B #container #liquid {
	width: 500px;
	background: #fff url(http://www.justdoit.co.jp/kuri_blog/img/liquid_top.gif) no-repeat;

	float: right;
}

.three_column_B #container #conts {
	padding-top: 20px;
	width: 500px;
	background: url(http://www.justdoit.co.jp/kuri_blog/img/conts_bottom.gif) no-repeat left bottom;
}

.three_column_B #container #side_navi {
	width: 200px;
	background: #fff url(http://www.justdoit.co.jp/kuri_blog/img/side_navi_bottom.gif) no-repeat left bottom;

	float: left;
}

	/* html .three_column_B #container #side_navi {
		width: 230px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 210px;
		/**/ 


.three_column_B #container #side_navi-A {
	margin: 10px 20px 0 28px;
	width: 200px;
	background: #fff url(http://www.justdoit.co.jp/kuri_blog/img/side_navi_bottom.gif) no-repeat left bottom;
	border: solid 1px #F7B738;	

	float: right;
}

	* html .three_column_B #container #side_navi-A {
	margin: 10px 10px 0 30px;
	width: 200px;

	float: right;
	}

.three_column_B #container #side_navi-B {
	margin: 10px 20px 0 20px;
	width: 200px;
	background: #fff url(http://www.justdoit.co.jp/kuri_blog/img/side_navi_bottom.gif) no-repeat left bottom;
	border: solid 1px #F7B738;

	float: left;

}

	* html .three_column_B #container #side_navi-B {

	margin: 10px 10px 0 10px;
	width: 200px;

	float: left;
	}

.search_form {
margin-left: 10px;
}
.ranking { 
height: 50px;
padding-top: 20px;
}
.back_white { background-color: #FFFFFF; padding-top: 5px }
.ad { font-size: 70%; height: 20px }
.banner-link img { border: solid #ccc 1px; padding: 0px;}
.waku { border: 1px solid #cccccc; }
.clear { clear:both; }
.center { text-align:center; }