@charset "utf-8";

/* 多少表示を多少弄る CSS */
/* 現在のところ、index.html からだけ使われています。 */
/* 標準の CSS を読み込んだあと、上書きする前提で書いてあります。 */

.read_entry {
	text-align: right;
}

div#content h2 {
	clear: both;
	background: url(../img_common/index_head_back.gif) no-repeat 0% 0.8em;
	line-height: 100%;
	min-height: 38px;
	padding-left: 14px;
	padding-top: 1.3em;
	padding-bottom: 0px;
	margin-bottom: 0.2em;
	text-align: left;
	font-style: normal;
	color: #c60;
}
