html{
	height:100%;
}

body {
	color: #000000; 
	background-color: #FFFFFF; 
	margin: 0;
	height:100%;
}

#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

#contents{
    padding-bottom:90px;
    padding:0 10px;
}

a:link {
	color: #005090; 
	text-decoration:none;
}
a:visited {
	color: #005090;
	text-decoration:none;
}
a:hover {
	color: #0A60A0;
	text-decoration:underline;
}
a:active {
	color: #0A60A0;
	text-decoration:none;
}
.txt12 {
	font-size: 14px;
	line-height: 130%;
}
table.list {
	background-color: #B0C0D0; 
}
table.list tr {
	line-height: 130%;
}
table.list th {
	background-color: #848484;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	padding: 3px;
	white-space: nowrap;
}
table.list tr.header th {
	text-align: center;
}
table.list th input {
	font-size: 10px;
}
table.list th a:link {
	color: #FFFFFF;
}
table.list th a:visited {
	color: #FFFFFF;
}
table.list th a:active {
	color: #FFFFFF;
}
table.list th a:hover {
	color: #FFFFFF;
}
table.list td {
	background-color: #FFFFFF;
	padding: 3px;
}
table.list tr.disabled td {
	background-color: #A0A0A0;
}
h1.title {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	text-align: left;
	width: 99%;
	background-color: #6699CC;
	color: #FFFFFF;
}
.message {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
}
hr {
	color:#005090;
	height:1px;
}

.description {
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}
a.tooltip span {
	display:none;
	padding:2px;
}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#6c6c6c;
}
.mandatory {
	color: darkorange;
}

#admin_header{
	background-image: url(//naisen.jp/admin/images/admin_header.png);
	width: 100%;
	height: 80px;
}

#admin_header_logo{
	padding: 15px 0 0 15px;
	float: left;
}
#admin_header_bt1{
	padding: 12px 5px 0 0;
}
#admin_header_bt2{
	padding: 12px 5px 0 0;
}
#admin_header_bnner{
	padding: 12px 5px 0 0;
}
#admin_header_adress{
	background-image: url(//naisen.jp/admin/images/admin_header_adress.png);
	margin: -9px 0 0 0;
	background-repeat: no-repeat;
	font-size: 110%;
	text-align: right;
	width: 178px;
	height: 50px;
}
#admin_header_adress p{
	padding: 30px 15px 0 0;
	font-size: 120%;
}

#admin_footer{
	background-image: url(//naisen.jp/admin/images/admin_footer.png);
	width: 100%;
	height:91px;
	position:absolute;
	bottom:0;
}
#admin_iframe{
	margin: 7px 0 0 0;
}
#Copyright{
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	padding: 0 10px 0 0;
	margin: 2px 0 0 0;
}