@charset "utf-8";

/* gnav ----------------------- */
.gnav a { background-position: -654px 0; }
.gnav a:hover { background-position: -654px -46px; }

/* main_contents ----------------------- */
h1
{
	font-size: 1.6em;
	margin-top: 0px;
	margin-bottom: 20px;
}

#download_confirm h1,
#download_thank h1,
#download_error h1
{
	margin-top: 40px;
}

h2
{
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 30px;
}

#download_index h2
{
	font-size: 1.0em;
	line-height: 2.0;
}

#comment
{
	margin-top: 20px;
	margin-bottom: 10px;
}

/* form */
.form-box
{
	width: 980px;
	border: #6f6f6f 1px solid;
	border-collapse: collapse;
}

.form-box th
{
	width: 320px;
	background-color: #dfdbd3;
	border-bottom: #6f6f6f 1px solid;
	border-right: #6f6f6f 1px solid;
	padding-top: 15px;
	padding-left: 40px;
	padding-bottom: 15px;
	font-size: 1.2em;
}

.form-box td
{
	width: 660px;
	background-color: #f0f0f0;
	border-bottom: #6f6f6f 1px solid;
	padding-top: 15px;
	padding-left: 40px;
	padding-bottom: 15px;
	font-size: 1.2em;
}

.form-box span.check,
.form-box span.check2,
.form-box span.check3
{
	overflow: hidden;
}

.form-box span.check label
{
	width: 200px;
	height: 30px;
	margin-right: 100px;
	float: left;
}

.form-box span.check2 label
{
	height: 30px;
	margin-right: 100px;
	margin-bottom: 10px;
	float: left;
}

.form-box span.check3 label
{
	height: 30px;
	margin-right: 100px;
	margin-bottom: 10px;
	float: left;
}

input[type=text],
input[type=tel],
input[type=email]
{
	height: 30px; 
}

#btn_confirm
{
	margin-top: 50px;
	margin-left: 430px;
}

input.btn_confirm
{
	display: block;
	cursor: pointer;
	width: 123px;
	height: 47px;
	border: none;
	text-indent: -9999px;
	background: url(../img/btn_confirm_off.gif) no-repeat;
}

input.btn_confirm:hover
{
	background: url(../img/btn_confirm_on.gif) no-repeat;
}

.must
{
	color: #ff0000;
}

.row-even th
{
	background-color: #ede9e0;
}

.row-even td
{
	background-color: #ffffff;	
}

#text_inauguration1
{
	margin-top: 10px;
}

#text_inauguration2
{
	margin-top: 10px;
}

/* confirm.html ----------------------- */
#btn_wrap
{
	overflow: hidden;
	margin-top: 50px;
	margin-left: 342px;
}

#btn_modify
{
	float: left;
	margin-right: 50px;
}

input.btn_modify
{
	display: block;
	cursor: pointer;
	width: 123px;
	height: 47px;
	border: none;
	text-indent: -9999px;
	background: url(../img/btn_modify_off.gif) no-repeat;
}

input.btn_modify:hover
{
	background: url(../img/btn_modify_on.gif) no-repeat;
}

input.btn_transmit
{
	display: block;
	cursor: pointer;
	width: 123px;
	height: 47px;
	border: none;
	text-indent: -9999px;
	background: url(../img/btn_transmit_off.gif) no-repeat;
}

input.btn_transmit:hover
{
	background: url(../img/btn_transmit_on.gif) no-repeat;
}

/* thank.html ----------------------- */
#download_thank h1
{
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 2.0em;
}

#download_thank h2
{
	margin-bottom: 30px;
	font-size: 1.2em;
}

#line1
{
	font-size: 1.2em;
	margin-bottom: 10px;
}

#line2
{
	font-size: 1.5em;
	margin-bottom: 10px;
}

#line3
{
	font-size: 1.2em;
	margin-bottom: 20px;
}

#line4
{
	font-size: 1.2em;
}

#download_thank h1,
#download_thank h2,
#line1,
#line2,
#line3,
#line4
{
	margin-left: 50px;
}

#btn_thank
{
	margin-top: 100px;
	margin-left: 393px;
}

#btn_thank a
{
	display: block;
	cursor: pointer;
	width: 194px;
	height: 47px;
	border: none;
	text-indent: -9999px;
	background: url(../img/btn_home_off.gif) no-repeat;
}

#btn_thank a:hover
{
	background: url(../img/btn_home_on.gif) no-repeat;
}

/* error.html ----------------------- */
#btn_modify_error
{
	margin-top: 50px;
	margin-left: 430px;
}

input.btn_modify_error
{
	display: block;
	cursor: pointer;
	width: 123px;
	height: 47px;
	border: none;
	text-indent: -9999px;
	background: url(../img/btn_modify_off.gif) no-repeat;
}

input.btn_modify_error:hover
{
	background: url(../img/btn_modify_on.gif) no-repeat;







