@charset "UTF-8";
/* CSS Document */

body,h1,h2,h3,p,table,il,li{
padding:0;
margin:0;
}

body{
  text-align:center;
  background: #999999;
}

h1{
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 18px;
  font-weight: bold;
}

#container {
  margin: 0px auto;
  height: auto;
  width: 850px;
  background: #000033;
}
#container #siteHeader {
  text-align: left;
  height: 50px;
  padding-top: 20px;
  padding-left: 30px;
  color: #FFFFFF;
  background: #000033;
}
#container #siteNav {
  margin: 0px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  color: #FFFFFF;
  text-align: center;
  background: #003399;
  height: 40px;
}
#container #siteMain {
  margin: 0px;
  padding: 0px;
  background: #000033;
  text-align: center;
  height: 100%;
  width: auto;
  height: auto;
}
#container #siteFooter {
  margin:0px;
  padding:0px;
  height: 30px;
}
#container #siteMain #main {
  margin: 0px;
  padding: 30px 0px 0px;
  background: #FFFFFF;
  width: 100%;
}

p.main-object{
  padding-top: 50px;
  padding-bottom: 100px;
}


/*ヘッダー*/
#header-inner a{
  color: #FFFFFF;
  text-decoration: none;
}
#header-inner a hover{
  color: #FFFFFF;
  text-decoration: none;
}
#header-inner a active{
  color: #FFFFFF;
  text-decoration: none;
}

/*ナビゲーション*/

p.headnav{
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding-top: 12px;
}

.headnav a{
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.headnav a:hover{
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}



/*フッター*/
#footer-inner{
  background: #000033;
  margin: 0px;
  padding: 0px;
  height: 100px;
  width: 100%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 16px;
  color: #FFFFFF;
}
#footer-inner p{
  padding-top: 25px;
}

