#container {
width:750px;
background-color:#ffffff;
}

#main_box {
width:600px;
margin:0 auto;
font-size:14px;
}

#main_box h1 {
text-align:left;
margin:0 0 10px 0;
padding:2px 3px 2px 5px;
font-size:16px;
color:#ffffff;
background-color:#00DF00;
}


#main_box h2 {
text-align:left;
margin:0 0 5px 0;
padding:0;
font-size:14px;
border-bottom:1px dotted #999999;
}

#main_box p {
text-align:left;
margin:0 0 20px 0;
}

#main_box p.bold {
font-weight:bold;
}

#main_box p.bold_c {
font-weight:bold;
color:#009900;
}

#main_box div.topic_end {
width:100%;
height:5px;
margin:20px 0;
border-top:2px solid #dddddd;
}


.txtlink {
font-weight:bold;
font-size:16px;
}


.content_table {
	width:400px;
	text-align:left;
	font-size:14px;
	border:2px solid #000000;
	margin:0 0 20px 0;
}

.content_table th {
text-align:center;
background-color:#A5FF62;
width:100px;
border-right:2px solid #000000;
border-bottom:2px solid #000000;
}

.content_table td {
width:300px;
border-bottom:2px solid #000000;
}

.content_table th.end_th {
text-align:center;
background-color:#A5FF62;
border-right:2px solid #000000;
width:100px;
border-bottom:0;
}

.content_table td.end_td {
width:300px;
border:0;
}
