/*--------------------------------------
　基礎設定
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	background: #fff url(http://livedoor.blogimg.jp/uirou01/imgs/f/1/f18cefbf.gif);

	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	line-height: 1.7
}

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: 0px 0px 0px 20px;
	background: url(http://livedoor.blogimg.jp/uirou01/imgs/a/4/a4f8ddb3.gif) no-repeat;

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

#conts .entry_title {
	padding: 10px 0 5px 50px;
	background: #FFFFC4 url(http://livedoor.blogimg.jp/uirou01/imgs/4/3/4314f101.gif) no-repeat;

	font-size: 15px;
	font-weight: bold;
}

#conts .title {
	background: url(http://livedoor.blogimg.jp/uirou01/imgs/3/9/39d4f6e2.gif) no-repeat;
	padding: 10px 0px 0px 50px;
	margin-bottom: 10px;
	
	font-size: 15px;
}

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

/* サイドナビリスト */
.side {
	margin-bottom: 30px;
	
	color: #fff;
}

.sidebody {
	margin: 0 0 3px 10px;
	padding: 0 0 0 10px;
	background: url(http://livedoor.blogimg.jp/uirou01/imgs/b/a/baa30b8e.gif) no-repeat 0 9px;
} 

/*--------------------------------------
　ヘッダー
---------------------------------------*/
table#header {
	width: 100%;
	background: #DEE0AB;

	color: #fff;
}

	*+html table#header {
		margin-bottom: -3px;
	}

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: #4E799F;
}

table#header a:hover {
	text-decoration: none;
}


div#header {
	height: 177px;
	background: url(http://livedoor.blogimg.jp/uirou01/imgs/1/0/10b360d7.gif) no-repeat;
	
	text-align: center
}

.three_column_default #header, .three_column_A #header, .three_column_B #header {
	background: url(http://livedoor.blogimg.jp/uirou01/imgs/c/b/cb75f634.gif) no-repeat;
}

div#header h1 {
	padding: 20px 0px 0px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#header h1 a {
	color: #4E799F;
	font-weight: bold;
	text-decoration: none;
}

/* ディスクリプション */
div#header p {
	margin-top: -8px;
	color: #4E799F;
	font-size: 12px;
}

/*--------------------------------------
　エントリー
---------------------------------------*/
/* エントリーナビ */
.entry_navi {
	margin-top: -40px;
	padding: 10px 0 10px 10px;
}

	* html .entry_navi {
		position: relative;
		top: 0px;
	}


/* エントリーボックス */
.entry_box {
	padding-bottom: 30px;
	margin-right: 10px;
	overflow: hidden;
}

/* 投稿者名・時間 */
.entry_box .entry_data {
	padding: 5px 20px 5px 0px;
	text-align: right;
	background: #FFFFC4;
}

.entry_box .entry_data li {
	background: #FFFFC4;
	display: inline;
}

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


/* エントリー内容 */
.entry_box .entry_body {
	background: #FFFFC4;
	padding: 0 20px;
}

/* エントリーテキスト設定 */
.entry_box .entry_body p {
	padding: 0;
	
}

/* 追記があるときの "続きを読む" の設定 */
.entry_box .entry_body p.more {

}

/* タグ情報 */
.entry_box .entry_body .tags_info {
	padding: 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: 5px 0 5px 20px;
	background: #FFFFC4 url(http://livedoor.blogimg.jp/uirou01/imgs/b/8/b8bfe701.gif) repeat-x top;
}
.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 {
	padding-top: 30px;
	margin-top: -30px;
	margin-right: 10px;
	background: #FFFFC4;
}

	* html #trackbacks {
		padding-top: 35px;
		margin-top: -30px;
	}


/* トラックバックURL */
#trackbacks #tb_url {
	padding: 0px 20px 20px 20px;
	font-size: 12px;
	line-height: 2;
}


#trackbacks #tb_url .trackbackbox {
	width: 260px;
	background: url(http://livedoor.blogimg.jp/uirou01/imgs/3/3/33f3f143.gif) no-repeat;
	padding: 3px 3px 3px 6px;
	border: none
}

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

/* トラックバックタイトル */
#trackbacks .tb_box h4 {
}

#trackbacks .tb_box h4 a {

}

/* トラックバック概要 */
#trackbacks .tb_box p {
}

/* トラックバック情報 */
#trackbacks .tb_box .trackback_data {
	background: url(http://livedoor.blogimg.jp/uirou01/imgs/b/8/b8bfe701.gif) repeat-x top;
	margin-top: 5px;
	padding: 3px 0 20px 0px;
}

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

#trackbacks .tb_box .trackback_data li a {

}

/*--------------------------------------
　コメント
---------------------------------------*/
#comments {
	margin-right: 10px;
	background: #FFFFC4;
}

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

/* コメントテキスト設定 */
#comments .comment_body p {
}

/* コメント投稿者情報 */
#comments .comment_data {
	background: url(http://livedoor.blogimg.jp/uirou01/imgs/b/8/b8bfe701.gif) repeat-x top;
	padding: 3px 0px 20px;
	margin: 5px 20px 0;
}

#comments .comment_data li {
	display: inline;
}

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

}

/*--------------------------------------
　コメント入力
---------------------------------------*/
#comment_input {
	margin-right: 10px;
	background: #FFFFC4;
	padding-bottom: 50px;
}

#comment_input form {
	padding-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 {
	display: inline
}

#comment_input li #text {
	display: block
}

/* 投稿ボタン */
#button {
	margin: 10px 0px 0px 0px;
}


/* RSS・チェッカーズ */
#elsebody {
	margin:0 auto;

	text-align:center
}

#elsebody li {

	padding:5px 0px 5px 0px;
}

/*--------------------------------------
　カレンダー
---------------------------------------*/

/* カレンダー大枠 */
.calbody{
	background: url(http://livedoor.blogimg.jp/uirou01/imgs/d/c/dcdd57bb.gif) no-repeat;
	padding-bottom: 30px;
}

/* カレンダー全体 */
.calbody table {
	width: 200px;
	border-collapse: collapse;
	border-spacing: 0;
	
	text-align: left;
}

/* カレンダー週 */
.caltblwk {
	padding: 3px;
	
	color: #333;
	font-weight: bold;
}

/* カレンダー日付*/
.caltblday {
	padding: 0px 5px;
	text-align: center;

	font-size: 11px;
}

.caltblday a {
	font-weight: bold
}

.caltblwk td, .caltblday td {
	text-align: center;

	font-size: 11px;
}
	* html .caltblwk td, * html .caltblday td {
		padding: 3px 5px;
	}

.side form {
	margin-left: 10px;
}

/* RSS */
#other {
	background: url(http://livedoor.blogimg.jp/uirou01/imgs/a/1/a182c187.gif) repeat-x top;
}

#other ul {
	background: url(http://livedoor.blogimg.jp/uirou01/imgs/a/1/a182c187.gif) repeat-x bottom;
	padding: 5px 0 5px 20px;
}

#other li {
	margin: 3px 0;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer {
	border-top: 1px dotted #DEE0AB;
	padding-bottom: 60px;
	
	clear: both;
	text-align: center;
	
	color: #fff;
}
	
#footer ul {
	padding-top: 8px;
	
}

#footer li {
	display: inline
}

#footer li a {

}

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

a:visited {
	color: #A4BCD2;
}

a:hover {
	color: #DEE0AB;
}

a:active {
	color: #FFFFC4;
}

#conts a:link {
	color: #FF9900;
}

#conts a:visited {
	color: #C47500;
}

#conts a:hover {
	color: #FF6600;
}

#conts a:active {
	color: #FF6600;
}

#footer a:link {
	color: #fff;
}

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

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

#footer a:active {
	color: #fff;
}

/*--------------------------------------
　装飾
---------------------------------------*/
.attention {
	margin: 20px 20px 0px 20px;
	padding: 5px 10px;
	background: #FFFFFF;
	
	font-size: 11px;
	line-height: 1.7;
}


/*--------------------------------------/
/										/
/										/
/										/
/		　　レイアウトの設定			/
/										/
/										/
/										/
/--------------------------------------*/
#container {
	margin: 0 auto;
	width: 919px;
	background: #4E799F;
	
	text-align: left;
}

	#container {
		padding-bottom: 15px;
	}

.three_column_default #container, .three_column_A #container, .three_column_B #container {
	width: 930px;
}

	* html .three_column_default #container, .three_column_A #container, .three_column_B #container {
		padding-bottom: 15px;
	}

#main {
	margin-bottom: 40px;
	padding: 40px 20px 0px 20px;
}

	* html #main {
		display: inline-block;
	}

	*+html #main {
		display: inline-block;
	}

#main:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*--------------------------------------
　2カラム　ライトナビ　デフォルト
---------------------------------------*/
.two_column_default #container #liquid, .two_column_right #container #liquid {
	width: 660px;

	float: left;
	
	color: #333;
}

.two_column_default #container #side_navi, .two_column_right #container #side_navi {
	padding-top: 10px;
	width: 200px;

	float: right;
}

/*--------------------------------------
　2カラム　レフトナビ
---------------------------------------*/
.two_column_left #container #liquid {
	margin-right: -10px;
	width: 480px;

	float: right;
	
	color: #333;
}

	* html .two_column_left #container #liquid {
		margin-right: -5px;
	}
	
.two_column_left #container #side_navi {
	padding-top: 10px;
	width: 200px;

	float: left;
}

/*--------------------------------------
　3カラム　Aタイプ　デフォルト
---------------------------------------*/
.three_column_default #container #liquid, .three_column_A #container #liquid {
	margin-left: 10px;
	width: 480px;

	float: left;
	
	color: #333;
}

.three_column_default #container #side_navi-A, .three_column_A #container #side_navi-A {
	padding-top: 10px;
	width: 200px;

	float: left;
}

.three_column_default #container #side_navi-B, .three_column_A #container #side_navi-B {
	padding-top: 10px;
	width: 200px;

	float: right;
}

/*--------------------------------------
　3カラム　Bタイプ
---------------------------------------*/
.three_column_B #container #liquid {
	margin-left: 10px;
	width: 480px;

	float: right;
	
	color: #333;
}

.three_column_B #container #side_navi-A {
	padding-top: 10px;
	width: 200px;

	float: right;
}

.three_column_B #container #side_navi-B {
	padding-top: 10px;
	width: 200px;

	float: left;
}
