* {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:150%;
	font-family:"ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif";
	color:#333;
}

body {
	background:#fff;
}

a { outline: none; }
a:link, a:visited {
  color: #003399;
  text-decoration: underline;
}
a:hover, a:active {
	color: #00CCFF;
	text-decoration: none;
}

.new{font-size: 85%; color:#ff7000;}

dl{margin:10px;}
dt{
	font-weight: normal;
	vertical-align: top;
	background: url(../../img/ico_arrow.gif) no-repeat 5px 7px;
	width: 85px;
	padding: 3px 0 0 20px;
}
dd {
	border-bottom: 1px dotted #999;
	padding: 0 7px 5px 0;
}

