/* CSS Document */

div#LeftBox h3{
	width:575px;
	height:auto;
	background:#7ca5e1;
	color:#FFFFFF;
	border-top:1px solid #bdd2f0;
	border-bottom:1px solid #bdd2f0;
	padding:5px 0px 5px 5px;
	margin-bottom:15px;
}

div#LeftBox h3 strong{
	background:url(../images/h3_dot.gif) 0 0 repeat-y;
	padding:0px 0px 0px 15px;
}

div#LeftBox p{
	margin:0px 0px 0px 20px;
	line-height:150%;
}
table {
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	width:auto;
	height:auto;
	margin:10px 0px 10px 0px;
	border-top:1px solid #dedaca;
	border-left:1px solid #dedaca;
}
/* Mac IE には適用させない \*/
table {
	width:580px;
}
/* */

table th {
	background-color:#eeece3;	
	font-weight:bold;
	padding:10px;
	border-bottom:1px solid #dedaca;
	border-right:1px solid #dedaca;
	text-align:left;
	width:25%;
}
table td {
	padding:10px;
	vertical-align:top;
	border-bottom:1px solid #dedaca;
	border-right:1px solid #dedaca;
}
table thead td{
	font-weight:bold;
	background-color:#F1F1F1;
}
table td img{
	float:right;
	margin: 0px 0px 5px 5px;
}

form {
	padding:10px 0px 10px 0px;
}
.error {
	color:#FF3300;
}
ol {
	width:auto;
	height:auto;
	margin:10px 0px 10px 30px;
}

ol li{
	margin:0px 0px 10px 10px;
	line-height:150%;
}
p.center {
	padding-top:20px;
	text-align:center;
}
.kome {
	color:#FF3300;
	font-weight:normal;
}

