/*----------------------------------------------------------
 - DEFAULT STYLE
----------------------------------------------------------*/
h1 {
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: normal;
  color: #000;
  margin: 0;
  padding: 0 ;
  border: none;
}
h2 {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: normal;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  color: #fff;
  margin: 0;
  padding-left: 10px;
  padding-top: 20px;
  border: none;
}
h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: normal;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
  color: #000;
  margin: 0;
  padding: 0;
  border: none;
}
h4 {
  font-size: 1.2em;
  line-height: 1.8em;
  font-weight: normal;
  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
  color: #666;
  margin: 0;
  padding: 0;
  border: none;
}

a:link {
  text-decoration: none;
  color: #f66;
}
a:visited {
  text-decoration: none;
  color: #f66;
}
a:active {
  text-decoration: none;
  color :#f66;
}
a:hover {
  color: #f66;
  text-decoration: underline;
}

/*----------------------------------------------------------
 - font
----------------------------------------------------------*/
.menu {
  color: #fff;
  font-size: 0.9em;
  line-height: 2.7em;
  border-bottom: 1px dotted #999;
  padding-bottom: 0.3em;
  padding-left: 10px;
}
.add {
  color: #666;
  font-size: 0.8em;
  line-height: 1.4em;
}
.staff {
  color: #666;
  font-size: 0.8em;
  line-height: 1.4em;
}

/*----------------------------------------------------------
 - layout
----------------------------------------------------------*/
/*layout title*/
div#title {
  width: 800px;
  margin: auto;
  padding: 0;
  border: 0;
}
/*layout title_l*/
div#title_l {
  background-image: url(../images/title_left.jpg);
  float: left;
  width: 210px;
  height: 246px;
  margin: auto;
  padding: 0;
  border: 0;
}
/*layout title_r*/
div#title_r {
  background-image: url(../images/title_right.jpg);
  float: right;
  width: 590px;
  height: 246px;
  margin: auto;
  padding: 0;
  border: 0;
}

/*layout title*/
div#title01 {
  background-image: url(../images/title_base1.gif);
  width: 800px;
  height: 67px;
  text-align: center;
  margin: auto;
  padding: 0;
  border: 0;
  font-size: 0.8em;
  line-height: 3.0em;
}

/*layout title*/
div#title02 {
  width: 800px;
  margin: auto;
  padding: 0;
  border: 0;
}

/*layout qu*/
div#qu {
  width: 440px;
  margin: auto;
  padding: 0;
  border: 0;
}
div#qu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}	
div#qu li{
  margin: 0;
  padding: 0;
  color: #000;
}

/*layout qu1*/
div#qu1 {
  width: 500px;
  height: 32px;
  margin: auto;
  padding: 0;
  border: 0;
  text-align: center;
}
/*layout as1*/
div#as1 {
  width: 440px;
  margin: auto;
  padding: 0;
  border: 0;
  font-size: 0.9em;
  line-height: 2.4em;
  color: 000;
  text-align: left;
}

/*layout line*/
div#line {
  width: 500px;
  margin: auto;
  padding: 0;
  border: 0;
}
