* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ffffff;
	font-faily: ヒラギノ明朝 Pro W3, MS 明朝 & MS P 明朝, MS 明朝, Times;	
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: #555555;
}

 a:link		{ color: #000000; text-decoration: none; }
 a:visited	{ color: #000000; text-decoration: none; }
 a:hover	{ color: #000000; text-decoration: underline; }
 a:active	{ color: #000000; text-decoration: none; }


#page {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 0px solid #cccccc;
	margin-bottom: 0px;
}
#header {
	background-color: #ffffff;
	color: #2f4f4f;
	padding: 0 0 0 0;
	margin: 0px;
}
#topics {
	background-color: #fefefe;
	border-top: 0px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 10px;
}
#menu {
	float: right;
	width: 200px;
	padding-top: 30px;
	margin-right: 10px;
}
#main {
	width: 560px;
	border-right: 0px ;
	background-color: #fafafa;
	padding-top: 30px;
	margin-top: 0px;
	margin-left: 0px;
	margin-rihgt: 0px;
	padding-bottom: 30px;
}
#main p {
	margin-left: 50px;
	margin-bottom: 2em;
	margin-right: 30px;
}
#main ul {
	margin-left: 75px;
	margin-bottom: 1em;
	margin-right: 30px;
}
ul {
	margin-left: 20px;
	margin-bottom: 1em;
}
#foot {
	background-color: #eeeeee;
	color: #444444;
	border-top: 0px solid #cea3a3;
	padding: 10px 0 0 10px;
	text-align: right;
	font-size: 80%;
}
#maruc {
	font-size: 80%;

}
.notice {
	padding: 5px;
	background-color: #ffffff;
	margin-bottom: 1em;
	border: none;
}
.floating {
 position:fixed;
 right:8px;
 bottom:8px;
 display:none;
}
.floating a {
 display: block;
 color: #fff;
 background: #000;
 padding: 8px;
 text-decoration: none;
 opacity: 0.6;
}
.floating a:hover {
 opacity: 1;
}
strong {
	color: #CC3333;
}

h1 {
	font-size: 130%;
}
h2 {
	font-size: 110%;
	margin-left: 6px;
	margin-bottom: 1em;

}
h3 {
	font-size: 80%;
	line-height: 130%;
	text-decoration: none;
}
h4 {
	font-size: 90%;
	text-decoration: none;
}
h5 {
	font-size: 150%;
	margin-left: 6px;
	text-decoration: bold;
	color: #810101;
}
h6 {
	font-size: 60%;
	text-decoration: none;
}
}
h7 {
	font-size: 70%;
	text-decoration: none;
}
.imgbox {
	margin-bottom: 1em;
	margin-left: 6px;
}
.float
{
	float: bottom;
	magin-top:1em;
}
.floatclear
{
	clear: both;
}