@charset "Shift_JIS";

a {color: #E25A00; text-decoration:underline;}
a:hover {color: #E25A00; text-decoration:underline;}

h1 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0;
	color: #333333;
}
h2 {
    font-size: 12px;
	color: #333333;
}
h3 {
    font-size: 12px;
	line-height: 135%;
	color: #333333;
}
.txt10 {
	font-size: 10px;
	line-height: 135%;
	font-weight: normal;
	color: #333333;
}
.txt12 {
	font-size: 12px;
	line-height: 135%;
	font-weight: normal;
	color: #333333;
}
.txt10b {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
.bold{
	font-weight:bold;
}
.page {
	margin: 0px 0px 10px 0;
	padding: 14px 30px 0;
	font-size: 12px;
	line-height: 135%;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
.ladyframe {
	margin: 0;
	padding: 0;
	boder: 0;
}
.forAural {
    display: none;
    }

#main table {
	margin: 0 auto;
	border-spacing: 0;
	border-bottom: 1px double #ccc;
	border-left: 1px double #ccc;
	}
		
	#main table th {
		font-weight: normal;
		width: 100px;
		text-align: center;
		padding:5px 10px;
		border-top: 1px double #ccc;
		border-right: 1px double #ccc;
		}
		
	#main table td {
		text-align: left;
		width: 350px;
		padding:5px 10px;
		border-top: 1px double #ccc;
		border-right: 1px double #ccc;
		}	