body {
  font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 80%;
  line-height: 1.8;
  color: #000;
  margin: 0px;
  padding: 0px;
  background: #d6eff4 url(../img/bg.gif);
  text-align: center;
}

h1,h2,h3,p,ul{
  margin: 0px;
  padding: 0px;
}

li{
  list-style-type: none;
}

img {
  border: none;
}


/*---外枠---*/
#container {
  background-color: #ffffff;
  width: 900px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #00aacc;
  border-left: 1px solid #00aacc;
  text-align: left;
}


/*---ヘッダー---*/
#header h1 {
  font-size: 90%;
  background-color: #0033cc;
  padding-left: 10px;
  color: #FFFFFF;
}

#header {
  background-color: #ffffff;
}

#logo {
  float: left;
  padding-left: 10px;
}

#logo_right {
  float: right;
  padding-top: 30px;
  padding-right: 30px;
}


/*---メインメニュー---*/
#menu {
  color: #fff;
  background-color: #006ddd;
  clear: both;
}

#menu li {
  float: left;
}

#menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 120%;
  font-weight: bold;
  background: url(../img/menu_bg.gif) no-repeat left top;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-right: 1px solid #a4e6f4;
  width: 150px;
}

#menu a:hover {
  background: url(../img/menu_bg.gif) no-repeat right bottom;
}


/*---サイトイメージ---*/
#main_img {
  clear: both;
  border-bottom: 1spx solid #00a0e9;
}


/*パンくずリスト*/
#pan_list {
  color: #000;
  background-color: #fff;
  text-align: left;
  font-size: 90%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #0033cc;
}

#pan_list li {
 display: inline;
}

#pan_list li a {
  color: #00f;
  text-decoration: none;
}


/*---コンテンツ---*/
#main {
  float: right;
  width: 620px;
  display: inline;
  margin-right: 15px;
  margin-bottom: 30px;
}

#main h3 {
  font-size: 100%;
  background-color: #ffccff;
  border-left: 8px solid #06f;
  margin-top: 20px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#main h2 {
  font-size: 100%;
  background: url(../img/main_h2_bg.gif) repeat-x bottom;
  margin-top: 20px;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
}

#main p {
  margin: 3px 10px 8px 10px;
}

#topic li {
  border-bottom: 1px dotted #ccc;
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}


/*---左メニュー---*/
#sub {
  float: right;
  width: 230px;
  margin-right: 15px;
  margin-top: 20px;
}

.fonttable {
  border: 1px solid #a4e6f4;
  margin-bottom: 20px;
}

.fonttable h3 {
  background: url(../img/sub_bg.gif) repeat-x bottom;
  color: #fff;
  margin: 1px;
  text-align: center;
  font-size: 110%;
  padding-bottom: 5px;
  padding-top: 5px;
}

.subtable {
  border: 1px solid #a4e6f4;
  margin-bottom: 20px;
}

.subtable_menu {
  background: url(../img/sv_bg.gif) ;
  color: #fff;
  margin: 2px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

.subtable h3 {
  background: #6ff;
  color: #000;
  margin: 2px;
  text-align: center;
  font-size: 110%;
}

.subtable h3 a {
  background: #6ff;
  color: #000;
  display: block;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.subtable h3 a:hover {
  background: #66f;
  display: block;
  color: #fff;
}

/*フォントサイズ変更メニュー*/
#fsize {
  height: 44px;
  width: 173px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
}

#fsize li {
  float: right;
}

#fsize a{
  overflow:hidden; /*for firefox*/
  display: block;
  text-indent: -9999px;
}

#sm a {
  background-image: url(../img/fsize_btn_01.gif);
  height: 44px;
  width: 58px;
}

#sm a:hover {
  background-image: url(../img/fsizen_btn_01.gif);
}

#me a {
  background-image: url(../img/fsizen_btn_02.gif);
  height: 44px;
  width: 55px;
}

#me a:hover {
  background-image: url(../img/fsizen_btn_02.gif);
}

#la a {
  background-image: url(../img/fsize_btn_03.gif);
  height: 44px;
  width: 60px;
}

#la a:hover {
  background-image: url(../img/fsizen_btn_03.gif);
}


/*フッターメニュー*/
#footer_menu {
  color: #00f;
  background-color: #fff;
  text-align: center;
  clear: both;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid #00a0e9;
}

#footer_menu li {
  display: inline;
  color: #00f;
  font-size: 90%;
  padding-left: 10px;
  padding-right: 10px;
}


/*フッター*/
#footer {
  color: #fff;
  background-color: #0033cc;
  text-align: right;
  font-size: 90%;
  padding: 2px 5px 2px 0px;
}

#footer a {
  color: #a4e6f4;
  text-decoration: none;
  font-size: 90%;
}


/*clearfix*/
#menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#menu {
  display: inline-block;
}


/* Hides from IE-mac \*/
*html #menu {
  height: 1%;
}

#menu {
  display: block;
}
/* End hide from IE-mac */
