#main {
	text-align: left;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	font-family: Verdana, sans-serif;
}

#main h2 {
	margin:0;
	margin-bottom: 10px;
	padding:0;
	color: #000;
	background: none;
	font-size: 18px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #AAA;
}

#main ol, #main ul {
	margin: 1em 0;
}

#main li {
	list-style-type: disc;
}

#main a {
	color: #000000;
	font-weight: bold;
}

#main a:hover {
	color: #EE5500;
}

#main a,
#main a:link,
#main a:visited,
#main a:hover,
#main a:active {
	outline: none;
	text-decoration: none;
}

#main img a, #main img a:hover {
	text-decoration: none;
}

.border_box {
	color: #292929;
	background-color: #F0F0F0;
	border: 1px solid #BABABA;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	-opera-border-radius: 10px;
	-moz-border-radius: 12px;
	-moz-box-shadow: 0px 3px 7px #adadad;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 3px 7px #adadad;
	border-radius: 10px;
	-moz-box-sizing: border-box;
	-opera-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.border_box p {
	margin: 0px;
	margin-right: 5px;
	line-height: normal;
	font-size: medium;
	font-weight: normal;
}

.detail_text {
	width: 100%;
	float: left;
}

.text_red {
	color: red;
}
