* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	background-color: #EDC3ED;
	background-image: url(img/bg.gif);
	line-height: 1.5em;
	color: #D2237F;
}
.pink {
	color: #FF0066;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pink_b {
	font-weight: bold;
	color: #FF0066;
}
.gray {
	color: #666666;
}

a:link {
	color: #FF0066;
}
a:visited {
	color: #FF0066;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #0066FF;
}

#mainarea {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h2 {
	margin-left: 30px;
	margin-bottom: 10px;
}


.left_content {
	width: 420px;
	float: left;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
}
h4 {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
}


.right_content {
	float: left;
}

.both{
	clear: both;
	margin-left: 30px;
	margin-bottom: 20px;
}
.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#formbox {
}

#formbox .title {
	font-size: 14px;
	font-weight: bold;
}
#formbox td {
	padding: 5px;
}
#formbox table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#formbox .title2 {
	font-weight: bold;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #A84FB0;
	text-decoration: underline;
	display: block;
}

.qrcode {
	width: 280px;
	border: 3px dotted #f2b9d7;
	background-color: #FCEFF5;
	padding: 2px;
	margin-top: 15px;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	height: 30px;
	background-color: #A84FB0;
	width: 100%;
	padding-top: 8px;
	clear: both;
}
