@charset"Shift_JIS";/*---文字コード指定（日本語のコメント･日本語フォント指定の際は必須）---*/
@page { landscape }

/*----------[[基本構造]]----------*/
body {
	text-align: left;
	color: #333333;
}
td {
	color: #333333;
}
h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}
#body {
	width: 782px;
	margin-left: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
/*input, textarea {
	padding-top: 2px;
	background-color: transparent;
	border: 1px solid #999999;
	font-size: 13px;
}*/
a{ text-decoration: none; color: #006599; }
a:hover{ text-decoration:underline; color: #FF9900; }

.size10_10 {  font-size: 10px; line-height: 100%; } /* x13px */
.size10_11 {  font-size: 10px; line-height: 110%; } /* x13px */
.size10_12 {  font-size: 10px; line-height: 120%; } /* x13px */
.size10_13 {  font-size: 10px; line-height: 130%; } /* x13px */
.size12_12 {  font-size: 13px; line-height: 120%; } /* 13px */
.size12_13 {  font-size: 13px; line-height: 130%; } /* 13px */
.size12_14 {  font-size: 13px; line-height: 140%; } /* 13px */
.size12_15 {  font-size: 13px; line-height: 150%; } /* 13px */
.size14_12 {  font-size: 16px; line-height: 120%; } /* small */
.size14_13 {  font-size: 16px; line-height: 130%; } /* small */
.size14_14 {  font-size: 16px; line-height: 140%; } /* small */
.size14_15 {  font-size: 16px; line-height: 150%; } /* small */

table.listline {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
table.listline th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
table.listline td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}