/* 基本設定 */
body {
	background: #EBE48D url(../images/bg.gif) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, p, td, th {
	color: #555;
	font-size: 12px;
	line-height: 150%;
}
.line170 {
	line-height: 170%;
}
.p14-160 {
	font-size: 14px;
	line-height: 160%;
}
.p14-130 {
	font-size: 14px;
	line-height: 130%;
}
.p10-130 {
	font-size: 10px;
	line-height: 130%;
}
.white {
	color: #ffffff;
}
.red {
	color: #cc0000;
}
.blue {
	color: #000099;
}
.orange {
	color: #D76C18;
}
.right {
	text-align: right;
}
a:link {
	color:#0000cc;
	text-decoration:underline;
}
a:visited {
	color: #993399;
	text-decoration:underline;
}
a:hover {
	color:#3366CC;
	text-decoration:underline;
}
a:active {
	color:#3366CC;
	text-decoration:underline;
}

#wrapper {
	width: 772px;
	margin: 0 auto;
	padding-bottom: 5px;
	background-color: #fff;
}

#container {
	width: 762px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 760px;
}
html>body #container {
width: 760px;
}

/* hx用 */
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* コンテンツ用 */
.bspace {
	margin-bottom: 10px;
	padding: 0;
}
.bspace2 {
	margin-bottom: 20px;
	padding: 0;
}
.lspace {
	padding-left: 10px;
}
.pad10 {
	padding: 10px;
}
.link {
	text-align:right;
}

/* ヘッダー用 */
#header {
	height: 90px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: url(../images/header_bg.gif) no-repeat;
}
#header h1 {
	font-size: 10px;
}

/* フッター用 */
#footer {
	margin: 0;
	padding: 10px;
	background: #E2DBC9 url(../images/footer_bg.gif) no-repeat;
}
#footer p.menu {
	margin-bottom: 10px;
}
p#pagetop {
	text-align: right;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color:#555;
	text-decoration:none;
}

/* form */
form {
	margin: 0;
	padding: 0;
}
.input1 {
	width: 200px;
}
.input2 {
	width: 450px;
}
textarea {
	width: 450px;
	height: 100px;
}

.v_line{
	vertical-align:top;
}
