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

h3{
	background-image: url(images/h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999em;
	height: 45px;
}

/* 中身======================================================================================================== */
/* インデックス================================================ */
#contentsInner{
	text-align:center;
	font-size: 12px;
}

table{
	font-size: 12px;
}

.btn{
	float: left;
	width: 395px;
	text-align: right;
	height: 130px;
}

.btn img{
	display: block;
	margin: 0 0 0 auto;
}

table#bank{
	margin: 0 auto;
	border-collapse:collapse;
	border-spacing: 0;
	clear: both;
	float: none;
}

table#bank th{
	padding: 10px 3px;
	border-bottom: 1px dotted #333;
}

table#bank td{
	padding: 10px 3px;
	text-align: left;
	border-bottom: 1px dotted #333;
}

table#bank .lineNone{
	border-bottom: none;
}

table#bank img{
	display: block;
	margin: 0 auto;
}

table#bank em{
	font-weight: bold;
	display: block;
	color: #330000;
}

/* シミュレーション================================================ */
form p {
	font-size:10px;
	width:550px;
	margin:5px auto;
}

form span {
	color:#CC0000;
	font-size:10px;
}

form div {
	text-align:center;
	margin:10px;
}

form table {
	width:550px;
	margin:5px auto;
	border-collapse:collapse;
	border-spacing: 0;
	text-align:left;
}

form table th,
form table td {
	border:1px #999999 solid;
	padding:3px;
}

form table th {
	width:250px;
	text-align:left;
	font-weight:normal;
}

form table.top th {
	background-color: #FFCC00;
}
form table.bottom th {
	color: #FFF;
	background-color: #3366CC;
}
