@charset "utf-8";

* {
	font-size : 100%;
	_font-size :100%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	}

html {
	height: 100%;
	}
html>/**/body {
	overflow-y:scroll;
	}

body {
	color: #5B5C57;
	font-size: small;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.75em;
	_text-align: center;
	margin: 0;
	padding: 0;
	background-color:#F6F2E3;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
	}

p,
li,
dt,
dl {
	line-height: 1.75;
	}

p {
	margin: 0 0 1em 0;
	}

ul li {
	list-style: none;
	}
	
caption {
	text-align: left;
	}
	
img, a img{
	border: none;
	vertical-align: bottom;
	background: transparent;
	}

strong {
	font-weight: bold;
	}
	
fieldset{
	border: none;
	}

a:link {
	color:#06F;
	text-decoration:none;
	}
a:visited {
	color:#069;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
