/* Right
------------------------------------------------------------ */
/*コンテンツボディー共通スタイルシート*/
#container #main #content .content_body {
	width:525px;
	margin-right: 25px;
	margin-bottom: 20px;
	text-align: left;
	clear: both;
	float:none;
	overflow: hidden;
	height:auto;
}

#container #main #content .content_body:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #container #main #content .content_body {
	height: 1px;
	overflow: visible;
}
/**/

#container #main #content .content_body h2 {
	color: #0066FF;
}

#container #main #content .content_body h3 {
	color: #FF6600;
}

#container #main #content .content_body p {
	color: #666666;
}
