@charset "utf-8";
/* CSS Document */

body {
	background-color: #f2f2f2;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.6;
	text-align: center;
}

/* lay-out */

#wrapper {
	border: solid #999999;
	border-width: 0 1px;
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 80%;
}

#area_header {
	clear: both;
}

#area_contents {
	clear: both;
}

#area_footer {
	border-top: 3px solid #e4007f;
	clear: both;
	overflow: hidden;
}


/* area_header */

h1 {
	margin: 0;
	padding: 0;
	width: 163px;
	float: left;
}

h1 a {
	background: url(image/top_ttl01.gif) no-repeat;
	height: 64px;
	display: block;
	text-indent: -9999px;
}

.hd_navi {
	width: 183px;
	padding: 0;
	margin: 0;
	float: left;
}

.hd_navi a {
	display: block;
	text-indent: -9999px;
	height: 19px;
	margin-top: 37px;
	float: left;
}

.hd_navi a.txt_contact {
	background: url(image/com_li01.gif) no-repeat;
	width: 117px;
}

.hd_navi a.txt_faq {
	background: url(image/com_li02.gif) no-repeat;
	width: 66px;
}

.hd_navi a.txt_contact:hover,
.hd_navi a.txt_faq:hover {
	background-position: 0 -20px;
}

.hd_txt {
	width: 407px;
	float: right;
	height: 41px;
	padding: 0;
	background-image: url(image/top_bg00.gif);
	background-repeat: no-repeat;
	margin-right: 14px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.hd_txt a {
	display: block;
	width: 169px;
	height: 38px;
	text-indent: -9999px;
	margin: 0px;
	background-image: url(image/com_btn01.gif);
	background-repeat: no-repeat;
}

.hd_txt a:hover {
	background-position: 0 -38px;
}

.hd_txt strong {
	display: none;
}

/* area_contents */

.area_infoimg {
	background: url(image/top_img01.gif) no-repeat;
	height: 95px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

h2.ttl_form {
	background: url(image/top_ttl02.gif) no-repeat;
	height: 54px;
	text-indent: -9999px;
	border-bottom: 3px solid #e4007f;
	margin: 0;
	padding: 0;
}

.txt01 {
	margin-left: 20px;
	margin-right: 20px;
}

.txt02 {
	border: 1px solid #e4007f;
	margin: 25px 20px;
	width: 760px;
	background: #fce5f2;
	text-align: center;
	line-height: 2;
}

.area_flow {
	background: url(image/top_img02.gif) no-repeat center top;
	border-bottom: 5px solid #e4007f;
	text-indent: -9999px;
	height: 100px;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* table form */

table.tbl_form {
	border-collapse: collapse;
	width: 760px;
	margin: 0 0 0 20px;
}

table.tbl_form th,
table.tbl_form td {
	border: 1px solid #ec4da5;
	padding: 15px 6px;
	vertical-align: middle;
	*font-size: 80%;
}

table.tbl_form th {
	background: #fce5f2;
	font-weight: normal;
	text-align: left;
	color: #e4007f;
}

table.tbl_form th span.th_label {
	font-size:120%;
	font-weight:bold;
	color:#000000;
}

table.tbl_form th.tbl_txt {
	background: #facce5 url(image/top_txt02.gif) left top no-repeat;
	text-indent: -9999px;
}

table.tbl_form th.tbl_txt01 {
	background: #facce5 url(image/sys_txt01.gif) left top no-repeat;
	text-indent: -9999px;
}

table.tbl_form th.tbl_txt_confirm {
	background: #facce5 url(image/top_txt02.gif) left top no-repeat;
	text-indent: 0px;
	text-align: right;
}

table.tbl_form th.tbl_txt01_confirm {
	background: #facce5 url(image/sys_txt01.gif) left top no-repeat;
	text-indent: 0px;
	text-align: right;
}

table.tbl_form th.tbl_txt02 {
	background: #facce5 url(image/sys_txt02.gif) left top no-repeat;
	text-indent: -9999px;
}

table.tbl_form th.tbl_txt03 {
	background: #facce5 url(image/sys_txt03.gif) left top no-repeat;
	text-indent: -9999px;
}

table.tbl_form td {
	color: #333333;
}

table.tbl_form td span {
	color: #e4007f;
}


.area_smt {
	text-align: center;
	padding: 20px;
}

.area_smt input {
	margin: 0 5px;
}

/* form */

form {
	margin: 0;
	padding: 0;
}

.essential {
	display: inline-block;
	background:#e4007f;
	color: #ffffff;
	text-align: center;
	padding: 0 8px;
	margin-left: 8px;
	font-size: 90%;
}

.long {
	width: 350px;
}

.middle {
	width: 230px;
}

.small {
	width: 80px;
}

.xsmall {
	width: 45px;
}

.rst {
	background: url(image/top_btn01.gif) top left no-repeat;
	width: 109px;
	height: 25px;
	border: none;
	cursor: pointer;
}

.smt {
	background: url(image/top_btn02.gif) top left no-repeat;
	width: 109px;
	height: 25px;
	border: none;
	cursor: pointer;
}

.smt_confirm {
	background: url(image/sys_btn02.gif) top left no-repeat;
	width: 140px;
	height: 25px;
	border: none;
	cursor: pointer;
}

.comp {
	background: url(image/sys_btn01.gif) top left no-repeat;
	width: 109px;
	height: 25px;
	border: none;
	cursor: pointer;
}

.rst:hover,
.comp:hover,
.smt:hover,
.smt_confirm:hover{
	background-position: 0 -25px;
}

textarea {
	width: 100%;
	height: 200px;
}

/* area_footer */

address {
	width: 635px;
	float: left;
	line-height: 48px;
	font-style: normal;
	display: block;
	text-indent: 10px;
	font-size: 90%;
}

.pagetop {
	margin: 0;
	padding: 0;
	float: left;
}

.pagetop a {
	background: url(image/top_btn03.gif) no-repeat;
	height: 26px;
	width: 50px;
	text-indent: -9999px;
	display: block;
}

.ft_navi {
	width: 153px;
	padding: 0;
	margin: 0;
	float: left;
}

.ft_navi a {
	display: block;
	text-indent: -9999px;
	height: 16px;
	margin-top: 14px;
	float: left;
}

.ft_navi a.txt_contact {
	background: url(image/com_li03.gif) no-repeat;
	width: 97px;
}

.ft_navi a.txt_faq {
	background: url(image/com_li04.gif) no-repeat;
	width: 56px;
}

.ft_navi a.txt_contact:hover,
.ft_navi a.txt_faq:hover {
	background-position: 0 -16px;
}


/* stipulation */

h2.ttl_stipulation {
	background: url(image/info_ttl01.gif) no-repeat;
	/*border-bottom: 3px solid #e4007f;*/
	height: 54px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

.area_stipulation {
	margin: 20px;
	width: 760px;
	overflow: scroll;
	height: 320px;
	border: 1px solid #999999;
}

.txt_privacy {
	color: #e4007f;
	margin-left: 20px;
}

.txt_privacy a {
	color: #e4007f;
	text-decoration: none;
}

.txt_privacy a:hover {
	color: #F7B2D9;
	text-decoration: underline;
}

form.frm_agree {
	text-align: center;
	margin-bottom: 35px;
}

form.frm_agree label {
	display: inline-block;
	border: 1px solid #e4007f;
	padding: 1px 5px;
	margin: 0 7px;
}

form.frm_agree label:hover {
	background: #FCE5F2;
}


form.frm_agree input.smt_next {
	background: url(image/info_btn01.gif) no-repeat;
	width: 109px;
	height: 25px;
	border: none;
}

form.frm_agree input.smt_next:hover {
	background-position: 0 -25px;
}

.area_stipulation h3,
.area_stipulation h4,
.area_stipulation h5,
.area_stipulation p {
	margin: 20px;
	padding: 0;
}

.area_stipulation ol {
	padding: 0;
	margin: 20px 20px 20px 40px;
}

.area_stipulation ol li {
	padding: 0;
	margin: 0 0 8px;
}

.area_stipulation table {
	border-collapse: collapse;
	margin: 20px;
}

.area_stipulation table th,
.area_stipulation table td {
	padding: 2px 6px;
	border: 1px solid #cdcdcd;
	_font-size: 80%;
}

.area_stipulation table th {
	background: #f1f1f1;
	color: #333333;
	font-weight: normal;
}

.area_stipulation table td {
	text-align: right;
}

.area_stipulation table td.lft {
	text-align: left;
}

.area_stipulation table td.ctr {
	text-align: center;
}

/**/

input.smt_next {
 background: url(image/info_btn01.gif) no-repeat;
 width: 109px;
 height: 25px;
 border: none;
}

input.smt_next:hover {
 background-position: 0 -25px;
}

p.txt_first {
	margin-left: 20px;
}

