@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------*/
/*コンテンツ
/*-------------------------------------------------------*/
div#mailMagazineContent{
width:100%;
background:url(images/bg.gif);
padding:10px 0 21px 0;
}

/*-------------------------------------------------------*/
/*レフトナビ
/*-------------------------------------------------------*/
a#leftNaviLink{
display:block;
width:185px;
height:61px;
background:url(images/l_navi.gif) no-repeat;}
a#leftNaviLink:hover{background-position:bottom;}


/*-------------------------------------------------------*/
/*メディア掲載情報BOX
/*-------------------------------------------------------*/
.mediaInfoBox{
width:716px;
margin-left:20px;
padding-top:20px;
}
.mediaInfoBox h3{
height:24px;
border-bottom:1px dotted #ccc;
font-size:18px;
padding-top:12px;
margin-bottom:20px;
text-align:center;
}

.mediaInfoBox p{
padding:0 8px 35px 8px;
}

