/*仲間たち*/


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

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


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

header{ text-align:center;}

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

.tbl_read{ margin:0 auto 26px auto;}
.tbl_read td{ padding:0 15px; vertical-align:middle;}

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

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


.kabegami_wrap h2{ text-align:center; padding:12px 0 14px 0; font-size:105%;}
.kabegami_wrap .tbl_kabegami{ margin:0 auto;}
.kabegami_wrap .tbl_kabegami{ line-height:1.3;}
.kabegami_wrap .tbl_kabegami th{ font-weight:normal; padding-right:4px; font-size:95%;}
.kabegami_wrap .tbl_kabegami th span{ font-size:93%;}
.kabegami_wrap .tbl_kabegami th,
.kabegami_wrap .tbl_kabegami td{ padding-bottom:10px; vertical-align:middle;}


/*装飾*/
.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);
}
*/