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



/* ----- second_contents_format ----- */

.contents_top {
	width:647px;
	height:5px;
	background:url(../img/latest_topics/contents_back_001.gif) no-repeat;
	font-size:1px;
	line-height:1px;
	margin: 0px auto 0px auto;
}
.contents_middle {
	width:647px;
	background:url(../img/latest_topics/contents_back_003.gif) repeat-y;
	text-align: center;
	margin: 0px auto 0px auto;
}
.content_main {
	width:567px;
	margin:0px auto;
	padding:25px 0px;
}
.contents_bottom {
	width:647px;
	height:6px;
	background:url(../img/latest_topics/contents_back_002.gif) no-repeat;
	font-size:1px;
	line-height:1px;
	margin: 0px auto 0px auto;
}

.content_main dt {
	clear: left;
        float:left;
        width:15em;
        font-size:100%;
        line-height:150%;
        color:#39B1B1;
        padding:0px 0px 10px 0px;
        margin:0px 0px 15px 0px;
}
.content_main dd {
        margin:0px 0px 0px 11em;
        font-size:100%;
        line-height:150%;
        color:#4d4d4d;
        padding:0px 0px 10px 0px;
        margin:0px 0px 15px 0px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d9d9d9;
}

