@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 0px 0px 5px;
	width: 620px;
	margin: 7px 0px 0px 5px;
}
#news dl {
	margin: 0px 0px 7px;
	padding: 0px 0px 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#news dt {
	margin: 0px;
	float: left;
	width: 7em;
	padding: 5px 0px 0px;
	letter-spacing: 0.1em;
}
#news dd {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7em;
	line-height: 1.4em;
}

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

/*本文ページ-----*/

#information {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 120px;
	margin-left: 0px;
}
#information .txt {
	line-height: 1.8em;
}
#information .date {
	background-image: url(../i_news/img/date_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 90%;
	color: #F8799C;
	height: 40px;
	width: 152px;
	text-align: center;
	padding-top: 10px;
	line-height: 1.4em;
}
#information .title {
	font-size: 140%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FAA9BE;
	margin-bottom: 10px;
	padding-bottom: 5px;
	line-height: 1.4em;
}
#back {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
