@charset "shift_jis";
/*+++++++++++++++++++++++++++++++++*/
/*Web Site Default.CSS Ver.        */
/*+++++++++++++++++++++++++++++++++*/

@import "reset.css";
@import "common.css";

body{
	background-color:transparent;
	overflow: auto;
	height: 100%;
}
#content{padding-top:5px;}
a:link,a:visited{
	color:#a67c52;
}
dl{
	font-size:80%;
}
dt,dd{line-height:1.5;}
dt{
	font-weight:bold;
	font-size:108%;
}
dd{margin-bottom:7px;}