@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 80%;
	line-height: 1.6;
	color: #333;
	background-color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg.gif);
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}





/* ================link================ */
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #ee7600;
	text-decoration: underline;
}




/* ================container================ */
#container {
	width: 878px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #f9ffff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/* ================header================ */
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 268px;
	width: 100%;
	border-top: solid 3px #ee7600;
	position: relative;
}

#header h1 {
	font-size: 13px;
	color: #fff;
	text-shadow:2px 2px 2px #999;
	position: absolute;
	left: 700px;
	top: 10px;
	font-weight: bold;
}



/* ================menu================ */
ul#menu {
	padding-top: 6px;
}

ul#menu li {
	float: left;
	margin-right: 6px;
}

ul#menu li.last {
	margin-right: 0;
}

ul#menu img {
	vertical-align: bottom;
}



/* ================submenu================ */
#main div#sub_menu {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
}



/* ================renew================ */
#main .renew {
	background-color: #fff;
	overflow: auto;
	height: 100px;
	width: 858px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#main .renew dl {
	clear: left;
	width: 838px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

#main .renew dt {
	font-weight: bold;
	float: left;
	width: 100px;
}

#main .renew dd {
	float: left;
	width: 738px;
}



/* ================main================ */
#main {
	clear: left;
	width: 100%;
	background-color: #f9ffff;
	padding-top: 0px;
	padding-bottom: 30px;
}

#main h2 {
	color: #fff;
	background-image: url(images/h2_bg.gif);
	background-repeat: repeat-y;
	background-position: right center;
	font-size: 120%;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main h3 {
	color:#3F5D73;
	text-shadow:2px 2px 2px #999;
	padding: 0.5em 0px 0em;
}

#main h4 {
	color:#000;
	text-shadow:2px 2px 2px #999;
	padding: 0.5em 0px 0em;
}

#main p {
	padding: 0.5em 10px 0.5em;
}

#aisatu {
	text-align: center;
	padding: 15px;
}

#gaiyou {
	background-image: url(images/aisatu_bg.gif);
	background-repeat: no-repeat;
	background-position : 145px 40px;
}

#main span.q {
	color: #ff0000;
	text-shadow:1px 1px 1px #999;
	font-weight: bold;
	font-size: 100%;
	padding-right: 20px;
}

#main span.a {
	color: #0000ff;
	text-shadow:1px 1px 1px #999;
	font-weight: bold;
	font-size: 100%;
	padding-right: 20px;
}

#main span.color1 {
	color: #ee7600;
}

#main span.large {
	font-size :130%;
}



/* ================toplink================ */
#main #link img {
	border: 1px solid #c1c1c1;
	width: 208px;
	height: 44px;
}

#main #link img:hover {
	border: 1px solid #ee7600;
}



/* ================footer================ */
#footer {
	height: 80px;
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
	background-color: #999;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}



/* ================form================ */
#main table#contact {
	margin-left:90px;
	margin-top:40px;
	width: 680px;
}

#main table#contact td.k1 {
	background:#c6ebbc;
	font-size:100%;
}

#main table#contact td.k2 {
	background:#e2fddb;
}

#main table#contact td.k2 input {
	background:#fff;
}

#main table#contact td.k2 textarea {
	background:#fff;
	font-size:100%;
}




#last-update p {margin-bottom: 10px; font-size: 12px; text-align: right;}
