@charset "utf-8";

#headVis{
	background: url(../images/facial/head_bg.jpg) repeat-x left top;
	height: 173px;
}

#rightColumn{
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 0 0 50px 0;
}
#rightColumnInner{
	width: 700px;
	margin: 40px auto 0;
	font-size: 12px;
	color: #666666;
}

#rightColumn #topBox{
	width: 642px;
	overflow: hidden;
	margin: 0 auto;
}
#rightColumn #topBoxL{
	float: left;
	width: 367px;
	margin: 64px 0 0;
}
#rightColumn #topBoxR{
	float: right;
	width: 254px;
}

#rightColumn .subtitle{
	width: 100%;
	border-bottom: 1px solid #541c01;
	padding: 0 0 15px 0;
	margin: 20px 0 0;
}

#rightColumn .text{
	margin: 10px 0 0;
	line-height: 1.7;
}
#rightColumn p a{
	color: #f55e6b;
	text-decoration: underline;
}

#rightColumn h4{
	margin: 25px 0 0 0;
}

#rightColumn h5{
	margin: 15px 0 0 0;
	font-size: 14px;
	color: #686868;
}
table{
	clear: both;
	margin: 6px 0 0 0;
	width: 700px;
}
td{
	font-size: 16px;
	text-align: center;
	background-color: #eaeaea;
}
.tableType1 td{
	height: 72px;
	font-weight: bold;
}
.tableType1 td span{
	display: block;
	font-size: 11px;
}

#rightColumn hr{
	border:solid #DFDFDF;
   	border-width:1px 0 0 0;
   	height:1px;/* for IE6 */
   	clear:both;/* for IE6 */
	margin: 35px 0 0 0;
}

.subtitle3{
	margin: 65px 0 0;
}
#bottomBox{
	padding: 25px 14px;
	width: 670px;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
#bottomBox p{
	font-size: 14px;
}
#bottomBox p span{
	font-size: 12px;
}
#bottomBoxInner{
	width: 670px;
	overflow: hidden;
	margin: 25px 0 0;
}
#bottomBoxInnerL{
	float: left;
	width: 263px;
	margin: 5px 0 0;
}
#bottomBoxInnerR{
	float: right;
	width: 383px;
}
#bottomBoxInnerR-L{
	float: left;
	width: 189px;
}
#bottomBoxInnerR-R{
	float: right;
	width: 193px;
}
#bottomBoxInnerR-L:hover,#bottomBoxInnerR-R:hover{
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha(opacity=70);
	opacity:0.7;
	zoom:1;
}