@charset "iso-2022-jp";

body {
	font-family:Arial,"$B%R%i%.%N3Q%4(B Pro W3","Hiragino Kaku Gothic Pro","$B%a%$%j%*(B",Meiryo,Osaka,"$B#M#S(B $B#P%4%7%C%/(B","MS P Gothic",sans-serif;
	color:#323c50;
	background-color:#283246;
	background-image:url(img/bg_form.png);
	background-repeat:repeat-x;
	background-position:left top;
	text-align:left;
	padding:0;
	margin:0;
	}
h1,h2,h3,ul,li,p {
	font-size:100%;
	line-height:1;
	padding:0;
	margin:0;
	}
img {
	vertical-align:bottom;
	border:0;
	}
img.mark {
	vertical-align:middle;
	}
form {
	padding:0;
	margin:0;
	}
input, select, textarea { 
	font-size:83%;
	line-height:1.25;
	/* font-family:MS UI Gothic; */
	}

/* hidden */
.hidden {
	position:absolute;
	left:-999px;
	width:700px;
	font-size:1px;
	}

/* float */
.clearboth {
	clear:both;
	}
div.clearboth br {
	display:none;
	}
div.clearboth hr {
	display:none;
	}

/* link */
a:link {
	text-decoration: underline;
	color: #176600;
	outline-style:none;
	}
a:visited {
	text-decoration: underline;
	color: #176600;
	outline-style:none;
	}
a:active {
	text-decoration: none;
	color: #176600;
	outline-style:none;
	}
a:hover {
	text-decoration: underline;
	color: #176600;
	outline-style:none;
	}

/* header */

h1 {
	font-size:2px;
	text-indent:-9999px;
	background-image:url(img/h1_form.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:90px;
	}
div#main {
	overflow:auto;
	height:455px;
	}

/* back and close */
ul.closeback {
	position:absolute;
	left:412px;
	top:550px;
	list-style-type:none;
	}
ul.closeback li {
	display:block;
	float:left;
	}
ul.closeback li a {
	display:block;
	background-image:url(img/btn_backclose.png);
	background-repeat:no-repeat;
	font-size:2px;
	text-indent:-9999px;
	text-decoration: none;
	width:60px;
	height:20px;
	}
ul.closeback li.pback a {
	background-position:left top;
	margin-right:8px;
	}
ul.closeback li.pclose a {
	background-position:-70px 0;
	}
ul.closeback li.pback a:hover {
	background-position:0 -30px;
	}
ul.closeback li.pclose a:hover {
	background-position:-70px -30px;
	}