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

body {
	margin: 0;
	background: url(body_back.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%;
}

/*--------------------------------------
　クラス
---------------------------------------*/
/* サイドナビタイトル・エントリータイトル */
.menu_title {
	margin-bottom: 10px;
	padding: 5px 0 0;
	height: 20px;
	background: url(menu_title_back.gif) no-repeat;	color: #436692;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

	* html .menu_title {
		height: 25px;
		/*Mac IE用ハック*/
		/*\*//*/
		height: 20px;
		/**/
	}

#conts .entry_title {
	padding: 13px 0 0 40px;
	height: 27px;
	
	color: #001A33;
	font-size: 15px;
	font-weight: bold;
}

	* html #conts .entry_title {
		height: 40px;
		/*Mac IE用ハック*/
		/*\*//*/
	height: 27px;
		/**/
	}

.two_column_default #conts .entry_title, .two_column_left #conts .entry_title, .two_column_right #conts .entry_title {
	background: url(entry_back_two.gif) no-repeat;
}

.three_column_default #conts .entry_title, .three_column_A #conts .entry_title, .three_column_B #conts .entry_title {
	background: url(entry_back.gif) no-repeat;
}

#conts .title {
	padding: 2px 0 0 10px;
	height: 28px;
	
	font-size: 15px
}

	* html #conts .title {
		height: 30px;
		/*Mac IE用ハック*/
		/*\*//*/
		height: 28px;
		/**/
	}
	
.two_column_default #conts .title, .two_column_left #conts .title, .two_column_right #conts .title {
	background: url(conts_title_two.gif) no-repeat;
}

.three_column_default #conts .title, .three_column_A #conts .title, .three_column_B #conts .title {
	background: url(conts_title.gif) no-repeat;
}


/* トラックバック・コメント・検索レイアウト */
#trackbacks, #comments, #comment_input, #no_search_results, #no_search {
	margin-bottom: 30px;
	padding: 0 0 1px 0;
	background: #DBE3EE;
	
	line-height: 1.7;
}

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

.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 12px 0;
	padding-left: 15px;
	background: url(icon01.gif) no-repeat 0 1px;
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header {
	padding: 0;
	height: 300px;
	background: url(header_back.gif) no-repeat;
}

#header h1 {
	margin: 0;
	padding: 80px 0 0 400px;

	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}
 
/* ディスクリプション */
#header p {
	margin: 0;
	position: relative;
	top: 85px;
	left: 400px;

	color: #fff;
	font-size: 12px;
}

/*--------------------------------------
　エントリー
---------------------------------------*/
.entry_box {
	background: #DBE3EE;
	margin: 0 0 30px 0;
	width: 620px;
	overflow: hidden;
}

.entry_box ul.entry_body {
	padding: 20px 40px;
	list-style: disc;
}

.entry_box ul li {
	margin: 0 0 10px 0;
	width: 20%;

	float: left;
}

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

.entry_box .entry_body p {
	padding: 1em 0 0 0;
	line-height: 1.7;
}


/*--------------------------------------
　サイドナビ
---------------------------------------*/
/* 検索フォーム */
#search {
	margin: 0;
	padding: 0;
}

#search form {
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
}

#search form #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;
		/**/ 
	}


#search li input {
	vertical-align: middle;
}

#tags p {
	margin: 0 0 10px 10px;
}

/* アーカイブリンク */
#archives {

}

/* フィード */
#feed p {
	margin: 0 10px 0 10px;
	font-size: 11px;
	line-height: 1.2;
}

#feed .feed_icon {

}

/* タグ一覧 */
#tags p {

}

/* RSS */
#other {
	width: 200px;
	background: url(rss_back.gif) no-repeat top;

}

#other ul {
	padding: 5px 20px 10px;
	background: url(rss_back.gif) no-repeat bottom;

}

#other li {
	margin: 8px 0;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer {
	padding: 0 0 30px 0;

	text-align: center;
	clear: both;
}

#footer ul {
}	

#footer li {
	display: inline;
	line-height: 1;
}

#footer li a {

}
 
/*--------------------------------------
　リンク
---------------------------------------*/
a:link {
	color: #001A33;
}

a:visited {
	color: #374046;
}

a:hover {
	color: #9FBD59;
}

a:active {
	color: #001A33;
}
/*--------------------------------------
　装飾
---------------------------------------*/
.attention {
	padding: 0px 0px 30px;

	color: #000;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.7;
	
}

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

#main {
	margin-top: 20px;
}

#liquid {
	margin: 0 20px;
	width: 620px;
	
	float: left
}

	* html #liquid {
		margin: 0 10px;
	}

#side_navi {
	width: 200px;

	float: right;
}

#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;
}