@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;
	height:100%;
}

a:link,
a:visited {
	color: #BDAC86;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #666;
}

/* reset */

body,dl,dt,dd,div,ul,li,ol,p,h1,h2,h3 {
  margin: 0;
  padding: 0;
}

html{
  overflow-y:scroll;
}

/* --------------------------
　トップページの最新情報
-------------------------- */
p {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #330;
}

dl {
	overflow: auto;
	margin-top: 5px;
	color: #330;
	width:96%;
}  

dt {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align:center;
	background:#B4272B;
	color: #FFF;
	font-weight: bold;
	display:block;
	margin:7px auto 10px auto;
	padding:5px 5px 3px 5px;
	width:150px;
}  

dd {
	font-size: 13px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEB9AD;
	padding-bottom:15px;
	padding-left: 20px;
}  

dd h2 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom:10px;
	text-align:center;
}  


