@charset "UTF-8";
/* CSS Document */

body {
	width: 100%;
	text-align: center;
	background-color: #faf8f7;
	color: #837b4a;
	font-size: 78%;
	background-image: url('/images/haikei_line.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0;
	line-height: 130%;
}

div#foot_haikei {
	background-image: url('/images/hr2.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
	width: 100%;
	margin: 0;
}

div.isu{
background-image: url('/images/haikei.jpg'); 
background-position: bottom center; 
background-repeat: no-repeat;
height: 500px; 
margin-right: 100px; 
color: #999999; 
margin: 0 auto;
}

a:link{
	text-decoration: underline;
	color: #9b9364;
}

a:hover {
	text-decoration: none;
	color: #996600;
}
div#haikei {
	width: 800px;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}


div#content 
	width: 800px;
	margin: 0 auto;
}

div#header {
	width: 790px;
	height: 18px;
	margin: 0 auto;
	text-align: right;
	margin-right: 10px;
}

div#menu {
	width: 550px;
	height: 45px;
	text-align: right;
	float: right;
	margin-top: 0px;
	margin-right: -19px;
	padding-bottom: 1px;
}

h1.title {
color: #715911;
font-size: 12px;
font-weight: bold;
padding-left: 10px;
}

.green {
color: #87a96f;
font-size: 12px;
font-weight: bold;
margin-left: 10px;

}

h3.point {
color: #5d5211;
font-size: 16px;
font-weight: bold;
}

img.kanban {
	margin-left: 10px;
}

img.bnr {
text-align: left;
margin-left: 20px;
margin-top: 15px;
}

/*--- news ---*/
div#news {
 line-height:140%;
}
div#news a {
 color:#9b9364;
}
div#news a:hover {
	text-decoration: none;
	color: #996600;
}

/*--- topics ---*/
div#topics {
 width:763px;
 margin:0 auto;
 text-align:left;
}
div#topics h1 {
 font-size:18pt;
 line-height:150%;
 margin-bottom:3px;
 color:#87a86f;
}
div#topics p {
 margin:3px;
}

/*--- dat ---*/
div#dat {
 width:763px;
 margin:0 auto;
 text-align:left;
}
div#dat h1 {
 font-size:18pt;
 line-height:150%;
 margin-top:3px;
 margin-bottom:3px;
 color:#87a86f;
}
div#dat h2 {
 font-size:12pt;
 line-height:150%;
 margin-bottom:3px;
 color:#87a86f;
}
div#dat h4 {
 text-align:right;
 margin-bottom:0px;
}
div#dat p {
 margin:3px;
}
div#dat table#list {
 font-size:11pt;
}
div#dat a {
 color:#87a86f;
}
div#dat a:hover {
 color:#ff0000;
}

/*--- inq ---*/
div#inq {
 width:580px;
 margin:0 auto;
 text-align:left;
}
div#inq h1 {
 font-size:18pt;
 line-height:150%;
 margin-top:3px;
 margin-bottom:3px;
 color:#87a86f;
}
div#inq p {
 margin:3px;
}
div#inq table#form{
 font-size:100%;
 line-height:150%;
 background-color:#87a86f;
}
div#inq table#form th {
 background-color:#87a86f;
 color:#ffffff;
 text-align:right;
}
div#inq table#form td {
 color:#87a86f;
 background-color:#faf8f7;
}
.ime {
 ime-mode:disabled;
}
.err {
 color:#ff0000;
 font-size:7pt;
}
.q {
 color:#9b9364;
}
