/*全ﾍﾟｰｼﾞ共通*/
table {  
    font-size: 10pt;
}

td {  font-size: 12px}

body {  
    font-size: 10px; 
	line-height: normal;
}
.red{
	color: #FF0000;
}
.black{
	color: #333333;
}
.black a:link, .black a:visited, .black a:active {
	color: #333333;
	text-decoration: none;
}
.black a:hover {
	color: #333333;
	text-decoration: underline;
	display: block;
	background-color: #D4EFFC;
}
.blue{
	color: #0000FF;
}
.blue a:link, .blue a:visited, .blue a:active {
	color: #0000FF;
	text-decoration: none;
}
.blue a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.green{
	color: #00AC5B;
}
.green a:link, .green a:visited, .green a:active {
	color: #00AC5B;
	text-decoration: none;
}
.green a:hover {
	color: #00AC5B;
	text-decoration: underline;
}
.pink{
	color: #EF5BA1;
}
.pink a:link, .pink a:visited, .pink a:active {
	color: #EF5BA1;
	text-decoration: none;
}
.pink a:hover {
	color: #EF5BA1;
	text-decoration: underline;
}
/*査定ﾍﾟｰｼﾞ用*/
.normal{  
    DISPLAY: none;
}
.assessment1{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}
.assessment1 .head1{
	background-color: #008000;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.assessment1 .head2{
	background-color: #008000;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.assessment1 .box1{
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
}
.assessment1 .box2{
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.assessment1 .box3{
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	text-decoration: line-through;
}
.assessment2{
	line-height: 120%;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.assessment3{
	line-height: 120%;
}
.assessment3 .title1{
	color: #0000FF;
	font-weight: bold;
	vertical-align: bottom;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.assessment3 .title2{
	color: #00AC5B;
	font-weight: bold;
	vertical-align: bottom;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.assessment3 .title3{
	color: #EF5BA1;
	font-weight: bold;
	vertical-align: bottom;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}