/* 共通設定 */
.clear_left {
  clear: left;
  }
body{
  margin: auto auto 0px 0px;
  padding: 0px; 
  font-size: 14px;
  font-family: Arial,"ＭＳ ゴシック" , Osaka,"平成角ゴシック";
}

a:link      { color: #0000CC; text-decoration: underline; }
a:visited   { color: #0000CC; text-decoration: underline; }
a:active   { color: #0000CC; text-decoration: underline; }
a:hover   {color:#8888FF; text-decoration: underline; }

#box {
  width: 760px;
  text-align: left;
  border-right: 5px solid #D0D0D0;
  absolute;
  }
#inbox {
  position: relative;
  width: 758px;
  /*height: 500px;*/
  }  

.sitetitle {
  margin: 10px 0 0 18px;
  padding: 0px;
  float: left;
  }
.top_link {
  margin: 5px 0 0 0;
  width: 550px;
  text-align: right;
  font-size: 14px;
  float: left;
  vartical-align: top;
  }
    
/*メニュー*/
#menu_box
	{
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	background: url(skin_img/menu_bg.jpg) repeat-x;
	width: 760px;
	height: 28px;
	/*position: absolute;*/
	z-index:1;
	}
#menu_box dl
	{
	margin: 0;
	float: left;
	}
#menu_box dt
	{
	margin-right: 5px;
	display: block;
	}		
/*	
#menu_box dd
	{
	display: none;
	margin: 0;
	padding: 3px 3px 0px 5px;
	background-color: #DFFFC0;
	position: relative;
	top: -3px;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
	border-left: 1px solid #006600;
	}
#menu_box dl:hover dd
	{
	display: block;
	margin: 0px;
	}
*/	
/*メニュー　END*/
    
#footer {
  width: 750px;
  positon: relative;
  margin-top: 20px;
  border-top: 1px solid #CCC;
  left: 8px;
 }      
.footer_text {
  color: #666;
  margin: 5px 5px 10px 5px;
  font-size: 13px;
  font-family: "ＭＳ Ｐゴシック" , Osaka;
  text-align: center;
  } 
.footer_banner {
  text-align: right;
  margin: 10px 3px 10px 0;
  font-size: 11px;
  /*font-weight: bold;*/
  font-family: Arial , Osaka , "ＭＳ Ｐゴシック";
  color: #666;
  }  