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

#body_right_inner .content {
	padding-bottom: 20px;
}
#body_right_inner .content_ranking {
	padding-bottom: 0;
}
#body_right_inner .content h3 {
	background: url(/images/title_bg.gif) repeat-x left bottom;
	color: #001A66;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 5px;
	padding: 9px 10px 7px;
}
#body_right_inner .content .title {
	background: url(/images/title_bg.gif) repeat-x left bottom;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #B3B3B3;
	color: #630;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 5px;
	padding: 9px 10px 7px;
}
#body_right_inner .content p {
	padding: 0 10px;
}

/* ------------------------------
 コンテンツページ
 ------------------------------ */
#index.contents #body_right_inner .content p {
	padding-bottom: 10px;
	line-height: 21px;
}

/* ------------------------------
 コンテンツ下広告枠1
 ------------------------------ */
#index.contents #body_right_inner .content_ad1 .float-right img {
	padding-bottom: 35px;
}

