@charset "utf-8";

body {
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #FEE89A;
	left: auto;
	right: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
}
div {
	float: left;
	width: 100%;
}
#center_box {
	display: block;
	clear: both;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	position: relative;
	border: 1px solid #484848;
	background-color: #FFF;
	/* [disabled]max-width: 960px; */
	float: none;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

.top  {
	text-align: center;
	width: 120px;
	float: right;
	position: fixed;
	bottom: 35px;
	font-size: 10px;
	line-height: 42px;
	font-weight: bold;
	letter-spacing: 0em;
	z-index: auto;
	background-color: #FFFFFF;
	/* [disabled]-webkit-box-shadow: 0px 0px; */
	/* [disabled]box-shadow: 0px 0px; */
	filter: alpha(opacity=60);
	/* [disabled]-moz-opacity: 0.6; */
	opacity: 0.6;
	border-radius: 5px 0px 0px 5px;
	right: 0px;
	border: 1px solid #666;
}
.top a {
	display: block;
}
.top:hover {
	background-color: #999;
}



h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	letter-spacing: 0.2em;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
p {
	/* [disabled]padding: 0px; */
}

a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

ul, ol {
	padding: 0;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

header, section, footer, aside, nav, article, figure {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
img {
	padding: 0px;
	margin: 0px;
	max-width: 100%;
	float: left;
}
li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	clear: both;
	float: left;
	border: 1px solid #484848;
}
tr {
}
td {
	border-color: #484848;
}
.ss {
	font-size: 9px;
}
.red {
	color: #F00;
}
iframe {
	border-style: none;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
}
form {
	float: left;
	width: 100%;
}
