@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
}
body {
	background-color: #FFF;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#button {
	padding-left: 65px;
	margin-top: 5px;
}
.banner {
	margin-top: 10px;
}


#button a {
	background-image: url(../img/button2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 97px;
	display: block;
}
#button a:hover {
	background-image: url(../img/button2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 97px;
	display: block;
}
input {
	border:none;
	background-color: transparent;
}

textarea {
	border:none;
	background-color: transparent;
}
a {
	color: #0CF;
	text-decoration: none;
}
a:hover {
	color: #9C0;
	text-decoration: underline;
}
#news li {
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 5px;
}
#news li span {
	color: #9C0;
}
#left {
	float: left;
	width: 600px;
	margin-right: 20px;
}
#footer {
	clear: both;
	text-align: right;
	color: #690;
}
.hikaeme {
	font-size: 10px;
	color: #999;
}
#form {
	height: 470px;
	width: 238px;
	background-image: url(../img/form.jpg);
	background-repeat: no-repeat;
	padding-top: 130px;
	padding-left: 6px;
	padding-right: 6px;
}





#form_name {
	height: auto;
	width: 228px;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#form_mail {
	height: auto;
	width: 228px;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#form_text {
	height: auto;
	width: 228px;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#form_request {
	height: auto;
	width: 228px;
	display: block;
	padding-top: 13px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#form img{
	margin-left: 5px;
}

h2 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #690;
	margin-top: 10px;
	float: left;
}
h3 {
	font-size: 16px;
	color: #690;
	padding-left: 30px;
	margin-left: 90px;
}

.index {
	margin-bottom: 20px;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-color: #690;
	height: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.index p {
	color: #FFF;
	padding-top: 5px;
}
.image {
	float: left;
	margin-right: 10px;
	background-color: #FFF;
	padding: 2px;
	height: 100px;
	width: 100px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

#ifr {
	height: 650px;
	width: 250px;
}
.date {
	color: #360;
	text-align: right;
}
.download {


}
.construction {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #690;
}

#archives {
	border: thin solid #9C0;	
}

#archives th{
	font-weight:normal;
	background-color:#9C0;
	padding:5px;
	color:#FFF;
}

#archives td{
	width: 100%;
	padding:5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9C0;
}

#archives td a{
	color:#690;
	text-decoration: underline;
}

#archives td a:hover{
	color: #9C0;
	text-decoration: underline;
}