@charset 'UTF-8';
* {
  font-style: normal;
  margin:0;
  padding:0;
}
html{
  background-color:#e8e4d9;
}
body{
  text-align: center;
  font-family: "ＭＳ Ｐゴシック","Osaka",Verdana,Arial,sans-serif;
  color: #333333;
  font-size : 12px;
  line-height: 140%;
  letter-spacing:0.1em;
  background-color:#e8e4d9;
  margin:0px;
  padding:0px;
}
p {
  padding: 0;
  font-size : 12px;
}
img{
  margin: 0;
  padding: 0;
  border: none;
}
table{
  font-size : 12px;
  line-height : 130%;
  color: #333333;
  border-collapse: collapse
}
th{
  font-weight: bold;
  text-align: center;
}
h1.top_title {
  font-weight : normal;
  font-size : 12px;
  display: inline;
  line-height : 1.2;
  color : #000000;
/*  color : #505050;*/
  text-decoration:none;
}
h1 {
  font-weight : bold;
  font-size : 16px;
  line-height : 1.2;
  color : #18499c;
  text-decoration:none;
  padding-left: 5px;
  border-left: 10px solid #18499c;
  border-bottom: 1px solid #18499c;
}
h2 {
  font-weight : bold;
  font-size : 14px;
  display: inline;
  line-height : 1.2;
  color : #18499c;
  text-decoration:none;
}
h3 {
  font-weight : bold;
  font-size : 12px;
  display: inline;
  line-height : 1.2;
  color : #18499c;
  text-decoration:none;
}
strong {
  font-weight : bold;
}
span.strong{
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}
span.normal{
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
}
ul{
  margin-left: 25px;
}
ol{
  margin-left: 25px;
}

.pgttlbar {
  margin-left:10px;
}
.txtRed {
  color:red;
}
.txtBlue {
  color:blue;
}
.inputbox_noborder {
  border: 0px solid #7f9db9;
  padding-left: 1px;
  padding-right: 2px;
}
.inputbox {
  border: 1px solid #7f9db9;
  padding-left: 1px;
  padding-right: 2px;
}
.numinput {
  text-align: right;
  ime-mode: disabled;
  padding-right: 2px;
}
.linkSpan{
  color: blue; 
  text-decoration: underline;
  cursor: pointer;
}
.clear{
  clear: both;
  height: 1px;
}

#container {
  text-align:left;
  margin:0px auto;
  width:790px;
  height:auto;
  background-color:white;
  border:1px solid #cccccc;
  padding:0px;
}
#header {
  width:790px;
  height:105px;
  background:url(../images/bg_head.gif) no-repeat;
  margin:0px;
  padding:0px;
}
#menu {
  width:788px;
  height:22px;
  background:#956053;
  margin: 1px 0px 0px 1px;
  padding: 0px;
  list-style-type: none;
}
#menu ul {
}
#menu li {
  display: inline;
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
  float: left;
}
#menu a{
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  height: 22px;
}
#mnu01 a{
  width:46px;
  background:url(../images/mnu_01.gif) no-repeat;
  margin: 0px;
  padding: 0px;
}
#mnu01 a:hover{
  background-position: 0px -22px;
}
#mnu02 a{
  width:59px;
  background:url(../images/mnu_02.gif) no-repeat;
  margin: 0px;
  padding: 0px;
}
#mnu02 a:hover{
  background-position: 0px -22px;
}
#mnu03 a{
  width:59px;
  background:url(../images/mnu_03.gif) no-repeat;
  margin: 0px;
  padding: 0px;
}
#mnu03 a:hover{
  background-position: 0px -22px;
}
#mnu04 a{
  width:50px;
  background:url(../images/mnu_04.gif) no-repeat;
  margin: 0px;
  padding: 0px;
}
#mnu04 a:hover{
  background-position: 0px -22px;
}
#mnu05 a{
  width:190px;
  background:url(../images/mnu_05.gif) no-repeat;
  margin: 0px;
  padding: 0px;
}
#mnu05 a:hover{
  background-position: 0px -22px;
}

#contents {
  width:790px;
  margin:0px;
  padding:0px;
}
#contents2 {
  padding:20px;
}
#footer {
  width:100%;
  font-size:10px;
  color:#ffffff;
  height:25px;
  background-color:#386718;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#footer span {
  width:100%;
  margin: 10px 10px 0px 10px;
}
#footer a {
  color:#ffffff;
  text-decoration: none;
}
#footer a:hover {
  color:#ffffff;
  text-decoration: underline;
}

#bc a{
  color:#333333;
  text-decoration: none;
}
#bc a:hover{
  color:blue;
  text-decoration: underline;
}
#pg_ttl{
  width:750px;
  height:80px;
  margin: 0px;
  padding: 0px;
}

