@charset "utf-8";
@import url("basic.css");
@import url("form.css");
@import url("ime.css");
@import url("clearfix.css");
@import url("pager.css");
@import url("sazaby.css");
@import url("print.css");

body {
	text-align :center;
	background-color: #F8FDFF;
}

.layout {
	margin: 0px auto 0px auto;
	width: 750px;
	text-align: left;
	background-color: #fff;
	position: relative;
}

h1 {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/8-0.jpg");
	background-repeat: repeat-x;
	background-position: -6px 0px;
	width: 750px;
	height: 150px;
}

h1 span {
	text-indent: -8180px; /* 818px * n */
	display: none;
}

.contents {
	padding: 10px 40px 0px 40px;
	border-left: 1px solid #4160BA;
	border-right: 1px solid #4160BA;
	border-bottom: 1px solid #4160BA;
	
}

table.form th {
	width: 25%;
}

a.go-home:link,
a.go-home:visited,
a.go-home:hover {
	position: absolute;
	display: block;
	width: 50px;
	height: 16px;
	left: 693px;
	top: 27px;
	text-indent: -9999px;
	text-decoration: none;
}

@media print {

* {
	font-size: 9pt !important;
}

body {
	background-color: #fff;
}

th,
td {
	padding: 3px !important;
}

textarea {
	height: 1em;
	overflow: hidden;
}

tfoot {
	display: none;
}

}
