/* CSS Document */

@charset "UTF-8";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #009999; }
a:visited { color: #000000; }
a:hover { 
	color: #009999;
	font-weight: bold; 
}
a:active { color: #000000; }


/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
  font-size: 90%;
  text-align: center;
/*  font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 160%;
  padding: 0;
  margin: 0;
  background-color:#FFFFFF;
}

#wrapper {
  text-align: left;
  width: 100%;
  margin: 0 auto;
}

/*#contents {
  width: 988px;
  text-align: left;
  margin: 0 auto;
}*/

#header {
  width: 988px;
  height: 100px;
  margin: 10px auto;
  position: relative;
}

#header_left {
  width: 201px;
  margin: 25px 0px 0px 30px;
  float: left;
}

#header_right {
  width: 630px;
  margin: 8px 15px 10px 0px;
  float: right;
}

#header_right_common {
  width: 630px;
  text-align: right;
}

#header_right_copy {
  margin: 10px 0px 0px 0px;
  text-align: right;
}

#navi {
  width: 100%;
  background-image:url(../img/img_header_back.jpg);
  background-repeat:repeat-x;
  text-align:center;
  margin: 0 auto;
  #position: relative;#
}

#navit {
  width: 100%;
  background-image:url(../imge/img_header_back.jpg);
  background-repeat:repeat-x;
  text-align:center;
  margin: 0 auto;
  #position: relative;#
}

#cont_main {
  width: 930px;
  margin: 10px auto;
  position: relative;
}

#cont_main_margin {
  width: 930px;
  margin: 0px auto;
  position: relative;
}

#cont_main_jisseki {
  width: 100%;
  margin: 0px auto;
  position: relative;
  text-align:center;
}

#shain {
  width: 930px;
  height: 422px;
  margin: 0px;
  position: relative;
  text-align:center;
}

#shain_left {
  width: 635px;
  margin: 0px;
  position: relative;
  float: left;
}
  
#shain_right {
  width: 295px;
  height: 422px;
  margin: 0px;
  position: relative;
  float: right;
}

#shain_right_top {
  width: 295px;
  height: 211px;
  margin: 0px;
}

#shain_right_buttom {
  width: 295px;
  height: 211px;
  margin: 0px;
}

#ifrm_info {
  width: 930px;
  height: 620px/*496*/;
  margin: 0px;
  position: relative;
  text-align:center;
}

#footer {
  width: 100%;
  height: 75px;
  margin: 0px auto;
  position: relative;
  background-image:url(../img/img_foot_back.jpg);
  background-repeat:repeat-x;
  text-align:center;
}

#footer_cont {
  width: 930px;
  padding: 20px 0 0 0;
  position: relative;
  font-size: 90%;
  text-align: right;
}

.copyright_top {
  padding: 20px 0 0 0;
  position: relative;
  font-size: 90%;
  text-align: center;
}

/* -------------------------------------------------------------
   [2] ﾄｯﾌﾟﾍﾟｰｼﾞに関する指定 */
#flashContent_top { width:100%; height:450px; }
#flashContent { width:100%; height:450px; }

#news {
  width: 462px;
}

#news_head {
  width: 100%;
  height:45px;
  background-image:url(../img/top/img_news_naka.gif);
  background-repeat:repeat-y;
  margin:0;
}

#news_naka {
  width: 462px;
  background-image:url(../img/top/img_news_naka.gif);
  background-repeat:repeat-y;
  margin:0;
  line-height: 200%;

}

#news_naka_cont {
  width: 425px;
  text-align:left;
  font-size: 90%;
  margin:0px 10px 0px 25px;
}

#news_foot {
  width: 100%;
  margin:0;
}


/* -------------------------------------------------------------
   [3] 文字・タグに関する指定 */

/* -- 見出しレベル1 -- */
h1 {
  font-size: 75%;
  font-weight: normal;
}

h2,h3,h4,h5,h6 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 0.5em;
  padding: 1em 0 1em 50px;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#cont_main p {
  line-height: 180%;
  margin-bottom: 0.5em;
}

.footer{
  color:#000000;
  font-size: 85%;
  line-height: 200%;
}

.sitemap_tit{
  margin-left: 5px;
}

.sitemap_cont{
  margin-left: 15px;
}

.youkou{
  margin-top:5px;
  margin-left:5px;
}

.saiyou_title{
  margin-top:5px;
  margin-left:5px;
  color:#333366;
  font-size:120%;
}
