/*------------- 全体設定 -------------*/
body{
	background-color: #ffffff;
	margin: 5px;
}

*{
	font-size: 12px;
	font-family: 'ＭＳ ゴシック';
}

input, textarea{
	font-family: 'ＭＳ Ｐゴシック';
}

table{
	border-collapse: collapse;
}

a:visited{
	color: blue;
} 
a:hover{
	color: #CC0000;
}

input.button{
	height: 20px;
	cursor: pointer;
}
input.button:hover{
	background-color: #99CCFF;
}
input.file{
	height: 20px;
}
input.text{
	width: 200px;
}
/* ベーステーブル */
.base_table{
	width: 990px;
}

/* ヘッダテーブル */
.header_table{
	width: 100%;
}

/* メインテーブル */
.main_table{
	background-color: #ffffff;
	width: 1000px;
	height: 510px;
	padding: 5px;
	margin: 0px;
}
.main_table_left{
	border-left: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}
.main_table_right{
	border-right: 1px solid #000000;
	padding: 0px;
	margin: 0px;;
}
/* フッタテーブル */
.footer_table{
	width: 100%;
}

/*------------- ヘッダ -------------*/
.header{
	height:60px;
	background-color: #99CCFF;
	background-position: left center;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.header_left{
	background-color: #99CCFF;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

.header_right{
	background-color: #99CCFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

.header_menu{
	background-color: #99CCFF;
	color: #ffcc66;
}

.header_inner_table{
	width: 100%;
}
.header_link_table{
	width: 100%;
}
.header_link_table td{
	white-space:nowrap;
	padding: 2px;
}

div.header_text {
	color:#0000A0;
}
div.header_text a:link{
	color:#0000FF;
	font-weight: bold;
} 
div.header_text a:visited{
	color:#0000FF;
	font-weight: bold;
}
div.header_text a:hover{
	color:#0000A0;
	font-weight: bold;
}

div#header_logo{
	color:#0000A0;
	font-size:17px;
	font-weight:bold;
	font-family: 'ＭＳ Ｐゴシック';
	white-space:nowrap;
	margin-left:3px;
	cursor:pointer;
}
/*------------- フッタ -------------*/
.footer{
	height:0px;
	background-color: #99CCFF;
	padding: 0px;
	padding-top: 3px;
	margin: 0px;
	color: #0000A0;
	font-size: 13px;
	vertical-align: top;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.footer_left{
	background-color: #99CCFF;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

.footer_right{
	background-color: #99CCFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}
