@charset "utf-8";

body {
	font: 12px/20px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #464646;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/bg_body.gif) repeat-y center;
	text-align: center;
}
h1,h2,h3,h4,h5,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style: none;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.red {
	color: #E60000;
}
a:link,a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#to_top {
	text-align: right;
	width: 550px;
	margin: 0px auto;
	padding-top: 10px;
}

/*フッタ*/

#footer {
	margin: 0px auto;
	padding: 0px 0px 10px;
	clear: both;
	height: auto;
	width: 800px;
}

/*クリアフィックス*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

