@charset "utf-8";

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

h3 {
	position: relative;
	height: 29px;
}


/* -------------------------------
	お知らせ表示用リスト
------------------------------- */

#news ul {
	list-style-type: none;
}
#news ul li {
	background-image: url(../shared/images/cmn_arw02.gif);
	background-repeat: no-repeat;
	background-position: 20px 23px;
	padding: 20px 45px 0 45px;
}
#news ul li strong {
	font-size: 0.8em;
	color: #656565;
}

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

#news h4 {
	font-size: 1.4em;
	line-height: 1.2em;
	border-bottom: dotted 1px #c3c2c2;
	padding-bottom: 3px;
}
#news h5 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666666;
	padding: 20px 0;
	clear: both;
}

/* -------------------------------
	ページ送りのテーブル
------------------------------- */
#newslink table {
	float: right;
}

#newslink td {
	padding: 4px;
}
/* -------------------------------
	PDFリンク用
------------------------------- */
.link li {
	list-style-type: none;
	margin-bottom: 15px;
	margin-top: 15px;
}
.link li.pdf {
	float: left;
	background-image: url(../shared/images/pdficon_small.gif);
	background-position: 4px 3px;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	border: solid 1px #d0d0d0;
	height: 22px;
	font-size: 0.8em;
	padding: 3px 4px 3px 30px;
}
.link li.button {
	text-align: right;
}


