@charset 'iso-2022-jp';

body {
	font-family: "$B%R%i%.%N3Q%4(B Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "$B%a%$%j%*(B", Meiryo, "$B#M#S(B $B#P%4%7%C%/(B", sans-serif;
	color:#333;
	background-color:#272727;
	background-image:url(img/bg.jpg);
	background-repeat:repeat;
	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: #1766cc;
	}
a:visited {
	text-decoration: underline;
	color: #004EB2;
	}
a:active {
	text-decoration: none;
	color: #f30;
	}
a:hover {
	text-decoration: underline;
	color: #00337B;
	}

/* header */

div#header {
	background-image:url(img/h1_form.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:80px;
	}
div#main {
	background-image:url(img/bg_form.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	overflow:auto;
	height:465px;
	}

/* footer */
div#footer {
	position:relative;
	padding-top:5px;
	}
/* back number */
div#backnum {
	position:absolute;
	left:20px;
	}
/* back and close */
ul.closeback {
	position:absolute;
	left:412px;
	list-style-type:none;
	}
ul.closeback li {
	display:block;
	float:left;
	}
ul.closeback li a {
	display:block;
	background-image:url(img/btn_backclose.gif);
	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;
	}