@charset "utf-8";
/* CSS Document */
.container {
	width:900px;
	margin:0 auto;
	text-align:left;
	padding:20px 0 0 0;
}
h1,h2,h3 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
.hd1 {
	background-image:url(../img/common/bg/bg02.gif);
	height:35px;
	width:900px;
	background-repeat:no-repeat;
	background-position:left top;
}
.hd1 h1 {
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	padding:10px 41px 0 0;
}
.hd2 {
	width:900px;
	height:400px;
	background-image:url(../img/common/bg/bg03.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.hd2 img{
	padding:15px 0 0 333px;
}
.wrapper {
	background-image:url(../img/common/bg/bg04.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding:10px 41px 20px 41px;
}
.menu {
	background-image:url(../img/common/bg/bg06.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 8px;
}
.menu img {
	display:inline;
}
.contents {
	border-bottom:1px solid #fb6fac;
	border-left:1px solid #fb6fac;
	border-right:1px solid #fb6fac;
	padding:15px 29px 29px 29px;
}
span {
	font-weight:bold;
	color:#ff418d;
}
.info p {
	font-weight:bold;
	text-indent:30px;
	padding:7px 0 6px 0;
	border-bottom:1px dotted #8a8a8a;
}
.info p span {
	color:#2795e2;
}
.footer {
	width:870px;
	padding:20px 0 30px 30px;
}
.footer p {
	float:left;
	font-size:11px;
}
.footer .footer-bana {
	float:left;
}
.footer .footer-bana img {
	display:inline;
	padding-left:10px;
}
