/*はち*/


/*ナビゲーション*/
nav ul li.nav_hachi a{ background:none;}

/*ページタイトル　見出し*/
.page_ttl{ text-align:center; padding:20px 0 36px 0;}

.midashi{ text-align:center; padding:36px 0 20px 0;}


/* ヘッダー
---------------------------------------------------- */

header{ text-align:center;}

/* コンテンツ
---------------------------------------------------- */

.con_wrap .hachi_wrap{ width:846px; margin:0 auto;}
.con_wrap .hachi_wrap .hachi_pic{ float:left; width:222px; padding-right:24px; padding-top:50px;}
.con_wrap .hachi_wrap .hachi_cmnt{ float:left; width:596px; min-height:500px; background:url(/hachi/img/hachi_hukidashi.gif); position:relative;}
.con_wrap .hachi_wrap .hachi_cmnt .inner{ padding:64px 60px 0 116px; font-size:106%; line-height:1.8;}
.con_wrap .hachi_wrap .hachi_cmnt .osusume_pic{ position:absolute; bottom:36px; right:94px;}

.con_wrap{ width:990px; margin:0 auto; padding-right:-10px;}
.con_wrap .repo_box{ width:320px; padding:0 0 16px 0; margin:0 10px 12px 0; float:left; background:#fff; position:relative;}
.con_wrap .repo_box{
    border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */}
	
/*PIE*/
.con_wrap .repo_box{ behavior: url(/common/js/PIE.htc);}

/*PIEやめてボーダーにする場合*/
/*.ie8 .con_wrap .box{ margin-right:10px; border:1px solid #f0bebd;}*/


.con_wrap .repo_wrap p.pic{text-align:center; padding:3px 3px 0 3px;}
.con_wrap .repo_box .info{ padding:12px 18px 0 18px;}
.con_wrap .repo_wrap .info p{ font-size:96%;}
.con_wrap .repo_wrap h3{ text-align:center; font-size:106%; padding-bottom:5px;}

.con_wrap .bnr_area{ text-align:center; padding-top:40px;}


/*装飾*/
.shadow {
	box-shadow: 0 0 4px #c7807e;
	-moz-box-shadow: 0 0 4px #c7807e;
	-o-box-shadow: 0 0 4px #c7807e;
	-ms-box-shadow: 0 0 4px #c7807e;
	background:#c7807e;
}

/*シャドウをかけたことによるハック*/
/*
.ie8 .con_wrap .shadow{ margin-top:-3px; margin-left:-3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#c7807e, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#c7807e, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#c7807e, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#c7807e, direction=270, strength=3, enabled=true);
}
*/