@charset "utf-8";

body {
	margin:0px;
	padding:0px;
	font-size:16px;
}

#container {
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*メインコンテンツ枠*/
#mainContent {
	padding: 0;
	height: auto;
	width: 780px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}
/*メイン枠*/
#main-Frame {
	clear: both;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.loginForm table {
	border-collapse: collapse;
	border-spacing: 0;
	height: auto;
	border: 1px solid #666;
	margin-bottom: 40px;
/*	width: 740px;*/
	padding: 0px;
}
.loginForm th h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.loginForm td {
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding: 5px;
	background-color: #fff;
	vertical-align: top;
}
.loginForm table td.gray {
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding: 5px;
	background-color: #eee;
	font-weight: bold;
/*	width: 150px;*/
	vertical-align: top;
}

/*フッター*/
#footer {
	clear: both;
	height: 53px;
	width: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000C19;
	font-size: 12px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0; 
}
#footer .contentfirst {
	height: 53px;
	width: 350px;
	float: left;
	margin: 0px;
	padding-left: 10px;
}
#footer .content {
	height: auto;
	width: auto;
	float: left;
	margin: 0px;
	padding-top: 20px;
}

.caution{
	color: red;
	font-weight: bold;
}

.base_top_div {
	width:80%;
	text-align:left;
}
.base_space_style {
	font-size:6px;
}
.base_header_div {
	background-color:#008cd6;
	padding:18px 0px;
	margin:0px;
	border:none;
}
.base_header_div table {
	width:100%;
	background-color:#008cd6;
	border:none;
	margin:0px;
}
.base_header_div td {
	width:50%;
	background-color:#008cd6;
	border:none;
	font-size:16px;
}
.base_header_div .bass_headr_title {
	color:#fff;
	font-weight:bold;
	font-size:24px;
	text-align:left;
	padding-left:18px;
}
.base_header_div .bass_headr_name {
	color:#fff;
	font-size:18px;
	text-align:right;
	padding-right:18px;
}
.base_title_div {
	background-color:#bbb;
	font-size:24px;
	padding:6px;
}
.base_subtitle_div {
	background-color:#ddd;
	font-size:16px;
	padding:6px;
}

.commonForm table { 
	border-collapse: collapse;
	border:#0a8 solid 2px;
	width:600px;
} 

.commonForm TH { 
	padding:4px;
	border:#0a8 solid 2px;
	border-bottom:4px double #0a8;
}

.commonForm TD { 
	padding:4px;
	border:#0a8 solid 2px;
}
.commonForm .colorInput { 
	border:1px solid #0a8;
}
.commonForm .colorButton { 
	border:3px double #0a8;
	color:#0a8;
	background-color:#fff;
	font-weight:bold;
}

.autocomplete-w1 { position: absolute; top: 0px; left: 0px; margin: 6px 0 0 6px; /* IE6 fix: */ _background: none; _margin: 1px 0 0 0; }
.autocomplete { border: 1px solid #999; background: #FFF; cursor: default; text-align: left; max-height: 350px; overflow: auto; margin: -6px 6px 6px -6px; /* IE6 specific: */ _height: 350px; _margin: 0; _overflow-x: hidden; }
    .autocomplete .selected { background: #c9e6ed; }
    .autocomplete div { padding: 5px 10px; white-space: nowrap; overflow: hidden; }
    .autocomplete strong { font-weight: normal; color: #3399FF; }
