﻿@charset "utf-8";
/* CSS Document */
.about{
	width:996px;
	margin-left: auto;
	margin-right:auto;
	padding-top:10px;
	clear:both;
}

.about_right{
	width:228px;
	float:left;
}

.about_left{
	width:750px;
	border:1px solid #dddddd;
	float:left;
	margin-right:15px;
}

.about_txt{
	width:95%;
	line-height:22px;
	text-align:left;
	padding:4px;
	padding-top:10px;
	color:#666;
	font-size:12px;
	font-family:Verdana;
}
.about_txt ul {list-style:none;margin:0px;} 

.bold_txt{
	width:95%;
	line-height:24px;
	text-align:left;
	padding:4px;
	padding-top:10px;
	color:#ff0099;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana;
}

.text_txt{
	width:100%;
	line-height:22px;
	text-align:left;
	padding:4px;
	color:#666;
	font-size:12px;
	font-family:Verdana;
}
.text_txt ul{
	padding-bottom:3px;
}


.empty{
	height:30px;
}

td{
	padding:4px;
	color:#666;
	font-size:12px;
	font-family:Verdana;
}

.tableunderline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
}
