/* CSS Document */


#contents .left{
	float:left;
	width:620px;
}

#contents .left h3.title{
	margin:0px 0px 13px 0px;
	padding:0px;
	height:29px;
	width:620px;
}

#contents .left table.info{
	border:0px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;

}

#contents .left table.info th{
	font-weight:normal;
	border-bottom:solid 1px #A8D761;
	border-top:solid 1px #A8D761;
	background-image:url(../image/common/table_bg.gif);
	background-repeat:repeat-y;
	width:142px;
	padding:10px 0px 8px 20px; 
	margin:0px;
	vertical-align:top;
	text-align:left;
	
	line-height:18px;
	

}

#contents .left table.info td{
	font-weight:normal;
	border-bottom:solid 1px #A8D761;
	border-top:solid 1px #A8D761;
	width:448px;
	padding:10px 0px 8px 10px; 
	margin:0px;
	
	line-height:18px;
}

#contents .left table.info td .subtitle{
	font-weight:bold;
}


#contents .left .contact{
	border:solid 1px #A1D356;
	padding:5px 10px 0px 10px;
	margin:20px 0px 0px 318px;
	width:280px;
	height:75px;
	background-image:url(../image/common/contact_bg.gif);
	background-repeat:repeat-x;

}

#contents .left .contact h4.subtitle{
	padding:0px 0px 12px 0px;
	margin:0px;
	height:15px;
}

#contents .left .contact .button{
	padding:0px 0px 0px 23px;
	margin:0px 0px 5px 0px;
	background-image:url(../image/common/contact_icon.gif);
	background-position:left;
	background-repeat:no-repeat;
}


#contents .right{
	float:right;
	width:260px;
}


