@charset "utf-8";

/**************************************************** left **/

#left h3 {
	margin: 0 0 20px 0;
}
#left a:link { color: #2448bc; text-decoration: underline}
#left a:visited { color: #2448bc; text-decoration: underline}
#left a:hover { color: #bcd2ff; text-decoration: underline}
#left p {
	margin: 0 0 20px 20px;
}
#left .text {
	margin: 0 0 40px 20px;
}
#left a:link { color: #0000FF; text-decoration: underline;}
#lefta:visited { color: #0000FF; text-decoration: underline;}
#lefta:hover { color: #00FFFF; text-decoration: underline;}
#lefta:active { color: #0000FF; }
#left h4 {
	margin: 0 0 20px 0;
	padding: 7px 0 0 40px;
	height: 28px;
	font-size: 130%;
	font-weight: bold;
	background: url(/images/common/bg_tittle.gif) no-repeat 0 0;
	color: #FFFFFF;
}
*html #left h4 {
	height: 35px;
}
#left .caution {
	margin: 0;
	text-align: right;
	font-size: 75%;
	color: #FF0000;
}
#left span {
	color: #FF0000;
	font-size: 75%;
}
#left form p {
	margin: 0 70px 10px 50px;
	padding: 4px 4px 4px 14px;
	background:#EEF3FF;
	border-left: 5px solid #5F7DFA;
}
#left table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 40px 0;
}
#left table th, #left table td {
	padding: 7px 7px 7px 14px;
}
#left table td {
	text-align: left;
}
*html #left table tr {
	font-size: 82%;
}
#left table th {
	width: 200px;
	font-weight: normal;
	text-align: right;
}
*html #left table th {
	padding: 9px 9px 9px 14px;
}
#left input {
	width: 200px;
}
#left select {
	width: 200px;
}
#left textarea {
	width: 300px;
	height: 200px;
}
#left .table_last {
	margin: 0;
}
#left p.bt {
	background: #FFFFFF;
	border:solid 1px #FFFFFF;
	text-align: center;
	margin: 20px 0 0 0;
}