@charset "UTF-8";
/*ベース設定::::::::::::::::::::::::::*/
body{
	text-align: center;
	line-height:130%;
    color:#000;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	background:none;
}
/*リンクベース*/
a{color:#0000DB;text-decoration:underline;}
a:hover{color:#0099CC;text-decoration:underline;}
address{
   font-style:normal;
   display:inline;
}
dfn{
   font-style:normal;
   display:inline;
   background:#FFFF66;
}

/* レイアウト::::::::::::::::::::::::::::::::*/
/*コンテナ（外側）*/
div#container{
    margin: 0 auto;
    padding:0;		 
    width:100%;
	background:none;
}
/*コンテナ２（内側）*/
div#container_2{
   width:100%;
   border:1px solid #000;
   background:#ffffff;
   text-align:left;
   height:1%;
   margin:0 5px 0 5px;
}
/*センター＆左*/		
div.layout1{
   clear:both;
   margin:0px;
   height:1%;
   background:url("../images/styles/bg_layout1.jpg") repeat-y;
   }	
/*clearfix floatに設定*/
.clearfix:after,
div.layout1:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}
.clearfix{
	height:1%
}
.img_left{
   float:left;
   margin:0 15px 15px 0;
}
.img_right{
   float:right;
   margin:0 0 15px 15px;

}
/* ヘッダー::::::::::::::::::::::::::*/
/*トップワード*/
h1.top_word{display:none;}
/*バナー*/
div#header {
   position:relative;
   margin:0; 
   padding:0;
   width:100%;
   background: url("../images/styles/bg_banner.jpg") top;
}
.header_inner{display:none;}
.header_print{display:block;}
/*サイトマップ*/
div#header div#sitemap{
display:none;
}
/*タイトルやロゴ*/
div#header div#branding{

}

/*blogdescrition*/
#blogdescription{
display:none;
}
#email{
   position:absolute;
   top:10px;
   right:10px;
}
/*tel*/
div.tel{
display:none;
}
div.tel span{
display:none;
}

/*トップナビ*/
div.top_nav{display:none;}
/* globalnav------------------------------- */
#globalnav {display:none;}
/*左メニュー::::::::::::::::::::::::::::::::*/ 
#left{display:none;}
#right{display:none;}

/*ボタン*/
/* メイン:::::::::::::::::::::::::::::::: */
/*囲い*/
div#center_cat,
div#center_ent,
div#center_page{
    margin:0;
    padding:5px 10px 10px 10px;
    float:none;
    width:100%;
    background-color:#fff;
    line-height: 140%;
   height:1%;
}

div#center{
    width:100%;/*570px-padd*/
    float:none;
    padding:0;
    margin:0;
}
.center_inner{
    margin:0;
    padding:10px;
    float:none;
    background-color:#fff;
    line-height: 140%;
    height:1%;
}
/*info画像*/
div#info{display:none;}
div.flash{display:none;}
/* カテゴリ、エントリ*/
h2#ent_title,
h2#cat_title,
h2#page_title,
h2.entrybodylist_title a{
   background:none;
   color:#000;
   font-size:22px;
   padding:10px 0 7px 15px;
   display:block;
   text-decoration: none;
   line-height:normal;
   margin:0;
   clear:both;
}
h2.entrybodylist_title a:hover{
   text-decoration: none;
   color:#330000;
   background:url("../images/styles/bg_ent_title_ho.jpg") no-repeat bottom;
   }

/*フッター:::::::::::::::::::::::::::::::::::::::*/
/*フッターグループ*/
#footer {
	clear:both;
	margin:0;
	padding:5px 10px;
	background:none;
	border-top:1px solid #000;
	height:1%;
	width:100%;
    position:relative;
    color:#000;
}
/*サイトインフォメーション*/
/*siteinfo_top*/
#footer .siteinfo_top{
	clear:both;
	width:100%;
	height:1%;
	border-bottom:1px solid #000;
	display:block;
}
#footer .siteinfo{display:none;}
#footer .siteinfo:after {display:none;}
#footer .footer_title{display:none;}
#footer .footer_body{display:none;}
/*コピーライト*/
.copyright{
	padding:10px 0;
	margin:0;
	text-align:right;
}
/*チェッカー*/
div.checker{display:none;}
/*HRC*/
.hrc{width:750px;color:#999999; text-align:right;margin:0 auto;}
.hrc a{color:#666666;text-decoration:none;}
.hrc a:hover{color:#C9B9AA;}
/*その他:::::::::::::::::::::::::::::::::::::*/
.fchange{display:none;}
.search{display:none;}
