@charset "utf-8";
/* CSS Document */
html, body {
}
body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	color:#666666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

.center_box {
	width:100%;
	text-align:center;
}
.main {
	width:800px;
	margin-top:100px;
}

.main_l {
	width:400px;
	float:left;
}
.main_r {
	width:400px;
	float:left;
	text-align:left;
}
.r_top {
	width:380px;
	padding:10px;
	border:#BF4480 solid 1px;
}
.top_text {
	letter-spacing:0.2em;
	line-height:150%;
}
.top_title {
	font-size:14px;
	font-weight:600;
	color:#BF4480;
}
.r_bottom {
	width:400px;
	margin-top:5px;
}
.bottom_text{
	width:255px;
	margin:5px;
	float:left;
	letter-spacing:0.2em;
	line-height:150%;
}
.qr {
	width:125px;
	margin:5px;
	float:left;
}
.footer {
	width:100%;
	padding-top:20px;
	text-align:center;
	letter-spacing:0.1em;
	line-height:120%;
}

