@charset "UTF-8";


/*更新情報ミニウインドウ
------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}

#news {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 20px;
	width: 600px;
}
#news dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin: 0px;
	padding: 0px;
}
#news dt {
	padding-left: 5px;
	padding-top: 15px;
	width: 8em;
	float: left;
	margin: 0px;
	font-size: 90%;
	font-weight: bold;
}
#news dd {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8em;
	line-height: 1.6em;
}

#news a:link {
	text-decoration: underline;
	color: #666;
}
#news a:visited {
	color: #666;
	text-decoration: underline;
}
#news a:hover {
	color: #06C;
	text-decoration: underline;
}

/*フォントの装飾-----*/

.font1 {
	font-weight: bold;
}
.font2 {
	color: #3A9814;
}
