@charset "UTF-8";

/*==========================================================================

layoutSetting

==========================================================================*/
#eventContents {
background: url("../images/200810_1/bg_ttl.jpg") no-repeat;
}




/*==========================================================================

titleSetting

==========================================================================*/
div#contents h3 {
height: 160px;
text-indent: -9999px;
font-size: 1;	/* forWinIE */
line-height: 1;	/* forWinIE */
background: url("../images/200810_1/ttl.jpg") no-repeat 12px 17px;
}




/*==========================================================================

stripePinkSetting

==========================================================================*/
.stripePink div.odd,
.stripePink div.even {
padding-left: 54px;
}

div#contents .stripePink h4 {
padding: 0 0 .5em 15px;
color: #E4007F;
background: url("../../images/ico_square.gif") no-repeat 0 .4em;
}

.stripePink div.odd h4 {
border-bottom: #FFF 1px dashed;
}

.stripePink div.even h4 {
border-bottom: #FCECF3 1px dashed;
}

div#contents .stripePink p {
margin-bottom: 0;
}

/* hackForWinIE6 */
* html .stripePink div.odd,
* html .stripePink div.even {
width: 100%;
}
