@charset "UTF-8";
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

/* reset */

body,dl,dt,dd,div,ul,li,ol,p,h1,h2,h3 {
  margin: 0;
  padding: 0;
}

a:link, /* 基本 赤でover濃赤 */
a:visited {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #600
}

html{
  overflow-y:scroll;
}

/* --------------------------
　トップページの最新情報
-------------------------- */
p {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #655C4B;
}

dl {
	overflow: auto;
	margin-top: 5px;
}  

dt {
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #999;
	font-weight: bold;
	padding-bottom: 8px;
	display: inline;
	padding-top: 8px;
	padding-left: 5px;
	float: left;
	padding-right: 15px;
}  

dd {
	font-size: 13px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 110px;
	padding-top: 7px;
	padding-bottom: 7px;
}  

dd h2 {
	font-size: 13px;
	line-height: 20px;
	color: #FF9900;
}  

.new{
	background-image: url(images/new.gif);
	background-repeat: no-repeat;
	background-position: 80px bottom;
}
