@charset "UTF-8";
/* CSS Document */

#main {
	width : 655px;
	background-color : #ffffff;
	}

.result {
	text-align : left;
	}

.result table {
	width : 455px;
	cellpadding : 0px;
	cellspacing : 0px;
	font-size : 12px;
	line-height : 17px;
	margin-left : 30px;
	}

.result th {
	width : 210px;
	text-align : left;
	padding : 5px;
	}

.result td {
	width : 245px;
	text-align : center;
	padding : 5px 0px;
	}

.midasi {
	width : 455px;
	 font-size : 15px;
	font-weight : bold;
	border : solid 1px #666666;
	margin : 20px 0px 10px 30px;
	padding : 5px;
	text-align : left;
	}


