@charset "UTF-8";

/*___________ base == ___________ */

body {
margin:0;
padding:0;
text-align:center;
color:#000000;
}

a {
	color: #2294A5;
	text-decoration: none;
}

a:link {

	text-decoration: underline;
}

a:visited{
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#size {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: auto;
	background-color: #FFFFFF;
	height: auto;
}
.clear {
clear:both;
}
.center {
text-align:center;
}
.left {
	float: left;
}
.right {
	float: right;
}
div,td,th,p,pre {
text-align:left;
margin:0;
font:12px/16px 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
'ＭＳ Ｐゴシック', sans-serif;
}
img {
border:0;
}
li {
margin: 0;
list-style: none;
}
ol, ul {
margin: 0;
padding:0;
}
h1 {
	margin-top: 16px;
	float: left;
	padding-left: 15px;
	font-size: 103%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: lighter;
}
h2,h3 {
font-size:12px;
line-height:16px;
font-weight:bold;
margin:0;
}
h4,h5,h6 {
font-size:10px;
line-height:16px;
font-weight:normal;
margin:0px;
}
select {
display:block;
}
form {
margin:0;
}
.clear {
clear:both;
}
.center {
text-align:center;
}

/*___________ common == ___________ */

#main_contents {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	margin-top: 40px;
}
#message_box {
	width: 750px;
	float: left;
	font-size: 117%;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
#error_box {
	width: 700px;
	font-size: 117%;
	color: #FF0000;
	margin-bottom: 20px;
}
#thanks_box {
	width: 700px;
	font-size: 117%;
	color: #333333;
	text-align: center;
}
.form_table {
	width: 700px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.form_item {
	width: 179px;
	font-size: 109%;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
}
.form_req {
	width: 50px;
	font-size: 100%;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.form_box {
	width: 450px;
	font-size: 109%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.form_box_conf {
	width: 500px;
	font-size: 109%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.button_box {
	width: 750px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/*___________ white ___________ */
#title {
	width: 750px;
	float: left;
	font-size: 300%;
	color: #DCDCDC;
	height: 40px;
	line-height: 40px;
}
.box_top {
	width: 750px;
	float: left;
	background-image: url(../img/white_top.gif);
	height: 15px;
	background-repeat: no-repeat;
}
.box_middle {
	width: 700px;
	float: left;
	background-image: url(../img/white_middle.gif);
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	clear: both;
	padding-bottom: 20px;
}
.box_under {
	width: 750px;
	float: left;
	background-image: url(../img/white_under.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 30px;
	height: 20px;
}
.box_req {
	font-size: 100%;
	color: #FF0000;
	padding-top: 6px;
	padding-bottom: 4px;
	text-align: center;
	font-weight: bold;
}
