@charset "Shift_JIS";

/*base.css ‚·‚×‚Ä‚Ìƒy[ƒW‚É“K—p*/

/*------------------------------------------------------------ƒŠƒ“ƒNƒXƒ^ƒCƒ‹*/
a {}
a:link { color:#D6AE58; text-decoration:underline;}
a:visited { color:#D6AE58; text-decoration:underline;}
a:hover , a:active { color:#D6AE58; text-decoration:none;}

/*------------------------------------------------------------ƒ{ƒfƒB*/
body {
	font-size: 100%; /*16px*/
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","ƒƒCƒŠƒI",Meiryo,"‚l‚r ‚oƒSƒVƒbƒN","Osaka|“™•",sans-serif;
	color: #fff;
	background: #000;
	line-height: 1.5;
}

/*------------------------------------------------------------w800px ƒƒCƒ“ƒRƒ“ƒeƒi*/
#areaContainer {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	font-size: 88%; /*16px~88%14px*/
}

h1 {
	color: #D6AE58;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 20px 20px;
}
h1 strong {
	color: #fff;
	font-weight: normal;
}
address {
	margin: 0 0 50px 20px;
}