@charet"utf-8";

/*-------------uEUformat--------------*/
* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, "qMmpS Pro W3", "Osaka", "lr oSVbN", sans-serif;
  box-sizing: border-box; /* CSS3:MacIE5*/
  -moz-box-sizing: border-box; /* Mozilla:N6*/
  }

/*-----------uEUformatIE6------------*/
th,td,form{
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, "qMmpS Pro W3", "Osaka", "lr oSVbN", sans-serif;
  box-sizing: border-box; /* CSS3:MacIE5*/
  -moz-box-sizing: border-box; /* Mozilla:N6*/
  }

/*---------------total----------------*/
body{
  font-size:10pt;
  line-height: 1.3;
  letter-spacing:0.1em;
  color:#333333;
  text-align:center;
  scrollbar-face-color: #ffffff;       /* \Κ */
  scrollbar-3dlight-color: #ffffff;    /* Ά[Ζγ[ */
  scrollbar-highlight-color: #ffffff;  /* nCCg */
  scrollbar-shadow-color: #BEBEBA;     /* e */
  scrollbar-darkshadow-color: #ffffff; /* E[ΖΊ[ */
  scrollbar-arrow-color: #BEBEBA;      /* ξσ */
  scrollbar-track-color: #ffffff;      /* o[Μwi */
  scrollbar-base-color:	#ffffff;
}

html {
	overflow-y:scroll;
}
/*h1*/
h1{
  border-top-color: #ffffff;
  border-bottom-color: #cc9999;
  border-style: double;
  border-width: 3spx 0px;
  line-height: 80%;
  font-size:11px;
  color:#cc9999;
  font-weight: 600;
}

.kuro14{
  padding-left: 10px;
  border-width: 0px 0px 2px 5px;
  border-style: solid;
  border-color: #333333;
  line-height: 100%;
  font-size:14px;
  font-weight: bolder;
  color:#333333;
}
.kuro12{
  line-height: 140%;
  font-size:12px;
  color:#333333;
}

.kuro10{
  padding-left: 5px;
  border-width: 0px 0px 1px 5px;
  border-style: solid;
  border-color: #333333;
  line-height: 100%;
  font-size:10px;
  font-weight: 600;
  color:#333333;
}
.aka14{
  padding-left: 10px;
  border-width: 0px 0px 2px 5px;
  border-style: solid;
  border-color: #990033;
  line-height: 100%;
  font-size:14px;
  font-weight: bolder;
  color:#990033;
}
.aka12{
  line-height: 140%;
  font-size:12px;
  color:#990033;
}

.aka10{
  padding-left: 5px;
  border-width: 0px 0px 1px 5px;
  border-style: solid;
  border-color: #cc9999;
  line-height: 100%;
  font-size:10px;
  font-weight: 600;
  color:#990033;
}

p,li,dt,dl {
  line-height:1.3;
}
pre {
  text-align:left;
  padding:10px;
}
li {
  list-style-type:none;
  text-align:left;
}
/*-imgΜvertical-alignΝζΊ]ρπpiΜΊΉj-*/
img,object{
  border:0;
  vertical-align: text-bottom;
}

address {
  font-style:normal;
}

a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover{
  color: #333333;
  text-decoration: none;
}
a:active {
  color: #333333;
  text-decoration: none;
}
/*-----------------------------*/
#container{
  margin: 0 auto; /*NetScape*/
  width:782px; height:560px;
  padding:0px 0px 0px 0px;
}

/*---------------head----------------*/
#head_box{
  height:50px;
}

#head_left{
  float:left;
  width:782px;
  height:20px;
  margin-top:30px;
  font-size:9px;
  border-left:1px solid #999999;
}

/*---------------main----------------*/
#main_box{
  clear:both;
  width:782px;
  height:510px;/*150*4*/
  border-top:1px solid #999999;
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  border-bottom:1px solid #999999;
}


/*---------------foot----------------*/
#foot_box{
  clear:both;
  width:782px;
  height:20px;
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  border-bottom:1px solid #999999;
}

#foot_left{
  float:left;
  height:20px;
  margin-top:5px;
  margin-left:10px;
  font-size:9px;
  text-align: left;
}

#co_right{
  clear:both;
  float:right;
  height:20px;
  margin-top:5px;
  margin-left:10px;
  font-size:9px;
  text-align: right;
}

/*---------------  ----------------*/
a.navi{
float:left;
  display: block;/* ubNvf */
  width: 80px;
  height:20px;
  color: #999999;
  background-color: #ffffff;
  border-top: outset 1px #ffffff;
  border-right: outset 1px #ffffff;
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  line-height:20px;/*eLXgc*/
  text-decoration: none;
}

a:hover.navi{
  color: #999999;
  background-color: #ffffff;
  border-top: outset 1px #333333;
  border-right: outset 1px #333333;
}
A:active.navi { color: #999999; }
A:visited.navi { color: #999999; }

a.nownavi{
float:left;
  display: block;/* ubNvf */
  width: 80px;
  height:20px;
  color: #ffffff;
  background-color: #003300;
  border-top: outset 1px #ffffff;
  border-right: outset 1px #ffffff;
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  line-height:20px;
  text-decoration: none;
}
a:hover.nownavi{
  color: #ffffff;
  background-color: #003300;
  border-top: outset 1px #333333;
  border-right: outset 1px #333333;
}
A:active.nownavi { color: #ffffff; }
A:visited.nownavi { color: #ffffff; }
