@charset "utf-8";
@import url(/css/reset.css);
@import url(/css/global.css);
@import url(/css/structure.css);

#body_right_inner .content {
	padding-bottom: 10px;
}
#body_right_inner .content h1 {
	background: #690 url(/images/contents/header_bg_top.gif) no-repeat left top;
	color: #FFF;
	font-size: 18px;
	margin: 0 2px;
	padding: 8px 10px 3px;
}
#body_right_inner .content h2 {
	background: #690 url(/images/contents/header_bg_bottom.gif) no-repeat left bottom;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0 2px;
	padding: 0px 10px 5px;
}
#body_right_inner .content h3 {
	background: url(/images/title_bg.gif) no-repeat left top;
	color: #360;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 12px 12px 10px 30px; 
}
#body_right_inner .content p {
	padding: 0 12px;
	margin-bottom: 10px;
}

