@charset "shift_jis";
body {
	font-size: 12px;
}
table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 18px;
	font-size: 12px;
}
td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
h1 {
	font-size: 14px;
	width: 600px;
	color: #333333;
	padding-top: 10px;
	padding-left: 5px;
	margin-left: 10px;
	padding-bottom: 3px;
	border: 1px solid #1E6ADF;
	height: 20px;
}
h2 {
	font-size: 12px;
	width: 600px;
	border-left-width: 5px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C0DBF8;
	border-left-color: #1E6ADF;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 10px;
	padding-bottom: 3px;
	background-color: #EEF5FD;
	color: #333333;
	height: 15px;
}
p {
	width: 600px;
	margin-left: 18px;
	padding: 0px;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
iframe {
	margin-left: 20px;
}
small {
	margin-left: 18px;
}

h3 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E6ADF;
	height: 15px;
	width: 600px;
	margin-right: 0px;
	margin-left: 18px;
}
.text_red{
color:#CC0000;
}
.text_blue{
	color:#003399;
	font-weight: bold;
}