@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/


@import url(style.css);
body {
  font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック","Hiragino KaKu Gothic Pro", Osaka;
 
  background-image : url(img/back.gif);
}


/*---------- メイン ----------*/

#main {
  margin: 0px auto 0 auto;
  padding: 0px 0px 0 0px;
  width: 1000px;
  border-right:  solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
  border-left: solid 1px #9f9f9f;
  background-color: #ffffff;
}
#main h1 {
  margin: 0;
  padding: 0px 0 0px 0px;
  font-size: 10px;
  color: #000000;
  background-color: #e8ffff;
}
#top {
  margin: 0;
  font-size: 10px;
  color: #ffffff;
  background-color: #e8ffff;
  position: absolute;
  top: 0px;
  margin-left: 430px;
　text-decoration: none;
}
#top a:link {
  color: #000000;
  font-size: 10px;
  text-decoration: none;
}
#top a:hover {
  color: #999999;
  font-size: 10px;
  text-decoration: none;
}
#top a:visited {
  color: #999999;
  font-size: 10px;
 text-decoration: none;
}
/*---------- ヘッダー ----------*/

#header {
  margin: 0px 0px 0px 0px;
  background-color: #ffffff;
  width: 1000px;
  height: 100px;
  margin-bottom: 15px;
}

#header-inner {
  margin: 0px,0px,0px,0px;
  padding: 0px,0px,0px,0px;
  width: 1000px;
  height: 100px;
  background-image : url(img/header.png);
  background-repeat: no-repeat;
  background-positon: center;
}
#header h2 {
  margin: 0;
  padding: 20px 0 10px 185px;

  font-family:Verdana,Arial,Helvetica,sans-serif; 
  text-decoration:none ;
}
#header a:link {
  color: #0033ff;
  font-size: 35px;
  text-decoration: none;
}
#header a:hover {
  color: #ff0099;
  font-size: 35px;
  text-decoration: none;
}
#header a:visited {
  color: #0033ff;
  font-size: 35px;
 text-decoration: none;
}


#header-menu {
  height: 20px;
  background-color: #333333;
  margin: 0px;
  padding: 7px 0 0 15px;
  background: url(img/head_menu_back.gif);
  background-repeat: repeat-x;
  text-align: left;
  width: 970px;
  position: absolute;
  top: 125px;
}

#header-menu ul {
  text-align: left;
  margin: 0px;
  padding: 0px
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 13px;
  padding-right: 8px;
  background: url(img/l_icon.gif) no-repeat;
  background-position: left center;
}

#header-menu a {
  color: #ffffff;
  text-decoration: none;
}

#header-menu a:hover {
  color: #00ff66;
}


 

/*---------- コンテンツ ----------*/

#container {
  width: 990px;
  margin: 0px;
  padding: 6px;
  background-color: #ffffff;
}



/*---------- メインコンテンツ ----------*/
ol#topicPath {
     margin: 0px 0px 15px 0px;
    padding: 0 5px 0 0;
}
ol#topicPath li {
     display: inline;
     line-height: 110%;
     list-style-type: none;
}
ol#topicPath li a {
     padding-right: 5px;
     background: url(img/glue.gif) no-repeat right center;
}
#contents strong {
  font-weight: normal;
}


#contents {
  float: left;
  margin: 0px 0 5px 0px;
  padding: 5px 5px 0 5px;
  line-height: 160%;
  letter-spacing: 1px;
  width: 990px;
   
}



#contents h3{
  margin: 7px 0 0px 200px;
  padding: 12px 0 5px 28px;
  line-height: 110%;
  font-weight: bolder;
  font-size: 20px;
  color: #000000;
  
  background-image : url(img/titlebar.png);
  background-repeat: no-repeat;
}
#contents h4,h5{
  margin: 0px 0 0px 0px;
  padding: 11px 0 11px 30px;
  line-height: 110%;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  background-image : url(img/cbar.png);
  background-repeat: no-repeat;
}
#contents1 {
  margin: 0px 0 0px 100px;
 padding: 0px 0 3px 20px;
  float: left;
   line-height: 140%;
  font-size: 12px;
 width: 990px;
}
#contents2 {
  float: left;
  margin: 0px 0px 0px 0px;
 white-space: pre;
  line-height: 110%;
  font-size: 12px;
 width: 330px;
 background-color: #ffffff;
}
#contents6 {
  float: left;
  margin: 0px 0px 0px 0px;
 white-space: pre;
  line-height: 110%;
  font-size: 12px;
 width: 330px;
 background-color: #ecffff;
}
#contents3 {
  float: right;
  margin: 0px 0 0px 0px;
  white-space: pre;
  line-height: 110%;
  font-size: 12px;
 width: 330px;
 background-color: #ffffff;
}
#contents4 {
  margin: 0px 0 0px 320px;
  float: left;
   line-height: 140%;
  font-size: 10px;
 width: 690px;
}
#contents5 {
    float: left;
   line-height: 140%;
  font-size: 10px;
 width: 980px;
}
#contents5 a:link {
  color: #3399cc;
  font-size: 12px;
  text-decoration: none;
}
#contents5 a:hover {
  color: #005ebb;
  font-size: 12px;
  text-decoration: none;
}
#contents5 a:visited {
  color: #999999;
  font-size: 12px;
 text-decoration: none;
}
#contents p {
  margin: 10px 12px 10px 12px;
  padding: 10px 5px 10px 10px;
  line-height: 140%;
  font-size: 14px;
}



#contents2 a:link{
  color: #0000ff;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
}

#contents2 a:visited{
  color: #33ccff;
  font-size: 14px;
  font-weight: bold;
 
}

#contents2 a:hover{
  color: #0099ff;
  font-size: 14px;
  font-weight: bold;
}
#contents6 a:link{
  color: #0000ff;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
}

#contents6 a:visited{
  color: #33ccff;
  font-size: 14px;
  font-weight: bold;
 
}

#contents6 a:hover{
  color: #0099ff;
  font-size: 14px;
  font-weight: bold;
}

#contents3 a:link{
  color: #0000ff;
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
}

#contents3 a:visited{
  color: #33ccff;
  font-size: 14px;
  font-weight: bold;
 
}

#contents3 a:hover{
  color: #0099ff;
  font-size: 14px;
  font-weight: bold;
}


#contents4 a:link{
  color: #0099ff;
  font-size: 14px;
  font-weight: bold;
  
}

#contents4 a:visited{
  color: #3333ff;
  font-size: 12px;
  font-weight: bold;
 
}

#contents4 a:hover{
  color: #0000ff;
  font-size: 12px;
  font-weight: bold;
}
/*---------- メニュー ----------*/



/*---------- フッター ----------*/

#footer {
  clear: both;
  margin: 0;
  padding: 15px 0 15px 5px;
  text-align: left;
  font-size: 12px;
  color: #666666;
  border-top: 2px;
  border-top-style: dotted;
  border-top-color: #999999;
  background-color: #ffffff;
}

#footer a {
  color: #666666;
  font-size: 12px;
 
}

#footer a:hover {
  color: #333333;
}
/pankuzu

