
@import "/library/default.css";

body {
	background-image:url(../image/bg_body.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

.basicinfo {
	margin:0 0 20px 0;
	border:1px dotted #999999;
	padding:10px 15px 10px 15px;
}

.basicinfo th {
	width:20%;
	padding:7px 0 5px 0;
	font-size:16px;
	border-bottom:1px dotted #cccccc;
}

.basicinfo td {
	width:80%;
	padding:7px 0 5px 0;
	font-size:16px;
	border-bottom:1px dotted #cccccc;
}
