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

body {
	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%;
}

/*--------------------------------------
　クラス
---------------------------------------*/

#side_navi h2, #side_navi-A h2, #side_navi-B h2 {
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 5px 15px;
	height: 100%;

	font-family: Times New Roman;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
}

/* タイトル3 */
#trackbacks h3, 
#comments h2, #comments h3, #comment_input h3, #comment_pending #conts h2, #comment_error #conts h2, #comment_input h2, 
#no_search_results h2, #no_search h2 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 5px 10px;

	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}

/* レイアウト1 */
#trackbacks, #comments, #comment_input, #no_search_results, #no_search {
	margin: 0px 0px 25px 10px;
}

/* サイドナビリスト */
.menu_frame {
	margin-bottom: 35px;
}

.menu_frame ul.menu_list {
	margin: 0 0 0 10px;
}

.menu_frame ul.menu_list ul {
	margin: 5px 0 15px 0;
}

.menu_frame ul.menu_list li {
	margin: 0 0 5px 0;
	padding-left: 10px;
	background: url(icon01.gif) no-repeat 0 4px;
}

	* html .menu_frame ul.menu_list li {
		height: 100%;
	}

/*--------------------------------------
	ヘッダー
---------------------------------------*/
#header h1 {
	margin: 0px 0px 5px 0px;
	font-size: 30px;
}

#header h1 a {
	font-weight: bold;
	text-decoration: none;
}

#header p {
	font-size: 12px;
	font-weight: normal;
}

/*--------------------------------------
	コンテンツ
---------------------------------------*/
.entry_box {
	margin: 0px 0px 40px 10px;
	padding: 10px;

	position: relative;
}

.entry_box h2 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 13px 10px;

	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}

.entry_box ul.entry_body {
	overflow: auto;
}

	* html .entry_box ul.entry_body {
		width: 100%;
		/*Mac IE用ハック*/
		/*\*//*/
		width: auto;
		/**/
	}

.entry_box ul li {
	margin: 0 10px 10px 0;

	float: left;
}

.entry_box div.entry_body {
	padding: 0 20px 0 20px;
}

.entry_box .entry_body p {
	padding: 15px 0px 0px 0px;
	line-height: 1.7;
}



/*--------------------------------------
　コメント入力
---------------------------------------*/
#comment_input {
	margin-bottom: 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 {

}

/* 入力フォーム */
#comment_input dd {
	margin: 0 0 10px 0;
}

#comment_input textarea {
	padding: 5px 3px;
	width: 100%;
	overflow: auto;
}

/* クッキー保存 */
#comment_input #cookie {
	padding: 0 0 5px 10px;
}

#comment_input #cookie li {
	display: block;
}

/* 内容送信・確認 */
#comment_input ul {

}

#comment_input li  {
	display: inline;
}

#comment_input li input {

}

#comment_input li input#comment-preview {
	margin: 0 0 0 10px;
}

#comment_input li input#comment-post {
	margin: 0;
}

#comment_input .attention {
	margin: 30px 0 0 10px;
}

/*--------------------------------------
　コメント受付・エラー
---------------------------------------*/
#comment_pending #conts p, #comment_error #conts p {
	margin: 0px 10px 10px 10px;
	line-height: 1.5;
}


/* コメント */
#comment_contribution h2 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 13px 10px;

	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}

#comment_contribution p {
	margin: 0px 10px 10px 10px;
	font-size: 12px;
	line-height: 1.9;
}

/*--------------------------------------
　検索
---------------------------------------*/
#retrieval_result {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;

	font-size: 12px;
	line-height: 1;
}

#no_search_results {
	line-height: 1.5;
}

#no_search_results p {
	padding: 0px 0px 0px 10px;

	font-size: 12px;
}

#no_search {
	line-height: 1.5;
}

#no_search dl {
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}

#no_search dd {
	margin: 0px 0px 10px 10px;
}

#page_error blockquote {
	margin: 0px 10px 10px 10px;
	padding: 5px 10px;

	line-height: 1.5;
}
/*--------------------------------------
　サイドナビ
---------------------------------------*/
/* 検索 */
#search form {
	padding-left: 10px;
}

#search #search_text {
	width: 110px;
}

#search ul {
	padding: 3px 0 0 0;
	list-style: none;

	font-size: 11px;
}

#search li {
	margin: 0 0 3px 0;
	padding: 0;
}

	* html #search li {
		margin-bottom: -3px;
		/*Mac IE用ハック*/
		/*\*//*/
		margin-bottom: 0;
		/**/ 
	}

#archives {
	margin: 0px 0px 50px 0px;
}

/* フィード */
#feed {
	padding: 10px 0px 0px 0px;
}

#feed p {
	margin: 0px 10px;

	font-size: 11px;
	line-height: 1.3;
}

#feed .feed_icon {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 13px;
}

/* タグ */
#tags p {
	padding: 5px 0px 5px 8px;

	font-size: 12px;
}

#other {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#other ul {
	padding: 10px 0px 5px 10px;

	font-size: 12px;
	line-height: 1.2;

	list-style: none;
}

/*--------------------------------------
	フッター
---------------------------------------*/
#footer ul {
	font-size: 12px;
	text-align: center;
}

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

/*--------------------------------------
　装飾
---------------------------------------*/
.attention {
	margin: 20px 0px 10px 0px;
	padding: 5px 10px;

	line-height: 1.5;

	font-size: 11px;
	line-height: 1.5;
}

#return_entry {
	padding: 20px 0px 0px 0px;
}

/*--------------------------------------/
/										/
/										/
/										/
/			色と画像の設定				/
/										/
/										/
/										/
/--------------------------------------*/
body {
	background: #333;

	color: #333;
}

#side_navi h2, #side_navi-A h2, #side_navi-B h2 {
	background: url(h2_back.gif) no-repeat left bottom;

	color: #333;
}

#trackbacks h3, 
#comments h2, #comments h3, #comment_input h3, #comment_pending #conts h2, #comment_error #conts h2, #comment_input h2, 
#no_search_results h2, #no_search h2 {
	background: url(line_black_black.gif) repeat-x left bottom;
}

#header h1 a {
	color: #333;
}

#header p {
	color: #333;
}

#conts {
	color: #333;
}

.entry_box {
	background: #efefef;
	border: 1px solid #fff;
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
}

.entry_box h2, #comments h2 {
	background: url(line_dashed.gif) repeat-x left bottom;

	color: #333;
}

ul.entry_info {
	background: url(line_dashed.gif) repeat-x left top;
}

#trackbacks p input {
	background: #efefef;
	border: 1px solid #fff;
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
}

#trackbacks .tb_box {
	background: #efefef;
	border: 1px solid #fff;
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
}

#trackbacks .tb_box ul {
	background: url(line_black_black.gif) repeat-x;
}

#comments .comment_body {
	background: url(line_black_black.gif) repeat-x left bottom;
}

#comment_contribution h2 {
	background: url(line_dashed.gif) repeat-x left bottom;

	color: #333;
}

#page_error blockquote {
	border: 1px dashed #A5C8E2;
}

#search #search_text {
	background: #efefef;
	border: 1px solid #fff;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#search #search_submit {
	border: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#search li {
	color: #333;
}

#feed .feed_icon {
	background: url(feed.gif) no-repeat 0px 8px;
}

#other {
	background: url(line_black_black.gif) repeat-x;
}

#other ul {
	background: url(line_black_black.gif) repeat-x left bottom;
}

.attention {
	background: #efefef;
	border: 1px solid #fff;
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
}

a:link {
	color: #00A6A6;
}

a:visited {
	color: #333;
}

a:hover {
	color: #999;
}

a:active {
	color: #333;
}

/*--------------------------------------/
/										/
/										/
/										/
/		レイアウトの設定				/
/										/
/										/
/										/
/--------------------------------------*/
/*--------------------------------------
　2カラム　ライトナビ　デフォルト
---------------------------------------*/
.two_column_default #container, .two_column_right #container {
	margin: 0px auto;
	width: 730px;
	background: #DBDBDB url(side_navi_line_right.gif) repeat-y right top;

	text-align: left;
}

.two_column_default #container #header, .two_column_right #container #header {
	margin: 0px 230px 0px 10px;
	padding: 15px 0px 10px 10px;
	background: url(line_black_black.gif) repeat-x left bottom;
}

.two_column_default #container #main, .two_column_right #container #main {
	padding: 0 0 50px 0;
	width: 730px;
	oveflow: auto;
}

.two_column_default #container #liquid, .two_column_right #container #liquid {
	width: 500px;

	float: left;
}

.two_column_default #container #conts, .two_column_right #container #conts {
	margin: 0px 10px 0px 10px;
	padding: 30px 0px 30px 0px;
}

.two_column_default #container #side_navi, .two_column_right #container #side_navi {
	width: 200px;
	position: relative;
	top: -20px;

	float: right;
}

.two_column_default #container #footer, .two_column_right #container #footer {
	margin: 0px 230px 0px 10px;
	padding: 10px 0px 10px 0px;
	background: url(line_black_black.gif) repeat-x left top;

	clear: both;
}

#individual_entry .entry_body ul {
	padding: 1em 0 0 10px;
	list-style: circle;
}

#individual_entry .entry_body ul li {
	margin: 0 0 10px 10px;
        float: none;
}
