@charset "UTF-8";

/*** important date ***/
div.important_date {
width: 740px; /* ボックスの幅 */
height: 50px;
overflow: hidden;
color: #000000; /* 文字色 */
font-size: 90%;
background-color: #ffffff; /* ボックスの背景色 */
}

div.important_date dl{
    margin: 0;
    padding: 0;
}

div.important_date dt{
clear: left;
float: left;
line-height: 1.6em;
width: 10.0em;
margin: 0;
padding: 0.3em 0;
font-weight: bold;
color: #cc0000;
text-align: center;
}

div.important_date dd{
line-height: 1.6em;
margin: 0 0 0 10.0em;
padding: 0.3em 0;
font-weight: bold;
color: #cc0000;
}

/*** news box ***/
div.news_box {
width: 740px; /* ボックスの幅 */
height: 75px;
overflow: auto;
color: #000000; /* 文字色 */
font-size: 90%;
background-color: #f5f5f5; /* ボックスの背景色 */
border: 1px #e0e0e0 solid;
}

div.news_box dl{
    margin: 0;
    padding: 0;
}

div.news_box dt {
clear: left;
float: left;
line-height: 1.6em;
width: 10.0em;
margin: 0;
padding: 0.3em 0;
border-top: 1px #e0e0e0 solid;
text-align: center;
}

div.news_box dd {
line-height: 1.6em;
margin: 0 0 0 10.0em;
padding: 0.3em 0;
border-top: 1px #e0e0e0 solid;
}
