/* CSS Document */


* { margin: 0; padding: 0; }
img { border: 0; }

body {
   font-size: 13px;/*     モダンブラウザ向け */
   *font-size: small;/*   IE 7向け */
   *font: x-small;/* IE 6以下 */
  text-align: center;
  background: url(../img/bg/common/bg.jpg);
  background-repeat: repeat;
  color: #666;
}

div#project { widows: 100%; background-color: #003A57; text-align: center; }
h1 { width: 908px; margin: 0 auto; font-size: 12px; font-weight: normal; color: #FFFFFF; text-align: left; }

a { color: #3399CC; text-decoration: none; }
a: hover { color: #00CCFF; text-decoration: underline; }

p, th, td, li { font-size: 100%; line-height: 160%; letter-spacing: 0.1em; color: #333333; }

table { margin: auto; }
div { margin: auto; }

/* **▼テキスト関連▼** */
span.t10 { font-size: 10px; }
.t11  { font-size: 11px; }
.t12n { font-size: 12px; font-weight: normal; }
.t12  { font-size: 12px; }
.t13  { font-size: 13px; }
.t14  { font-size: 14px; }
.t15  { font-size: 15px; }
.t16  { font-size: 16px; }
.t18  { font-size: 18px; }
.t20  { font-size: 20px; }

.t_red   { color: #FF0000; }
.t_red_b { color: #FF0000; font-weight: bold; }
.t_red11 { color: #FF0000; font-size: 11px; }
.t_blu   { color: #4B5B87; }
.t_blu2  { color: #0000FF; }
.t_bb    { color: #0066FF; font-weight: bold; }
.t_or    { color: #F4B553; }
.t_gly   { color: #999999; }
.t_gly11 { color: #999999; font-size: 11px; }
.t_g11   { color: #666666; font-size: 11px; } 
.t_no    { color: #333333; }
.t_ul    { text-decoration: underline; }

.essential  { color: #CC0000; font-size: 10px; }
.essential2 { color: #FFFFFF; font-size: 10px; }
.rei        { color: #999999; font-size: 10px; }
.tel        { color: #FF0000; font-size: 26px; font-weight: bold; line-height: 180%; }
.chuui      { color: #CC0000; font-size: 10px; }

.t_b       { font-weight: bold; }
.t_ul      { text-decoration: underline; }
.end_sps30 { margin-bottom: 30px; }

.clr_sps { clear: left; height: 1px; }

.CNT { text-align: center; }
.R   { text-align: right; }
.L   { text-align: left; }
/* **▲テキスト関連▲** */


/* *▼共通▼* */
div.navi {
  color: #B05800;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 20px;
  font-size: 12px;
}

#container {
  width: 802px;
  margin: 0 auto;
}

#contents {
  clear: left;
  margin-top: 13px;
}

#head {
}

#head_menu {
  margin: 10px 0 10px 0;
}

#head_menu img {
  margin-left: 8px;
}
#head_menu img.no_margin {
  margin-left: 0;
}

#head_menu ul {
  height: 37px;
  list-style-type: none;
  margin: 0;
}

#head_menu li {
  height: 37px;
  float: left;
}

div.clear {
  clear: both;
}

div.main_contents_header {
  background: url(../img/bg/common/main_border01.jpg) transparent no-repeat center center;
  height: 12px;
}

div.main_contents {
  background: url(../img/bg/common/main_border02.jpg) transparent repeat-y center center;
  padding: 6px;
}

div.main_contents_footer {
  background: url(../img/bg/common/main_border03.jpg) transparent no-repeat center center;
  height: 13px;
}

div#footer {
  background: url(../img/bg/common/footer.jpg) transparent no-repeat center center;
  height: 92px;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 10px;
}

div#footer a, div#footer a:visited {
  color: #FFF;
  text-decoration: none;
}

div.footer_links {
  padding-top: 15px;
}

div.copyright {
  padding-top: 20px;
}

div.main_title {
  padding-top: 10px;
}

div.sub_title {
  padding-top: 30px;
  padding-bottom: 5px;
}

/**▲共通▲**/
