@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 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 {
	margin-bottom: 10px;
	padding: 0 12px;
}
#body_right_inner .content ul, #body_right_inner .content ol {
	margin-bottom: 10px;
	padding-left: 30px;
}
#body_right_inner .content ul li {
	list-style-type: disc;
}
#body_right_inner .content ol li {
	list-style-type: decimal;
}
#body_right_inner .content_word {
	background: #FFFFCD url(/images/contents/word_bg_bottom.gif) no-repeat left bottom;
	margin: 0 2px;
	padding-bottom: 0;
	margin-bottom: 20px;
}
#body_right_inner .content_word p {
	background: url(/images/contents/word_bg.gif);
	line-height: 24px;
	margin: 0 20px;
	padding: 2px 0 22px;
}
