@charset "UTF-8";
/* CSS Document */

/*bbs*/
.bbs_bana {
margin-top: 10px;
}

.bbs_bana img {
margin-right: 5px;
}

.matakani {
margin: 17px auto 0px auto;
display: block;
text-align: center;
}

/*month*/
.year_month {
color: #d92c58;
font-size: 12px;
font-weight: bold;
padding-bottom: 5px;
}

*html .year_month {
font-size: 100%;
}

*:first-child+html .year_month {
font-size: 100%;
}


.month_on {
background-image: url(../common-img/back_tex_month.gif);
background-repeat: repeat-y;
background-position: center 51px; 
padding: 3px 0px 0px 0px;
margin : 0px 0px 5px 0px;
}

.month dl {
padding-bottom: 5px;
width: 188px;
margin: 0px auto 0px auto;
}

.month dl h6 {
font-size: 100%;
color: #d92c58;
}


.month dt {
font-size: 12px;
line-height: 150%;
color: #d92c58;
}

*html .month dt {
font-size: 100%;
}

*:first-child+html .month dt {
font-size: 100%;
}

.month dd {
font-size: 12px;
line-height: 17px;
color: #333333;
}

*html .month dd {
font-size: 100%;
}

*:first-child+html .month dd {
font-size: 100%;
}

