@charset "Shift_JIS";
@import "share.css";

/*------------header(ページによってサイズと背景変更)------------*/
h1.header_comment{
 color:#000000;
 font-size:0.8em;
}
div.header{
 width:780px;
 height:200px;
 background:url(../img/top_img01.jpg) no-repeat;
}
div.header h2.site_title{
 height:200px;
}
div.header h2.site_title a{
 display:block;
 width:360px;
 height:60px;
 text-indent:-9999px;
 text-decoration:none;
 overflow:hidden;
}
/*------------/header(ページによってサイズと背景変更)------------*/

/*------------右側メインコンテンツ------------*/
 /*----ミニヘッダ----*/
 div.top_miniheader{
  width:466px;
  margin:0px auto 0px auto;
  font-size:0.8em;
 }
 div.top_miniheader img{
  margin:0px 0px 5px 0px;
 }
 div.top_miniheader p{
  height:55px;
 }
 /*----/ミニヘッダ----*/
/*------------/右側メインコンテンツ------------*/

