@charset "UTF-8";

/* news_base */
body {
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
	font-size: 0.76em;
	line-height: 1.2em;
	margin: 0px;
	padding: 5px;
	background-image: url(../image/common/shadow.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: fixed;
}

/* news_layout */
dl#news {
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 10px;
	width: 98%;
	padding-left: 10px;
}
dl#news dt {
	color: #0000FF;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
dl#news dd {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* news_link */
#news dd a {
	text-decoration: none;
}
#news dd a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#news dd .pdf a {
	background-image: url(../image/pdficon.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	height: 15px;
	display: block;
	padding-left: 25px;
	padding-top: 5px;
	margin-top: 3px;
	color: #039;
	text-decoration: none;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-left: 15px;
}
#news dd .pdf a:hover {
	color: #F00;
	text-decoration: underline;
}
