/* -------------- 個別記事表示 -------------- */

/* -- メインエリア -- */
#main{
	float: left;
	width: 600px;
	background-color: #ffffff;
}
	/* -- ページエリア -- */
	#pagearea{
		margin: 10px 10px 0px 0px;
		color: #888888;
		float: right;
	}

/* -- エントリー -- */
#entry{
	padding: 0px 20px 0px 20px;
}
		/* -- 記事 -- */
		.body{
			margin: 30px 20px 0px 20px;
			font-size: 13px;
			line-height: 170%;
			letter-spacing: 1px;
		}
		/* -- 引用文 -- */
		.bq{
			color: #00734C;
			font-size: 12px;
			line-height: 180%;
			border-bottom: 1px dotted #608896;
		}
		/* -- 引用サイト -- */
		.quot{
			padding-top : 8px;
			font-size: 12px;
			font-family: Arial;
			line-height: 170%;
			letter-spacing: 0px;
		}
			.quot2{
				font-size: 12px;
				font-family: Arial;
				line-height: 170%;
				letter-spacing: 0px;
			}
			.from{
				font-size: 12px;
				font-family: Arial;
				letter-spacing: 0px;
				border-bottom: 1px dotted #608896;
			}
		/* -- 追記 -- */
		.ps{
			color: #444444;
			font-size: 12px;
			border-bottom: 1px dotted #444444;
		}
		/* -- ステータス -- */
		.state{
			margin: 10px 20px 30px 20px;
			font-size: 12px;
			font-family: Arial;
			font-weight: bold;
			line-height: 170%;
			letter-spacing: 0px;
		}
		/* -- 記事評価 -- */
		.rate{
			margin: 10px 0px 30px 20px;
			padding: 10px;
			color: #8c8c8c;
			font-size: 12px;
			font-family: normal Arial Verdana;
			font-weight: bolder;
			letter-spacing: 1px;
			text-align: center;
			border: 1px solid #666666;
		}
			/* -- 記事評価フォーム -- */
			.rateit{
				margin: 10px 0px 0px 20px;
				padding: 0px;
				border: 0px;
				color: #000000;
				font-weight: normal;
			}
		/* -- ボタン -- */
		.submit{
			margin: 0px 5px 0px 0px;
			padding: 2px;
			font-weight: normal;
		}
		/* -- ライン -- */
		#entry .hr{
			margin: 0px 10px 0px 30px;
		}

/* -- カテゴリ新着記事 -- */
.category{
	margin: 20px 0px 0px 20px;
	padding: 3px 0px 3px 5px;
	background-color: #1F6197;
	color: #ffffff;
	font-size: 11px;
	font-family: normal Arial Verdana;
	font-weight: bolder;
	letter-spacing: 1px;
}
	/* -- タイトル一覧 -- */
	.entry_list{
		margin: 0px 0px 0px 20px;
		padding: 10px 0px 10px 5px;
		background-color: #E2E6E7;
		line-height: 170%;
	}
	/* -- 広告 -- */
	#ad_text{
		margin: 0px 0px 20px 20px;
		padding: 10px 0px 10px 15px;
		color: #B1CBD4;
		background-color: #B1CBD4;
		line-height: 150%;
	}
	/* -- この記事に関するブログ -- */
	.add_text{
		margin: 0px 0px 20px 20px;
		padding: 5px 0px 5px 20px;
		color: #666666;
		background-color: #B1CBD4;
		line-height: 150%;
	}

/* -- コメントエリア -- */
.com{
	margin: 20px 0px 30px 20px;
	padding: 10px 10px 20px 10px;
	border: 1px solid #666666;
	letter-spacing: 1px;
	line-height: 170%;
}
	/* -- コメントタイトル -- */
	.com_name{
		margin: 0px 0px 10px 0px;
		color: #8c8c8c;
		font-size: 12px;
		font-family: normal Arial Verdana;
		font-weight: bolder;
	}
	/* -- 送信者 -- */
	.com_state{
	margin: 0px 10px 0px 10px;
	padding: 5px;
	color: #333333;
	font-weight: bold;
	border: 1px solid #666666;
	background-color: #A6C1D6;
	}
	/* -- 内容 -- */
	.com_body{
	margin: 0px 10px 10px 10px;
	padding: 15px;
	border: 1px solid #666666;
	border-top: 0px;
	background-color: #E2E6E7;
	}
	/* -- フォームタイトル -- */
	.com_write{
		margin: 20px 0px 10px 0px;
		color: #8c8c8c;
		font-size: 12px;
		font-family: normal Arial Verdana;
		font-weight: bolder;
	}
	/* -- コメントフォーム -- */
	.com_form{
	margin: 0px 10px 10px 10px;
	padding: 15px;
	border: 1px dotted #666666;
	background-color: #E2E6E7;
	font-size: 12px;;
	}
/* -- トラックバックタイトル -- */
.tb_title{
	margin: 0px 0px 5px 0px;
	color: #8c8c8c;
	font-size: 12px;
	font-weight: bolder;
}
	/* -- 内容 -- */
	.tb_body{
		margin-bottom: 15px;
	}
	/* -- トラックバック画像 -- */
	.tbimg {
		float: left;
		margin: 3px 10px 15px 10px;
	}
	/* -- 回り込み解除 -- */
	.tbboth{
		clear: both;
	}


/* -- サイドエリア -- */
#side{
	float: right;
	width: 200px;
	background-color: #ffffff;
}
	/* -- 評価 -- */
	#side_rate{
		padding: 3px 5px 3px 5px;
		line-height: 170%;
		text-align: center;
	}
	/* -- 評価画像 -- */
	#side_rate img{
		margin: 3px 0px 4px 0px;
	}
	/* -- 広告 -- */
	.ad_side{
		padding-top: 10px;
		color: #ffffff;
		text-align: center;
	}

