/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* ++++++ ウェブの横幅設定 ++++++ */

#container {
	width: 602px;
	}

/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
	}

/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

body	{
	background-color: #FFFFFF;
	}

/* ++++++ 段の間隔 ++++++ */

	/* コンテンツ部分の左右の余白 */
	#content div	{
		margin-left: 18px;
		margin-right: 18px;
		}

	 #content div div {
		margin-left: 0;
		margin-right: 0;
		}


/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/* バナー */

#banner	{
	float: left;
	width: 200px;
	padding: 5px 5px 3px;
	}

#message	{
	float: left;
	width: 382px;
	font-family: sans-serif;
	font-size: 0.75em;
	font-style: nomal;
	color: #cc0033;
	line-height: 150%;
	padding: 22px 5px 0px;
	}

#sukima	{
	clear: both;
	width: 500px;
	}

/* インデックス（見出し） */
.tb_f	{
	float:left;
	width: 119px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 5px;
	font: bold medium Arial,sans-serif;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.tb_f span		{color: #666666;}
.tb_f a		{color: #bbbbbb;text-decoration: none;}
.tb_f a:hover 	{color: #ff8c00;text-decoration: none;}

.tb_c	{
	float:left;
	width: 119px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 5px;
	font: bold medium Arial,sans-serif;
	color: #aaaaaa;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.tb_c span		{color: #666666;}
.tb_c a		{color: #bbbbbb;text-decoration: none;}
.tb_c a:hover 	{color: #ff8c00;text-decoration: none;}

.tb_o	{
	float:left;
	width: 120px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 5px;
	font: bold medium Arial,sans-serif;
	color: #aaaaaa;
	border: 1px solid #CCCCCC;
}
.tb_o span		{color: #666666;}
.tb_o a		{color: #bbbbbb;text-decoration: none;}
.tb_o a:hover 	{color: #ff8c00;text-decoration: none;}

.tb_a	{
	float:left;
	width: 120px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 5px;
	font: bold medium Arial,sans-serif;
	color: #aaaaaa;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.tb_a span		{color: #666666;}
.tb_a a		{color: #bbbbbb;text-decoration: none;}
.tb_a a:hover 	{color: #ff8c00;text-decoration: none;}

/* ++++++ コンテンツ部分のデザイン ++++++ */

#main	{
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #ffffff;
	padding-top: 2px;
	}

#content img.left	{
	float: left;
	margin-right: 10px
	}


/* エントリー */
.entry h2	{
	font-family: sans-serif;
	font-size: 0.75em;
	font-style: nomal;
	color: #aaaaaa;
	border-top: solid 1px #cccccc;
	padding-top: 4px;
	}

.entry h3	{
	font-family: sans-serif;
	font-size: 1em;
	letter-spacing: .2em;
	color: #666666;
	}

.entry p	{
	font-size: 0.75em;
	color: #666666;
	line-height: 150%;
	}

.entry a	{
	color: #608090;
	line-height: 150%;
	}

.entry a:visited {
	color: #444444;
	line-height: 150%;
	}

.entry a:hover {
	color: #ff8c00;
	}

.entry	{
	margin-bottom: 40px;
	}


/* ++++++ フッター部分のデザイン ++++++ */

.footer p	{
	font-family: sans-serif;
	font-size: small;
	color: #999999;
	text-align: center;
	}
