@charset "UTF-8";
/* CSS Document */


#testbox {
	margin-left:10px;
	background-image:url(../images/side_test_bkg.jpg);
	width:144px;
	height:250px;
}

#testtitle {
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

#testcontent {
	padding-top:15px;
	padding-left:5px;
	padding-right:5px;
	color:#7E7E7E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;

}


.owner_name {
	color:#244c9e;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

.check {
	color:#d57700;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

.check a{
	color:#d57700;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}

.check a:hover{
	color:#d57700;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-decoration:underline;
}