@charset "utf-8";


div#LEFT_COLUMN p.mainVisual {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

dl.errorPattern {
	margin: 0;
	padding: 5px 0 10px;
	font-size: 110%;
	font-weight: bold;
}

dl.errorPattern dt {
	width: 5em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
	float: left;
	background-color: #FF6600;
	border: 1px outset;
}

dl.errorPattern dd {
	margin: 0;
	padding: 2px 0 8px 6em;
	color: #663300;
}

dl.errorPattern dd a {
	color: #CC0000;
}

table.requirement {
	width: 540px;
	margin: 5px 0 15px;
	border-collapse: separate;
}

table.requirement th {
	width: 30%;
	padding: 3px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}

table.requirement td {
	width: 80%;
	border-width: 1px;
	border-style: solid;
}

table.requirement td a,
table.requirement td a:hover {
	display: block;
	width: 100%;
	margin: 0;
	padding: 3px 3px 3px 16px;
	color: #000099;
	background: url(../common/images/blt_03.gif) 5px 9px no-repeat;
}

table.requirement td>a,
table.requirement td>a:hover {
	width: auto;
}

table.requirement td a:hover {
	background-color: #FFFFCC;
}

table.requirement th.point1 {
	background: url(../images/parts_02.jpg) center center no-repeat #CBF3CB;
	border-color: #9CE09B;
}

table.requirement td.point1 { border-color: #9CE09B; }

table.requirement th.point2 {
	background: url(../images/parts_03.jpg) center center no-repeat #CDF1F1;
	border-color: #9EDDDA;
}

table.requirement td.point2 { border-color: #9EDDDA; }

table.requirement th.point3 {
	background: url(../images/parts_04.jpg) center center no-repeat #F5DEDE;
	border-color: #E0ADAD;
}

table.requirement td.point3 { border-color: #E0ADAD; }

ul.bottomMenu {
	width: 540px;
	margin: 0 2px 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
}

ul.bottomMenu li {
	width: 25%;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	float: left;
}

ul.bottomMenu li a {
	display: block;
	margin: 0 2px;
	padding: 8px 0;
	line-height: 1.1;
	background-color: #f2f2f2;
	border: 1px outset;
}

ul.bottomMenu li a:hover {
	color: #CC0000;
	background-color: #f9f9f9;
}

div.information {
	background-color: #F8F8F8;
	border: 1px solid #cccccc;
}

div.information h2 {
	padding: 8px 8px 10px;
}

div.information dl {
	height: 400px;
	margin: 0;
	overflow-y: scroll;
}

div.information dl dt {
	margin: 0 5px;
	padding: 3px 0 0;
	font-weight: bold;
}

div.information dl dd {
	margin: 0 5px 3px;
	padding: 0 0 5px;
	border-bottom: 1px dashed #adadad;
}
