@charset "shift_jis";
/* ===== Universal Reset ===== */

*{
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, address, a {
	font-size: 100%;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	line-height: 100%;
}

img, a img {
	border: 0px;
	vertical-align: bottom;
}

ul,dl,ol {
	list-style-type: none;
	list-style-position: outside;
}



/* ===== Basic Style ===== */

html {
    height: 100%;
}

body {
	text-align: center;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 1px;
}



/* ===== Footer Area ===== */

#footer {
	clear: both;
	margin: 10px auto 0 auto;
	width: 630px;
	text-align: center;
}

#footer p {
	text-align: center;
	color : #524c3e;
	font-size: 75%;
	line-height:150%;
}

#footer p.space {
	margin-top: 0.8em;
}

#footer p a:link,
#footer p a:visited,
#footer p.space a:link,
#footer p.space a:visited {
	color : #524c3e;
}

#footer p a:hover,
#footer p a:active,
#footer p.space a:hover,
#footer p.space a:active {
	color : #524c3e;
	text-decoration: underline;
}

