/*Edit by Yutaka Miyazaki*/


/* 全般 */
* {
	margin: 0;
	padding: 0;
}
.text01 {
	font-size: 12px;
	color: #060;
}
.text_url {
	font-size: 14px;
}



html {
	scrollbar-Track-Color: #ffffff;
	scrollbar-Face-Color: #004f92;
	scrollbar-Shadow-Color: #000000;
	scrollbar-DarkShadow-Color: #000000;
	scrollbar-Highlight-Color: #000000;
	scrollbar-3dLight-Color: #004f92;
	scrollbar-Arrow-Color: #ffffff;
}

/*プリンタ */

@media print {
    body { display: none !important; }
}

/*リンクの属性（未指定時） */
a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
a:hover{
	color : #FF3300;text-decoration: none;
	position:relative; top:1px; left:1px;
}

/* メインテーブル */
#main-table{
	width: 800px;
	background-color: #FFF;
	background-image: url(../image/table_bg01.gif);
}

/* フッターテーブル */
#footer-table{
	width: 800px;
	background-color: #FFF;
	background-image: url(../image/link_footer_bg.gif);
}

/* フッター */
#footer {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 5px;
}

/* ラベル */
#label1 {
	vertical-align:top;
	text-align: right;
}

#label2 {
	vertical-align:top;
	text-align: right;
}

#label3 {
	vertical-align:top;
	text-align: right;
}

/* ライン */

#line1{
	vertical-align:bottom;
	text-align: left;
}

#line2{
	vertical-align:bottom;
	text-align: left;
}

#line3{
	vertical-align:bottom;
	text-align: left;
}
#line4{
	vertical-align:bottom;
	text-align: left;
}
#line5{
	vertical-align:bottom;
	text-align: left;
}
#line6{
	vertical-align:bottom;
	text-align: left;
}

/* フッターリンク */
.footer-link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 110px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.link_pdf {
	font-size: 11px;
	font-style: normal;
	text-align: left;
	padding-left: 10px;
}
