@charset "utf-8";

/* -------------------------------
	再定義
------------------------------- */
/* tag */

h3 {
	position: relative;
}
h3 a {
	display: block;
	position:absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
	width: 133px;
	height: 29px;
	background-image: url(../shared/images/spacer.gif);
}

/* -------------------------------
	記事一覧
------------------------------- */

#article-list #artlist-tbl1 {
	width: 100%;
	margin-bottom: 10px;
}
#article-list #artlist-tbl1 img {
	vertical-align: -1px;
}
#article-list #artlist-tbl1 th {
	background-image: url(../shared/images/cmn_arw02.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-bottom: dotted 1px #c3c2c2;
	padding: 10px 10px 6px 25px;
	font-weight: normal;
}
#article-list #artlist-tbl1 strong {
	font-size: 1.2em;
	line-height: 1.5em;
}
#article-list #artlist-tbl1 td {
	border-bottom: dotted 1px #c3c2c2;
	width: 133px;
	vertical-align: bottom;
	padding: 10px 0;
}

/* -------------------------------
	記事詳細
------------------------------- */

#article p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-left: 35px;
}
#article h4 {
	margin-left: 35px;
	font-size: 1.4em;
	line-height: 1.5em;
}
#article p.arrow {
	background-image: url(../shared/images/cmn_arw02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 15px;
}
#article p.arrow img {
	vertical-align: middle;
}
#article .art-box1 {
	background-color: #f6f6f6;
	padding: 10px;
	margin: 35px 0px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666666;
	clear: both;
}
.hit2{
text-align:left;
	margin: 35px 0px;
	font-size: 0.8em;

}



