@charset "UTF-8";
body {
	font-size: 12px;
	margin: 0px;
	font-family: 'メイリオ','Meiryo',"ヒラギノ角ゴ Pro W3","Osaka",'Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック";
	background-image: url(images/panel_bg.gif);
}
#container {
	background-repeat: repeat;
	width: 1000px;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	border: 2px dotted #FFFFFF;
}
#head {
	background-image: url(images/panelmain_01.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 76px;
	width: 1000px;
}
#main {
	background-image: url(images/panelmain_02.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	float: left;
}
#foot {
	background-image: url(images/panelmain_05.jpg);
	background-repeat: repeat;
	margin: 0px auto;
	padding: 10px 0px;
	width: 1000px;
	clear: both;
	color: #333;
	text-align: center;
	font-family: "Century Gothic";
}
.main_sideb {
	margin: 5px;
	width: 780px;
	float: right;
	clear: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.main_sidea {
	margin: 5px;
	width: 170px;
	float: left;
	padding: 0px;
	clear: none;
}
.menuwaku {
	margin: 5px auto;
	padding: 1px;
	width: 168px;
	background-color: #F7F3F6;
	text-align: center;
}
.menuwakuin {
	font-size: 11px;
	background-color: #FFFFFF;
	width: 150px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
}
.trline1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DADADA;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DADADA;
	margin: 3px;
}
.mwaku {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 10px;
	width: 580px;
	background-color: #FFF;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #F0F0F0;
	border-bottom: 2px solid #F0F0F0;
	border-left: 2px solid #F0F0F0;
}
.twaku {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 600px;
	background-color: #D2F8EC;
	border-top: 2px solid #F0F0F0;
	border-right: 2px solid #F0F0F0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
}
.deswaku {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 10px;
	width: 584px;
	background-color: #E0F3FF;
	border: 1px dotted #999999;
}
.fwaku {
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 8px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	border: 1px dotted #66CCFF;
	color: #333333;
	text-align: left;
}
.swaku {
	margin: 5px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #66CCFF;
	border-bottom-color: #66CCFF;
	text-align: center;
	background-color: #FFFFFF;
}
a {
	color: #36C;
}
.msg {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top: 2px dotted #0099FF;
	border-bottom: 2px dotted #0099FF;
	color: #009933;
}
.mente_msg {
	background-color: #FFC;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #F60;
	border: 3px double #F90;
	font-weight: bold;
	padding: 5px;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}
.error_msg {
	background-color: #FFFFFF;
	text-align: center;
	border: 1px double #FF6699;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #FF0000;
}
.inputstyle {
	color: #003399;
}
.inputstyle1 {
	background-color: #FFFFCC;
}
.selectstyle {
	color: #003366;
}
.selectstyle1 {
	background-color: #FFFFCC;
	border: 1px solid #FF6633;
}
th{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCFF;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #66CCFF;
	margin: 3px;
	padding-left: 15px;
	text-align: left;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C2F3FF;
}
.td_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E3E3;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E3E3E3;
	margin: 3px;
	font-weight: bold;
}
.td_line2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCFF;
	background-color: #ECFFFC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #66CCFF;
	margin: 3px;
	color: #333333;
}
.swaku1 {
	margin: 5px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #66CCFF;
	border-bottom-color: #66CCFF;
	text-align: center;
	background-color: #FFFFFF;
}
.fwaku1 {
	font-size: 11px;
	padding: 8px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	color: #666666;
	text-align: left;
}
.dowaku {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	border: 1px dotted #66CCFF;
	text-align: center;
	color: #0066FF;
}
.contract_list {
	border: 2px solid #C8F3FF;
	padding: 1px;
	background-color: #FFFFFF;
}
.server_list {
	border: 2px solid #C8F3FF;
	padding: 1px;
	background-color: #FFFFFF;
}
.td_line_g {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin: 3px;
}
.trline1g {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin: 3px;
}
.trline1lock {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCFF;
	background-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #66CCFF;
	margin: 3px;
}
.subt {
	margin: 0px auto 5px;
	padding: 5px 0px 5px 5px;
	color: #0033CC;
	background-color: #FFFFFF;
	border: 4px solid #66CCFF;
}
.deswaku2 {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
}
.osirase1 {
	background-color: #FFFFFF;
	height: 200px;
	border: thin dotted #FFFFFF;
	overflow: auto;
}
.mwaku2 {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 10px;
	width: 580px;
	background-color: #D7FEF2;
	border-top: 1px solid #A1E1D9;
	border-right: 1px solid #A1E1D9;
	border-bottom: 2px solid #A1E1D9;
	border-left: 2px solid #A1E1D9;
}
.subt2 {
	margin: 0px auto 5px;
	padding: 5px 0px 5px 5px;
	color: #0066FF;
	background-color: #FFFFFF;
	border: 5px solid #66CCCC;
}
.td_resign_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E9E9E9;
	background-color: #E8E8E8;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E9E9E9;
	margin: 3px;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.resign_list {
	border: 1px solid #FB97B2;
	padding: 1px;
	background-color: #FFFFFF;
}
.td_contract_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCFF;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #66CCFF;
	margin: 3px;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.osirase2 {
	height: 200px;
	overflow: auto;
	padding: 5px;
}
.osirasem {
	margin: 5px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #66CCFF;
	border-bottom-color: #66CCFF;
	text-align: left;
	background-color: #FBFCFF;
	color: #336699;
}.g_waku {
	background-color: #F7F7F7;
	border: 1px solid #666666;
	padding: 5px;
}
.trline1c {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin: 3px;
	color: #009966;
	font-weight: bold;
}
.td_linec {
	background-color: #DDFFFF;
	margin: 3px;
	color: #006699;
	font-weight: bold;
	background-position: center;
	border-top: 1px solid #66CCFF;
	border-right: 2px solid #66CCFF;
	border-bottom: 2px solid #66CCFF;
	border-left: 1px solid #66CCFF;
}
.mwaku3 {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 10px;
	background-color: #D7FEF2;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #A1E1D9;
	border-bottom: 2px solid #A1E1D9;
	border-left: 2px solid #A1E1D9;
	color: #003399;
}
.trline1l {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCFF;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #66CCFF;
	margin: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFF6FF;
	border-left-color: #DFF6FF;
	font-size: 11px;
}
.td_line_l {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCFF;
	background-color: #FBF9FC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #66CCFF;
	margin: 3px;
	font-size: 11px;
	color: #336699;
}