/* 共通設定 */
.clear_left {
  clear: left;
  font-size: 0px;
  }
body{
  margin: 15px auto 0px 13px;
  padding: 0px; 
  font-size: 16px;
  font-family: Arial,"ＭＳ ゴシック" , Osaka,"平成角ゴシック";
  line-height: 130%;
  background:url(skin_img/bg.jpg) #FFF repeat-x; 
}

table,tr,td {
 font-family: Arial,"ＭＳ ゴシック" , Osaka,"平成角ゴシック";
 font-size: 16px;
 } 

a:link      { color: #0066CC; text-decoration: underline; }
a:visited   { color: #0066CC; text-decoration: underline; }
a:active   { color: #0066CC; text-decoration: underline; }
a:hover   {color:#00CC99; text-decoration: none; }


.inbox_top {
  width:794px;
  height:11px;
  font-size:0;
  background:url(skin_img/inbox_top.gif) no-repeat;
  margin:10px 0 0 3px;
    }
#inbox {
  width: 794px;
  background: url(skin_img/inbox_bg.gif) repeat-y;
  padding-bottom: 15px;
  margin-left:3px;
  }  
.inbox_bottom {
  width:794px;
  height:11px;
  font-size:0;
  background:url(skin_img/inbox_bottom.gif) no-repeat;
  margin-left:3px;
  }
/*ページトップ　タイトル部分*/
#top {
  width: 801px;
  height:106px;
  background:url(skin_img/site_title_bg.jpg) no-repeat #FFF;
  text-align: center;
}
h1 {
  margin: 25px 0px 0 0;
  padding: 0 0 0 27px;
  text-align:left;
  float:left;
  width:454px;
  }

/*メニュー*/
.top_menu {
  float:left;
  margin-top:14px;
  }
  
/*フッター*/   
#footer {
  width: 802px;
  margin-top: 10px;
  margin-bottom: 10px;
  background:url(skin_img/copyright_bg.gif) no-repeat;
  min-height:21px;
 }      
.footer_copyright {
  color: #666;
  margin: 0px 5px 0px 5px;
  font-size: 13px;
  font-family: "ＭＳ Ｐゴシック" , Osaka;
  text-align: center;
  } 
.footer_banner {
  text-align: right;
  margin: 0px 3px 10px 0;
  font-size: 11px;
  /*font-weight: bold;*/
  font-family: Arial , Osaka , "ＭＳ Ｐゴシック";
  color: #666;
  width: 780px;
  }  