@charset "shift_jis";
/* CSS Document */


#analyses_word{
	padding:0px 0px 0px 8px;
	float:left;
	width:400px;
}
#analyses_word p{
	margin-top:10px;
}

#analyses_picture{
	float:right;
	padding: 0px 5px 10px 0px;
}
h3{
	margin-top:20px;
}
.analysis_data{
	padding-left:8px;
}
table{
	border-collapse: collapse;
             border: 1px #c1c1c2 solid;
	margin:0px 10px 20px;
	text-align:left;
	letter-spacing:0.001em;
}
th{
	background-image: url(../common/images/contents_tablecolor.jpg);
	border: 1px #c1c1c2;
    	border-top-style: solid;
    	border-right-style: solid;
    	border-bottom-style: hidden;
    	border-left-style: solid;
    	padding-left: 8px;
	vertical-align: middle;
	height: 33px;
}

.table_data{
	width:360px;
}
table .test{
	padding-right:30px;
}
table .cost{
	width:83px;
}
table .size{
	padding-right:30px;
}

td,tr{
	margin:0px;
	padding:0px 10px 0px 5px;
	border: 1px #c1c1c2 solid;
	vertical-align: middle;
    padding-left: 8px;
	height: 33px;

}
td{
	line-height:16px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.cost p{
	text-align: center;
}

td.weightsize p{
	text-align: center;
	padding-right: 9px;	
}
