@charset "utf-8";


html {
	overflow-x: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #333;
	font: 62.5% "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
a:link {
	color: #1672b8;
	text-decoration: underline;
}
a:visited {
	color: #823F8B;
	text-decoration: underline;
}
a:hover,a:active {
	color: #e00;
	text-decoration: none;
}


#news_bx {
	padding: 0px 0px 0px 10px;
}
#news_bx table {
	width: 400px;
	border-style: none;
}
#news_bx table th,#news_bx table td {
	font-size: 1.3em;
	line-height: 170%;
	background: url(../images/dt01.gif) repeat-x left bottom;
	padding: 8px 0px;
	vertical-align: top;
}
#news_bx table th {
	color: #ff8400;
	width: 120px;
	text-align: left;
}


