@charset "utf-8";

a					{ color: #666666; text-decoration: none; }
a:hover				{ color: #FFD700; text-decoration: none; }
a.link_black		{ color: #000000; text-decoration: underline; }
a.link_black:hover	{ color: #6666ff; text-decoration: underline; }


body {
	background-color: #FFFFFF;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.contents {
	text-align:center;
	height: auto;
	width: 800px;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

.header {
	text-align: left;
	height: 105px;
	width: 800px;
	top: 0px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	background-position: top;
	left: 0px;
	right: 0px;
}
.header2 {
	font-size: 12px;
	color: #3399FF;
	background-color: #FFFFFF;
	width: 800px;
	top: 0px;
	text-align: left;
	text-indent: 5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.u_header2 {
	font-size: 12px;
	color: #3399FF;
	background-color: #FFFFFF;
	width: 400px;
	top: 0px;
	text-align: left;
	text-indent: 5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.u_header3 {
	font-size: 12px;
	color: #444444;
	background-color: #FFFFFF;
	width: 385px;
	top: 0px;
	text-align: right;
	text-indent: 5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
.footer {
	font-size: 12px;
	color: #444444;
	text-align: center;
}
.footer2 {
	text-align: right;
	width: 750px;
	margin-top: 5px;
	margin-left: 0px;
	padding-top: 5px;
}
