@charset "utf-8";
/* CSS Document */
/*ベース設定::::::::::::::::::::::::::*/
body{}
/* レイアウト::::::::::::::::::::::::::::::::*/
/*コンテナ（外側）*/
#container{}
/*コンテナ２（内側）*/
#container_2{}
/*layout2+right*/		
div.layout1{
   clear:both;
   margin:0;
   padding:0;
   height:1%;
   width:700px;
   background:#fff;  
   }
/*center*left*/	
div.layout2{display:none;}	
/* ヘッダー::::::::::::::::::::::::::*/
/*トップワード*/
h1.top_word{display:none;}
/*header*/
#header{
    position:relative;
    margin:0; 
    width:700px;
	border-top:6px solid #48351E;  
   }
.print_header{display:block;}
#sitemap{display:none;}
/*タイトルやロゴ*/
div#branding{display:none;}
/*トップナビ*/
#contact{display:none;}
#globalnav {display:none;}
/*左メニュー::::::::::::::::::::::::::::::::*/ 
#left{display:none;}
/*right::::::::::::::::::::::::::::::::*/
#right{display:none;}
/* メイン:::::::::::::::::::::::::::::::: */
/*囲い*/
#center,
#center_cat,
#center_ent,
#center_page{
    background:none;
    width:700px;/*575-padd*/
    margin:0;
    float: none;
    padding:0 10px 10px 10px;
	line-height: 140%;
	height:1%;
 }
/*footer:::::::::::::::::::::::::::::::::::::::*/
/*フッターグループ*/
#footer {
	clear:both;
	margin:0;
	padding:5px 10px;
    background-color:#fff;
	border-top:1px solid #aaaaaa;
	height:1%;
    position:relative;
   }
#footer a{color:#666;}
#footer a:hover{color:#333;}

/*サイトインフォメーション*/
/*siteinfo_top*/
#footer .siteinfo_top{
	clear:both;
	margin:0;
	width:720px;
	height:1%;
	border-bottom:1px solid #ccc;
	display:block;
}

#footer .siteinfo{display:none;}
/*チェッカー*/
div.checker{display:none;}
/*HRC*/
.hrc{width:700px;color:#999999; text-align:right;margin:0 auto;}
.hrc a{color:#666666;text-decoration:none;}
.hrc a:hover{color:#C9B9AA;}

