@charset "UTF-8";
/* CSS Document */

html,body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,table,th,tr,td,form,em,span,a,img,fieldset,legend,address {
	margin: 0px;
	padding: 0px;
	outline-style: none;
	font-weight: normal;
	font-style: normal;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", sans-serif, Osaka-mono;
	color: #503A2C;
	text-align: left;
	background-color:#EEEEEE;
}
table {
	border-collapse:collapse;
}
ul,ol,li {
	list-style-type: disc;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	font-size: 0px;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}