/*
 * movie_release.css
 */

.month_navi {
text-align: center;
background-color: #e0e0e0;
margin: 8px 0;
padding: 4px 0;
}

.month_navi a, .month_navi .current {
padding: 0 8px;
}

.month_navi a {
background-color: #ffffff;
text-decoration: none;
}

.month_navi a:hover {
background-color: #3366ff;
color: #ffffff;
text-decoration: none;
}

