#info{
border-bottom: solid 1px #ccc;
	margin-bottom:50px;
	padding: 50px;
    background: floralwhite;
}
#info h1{
	margin-bottom:30px;
}
#index .top_main_copy {
    margin: 0 auto 0px;
}
.info-title {
    font-weight: 700;
    font-size: 1.875em;
    text-align: center;
}
.news_area {
    width: 100%;
    max-width: 1000px;
    height: 400px;
    overflow-y: scroll;
    padding: 20px;
    margin: 0px auto 50px;
    background: #fff;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.news_area dt {
    font-weight: 700;
    margin-bottom: 10px;
	color:#f60;
}

.news_area dd {
    margin-left: 0;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.tag {
    padding: 2px 10px;
    margin-left: 10px;
}