@charset "utf-8";
/* CSS Document */

/* cssリセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0;padding:0}
table {border-collapse:collapse;border-spacing:0;}
fieldset, img {border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%;line-height: 0.5em;}
q:before, q:after {c ontent:'';}

/* 基本設定 */

body {
	font-family: Arial, Helvetica, sans-serif, "ＭＳゴシック", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height: 1.6em;
	color: #000000;
	margin: 0px;
	background-color: #d9d100;
	background-image: url(images/bg_map.gif);
}

p {
	margin-bottom: 1.0em;
}

#box-content {
	width: 589px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*見出し*/


h3#header-title {
	display: block;
	height: 25px;
	width: 589px;
	text-indent: -999px;
	clear:both;
	margin-bottom: 1.5em;
}

.header-access {
	background: url(images/header_access_l.gif);
}

/*各テーブル*/

table.common,
table.contact {
	line-height: 1.3em;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}

table.contact {
	width:439px;
}

table.contact input,
table.contact select {
	margin:3px 0px;
}

td.white-right,
td.white-left,
td.white-center {
	background: #FFFFFF;
	padding: 5px 10px;
	border: 1px solid #d6d100;
}

td.white-right {
	text-align: right;
}

td.green {
	background: #f1efab;
	padding: 5px 13px 5px 10px;
	border: 1px solid #d6d100;
}
