﻿@charset "UTF-8";
/* CSS Document */

body{ margin:0px; padding:0px;font-size:13px; color:#42464b;}
#wrapper{}
#header{
	background-image: url(images/admin-header-bg.jpg);
	background-repeat: no-repeat;
	height: 83px; overflow:hidden;
}
.header-logo{ width:221px; height:83px; float:left;}
.header-text{
	float:left;
	color:#0a2a5e;
	font-size:17px;
	font-weight:bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0a2a5e;
	height: 40px;
	margin-top: 10px;
	padding-top: 20px;
	padding-left: 18px;
}
#status{
	background-image: url(images/status-bg.jpg);
	background-repeat: repeat-x;
	height: 36px;
	color:#FFFFFF;
	font-size:15px;
	padding-left: 240px;
	overflow:hidden;
}
#status a{color:#FFFFFF; text-decoration:none;}

.status-text01{ float:left; width:170px; margin-top:10px;}
.status-text02{float:left; width:170px; margin-top:10px; padding-left:30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.status-logout{float:left; width:64px; margin-top:6px;}
#container{
	overflow:hidden;
	background-repeat: repeat-y;
	background-position: left;
	width: 1050px;
}
.container-navi{
	width: 150px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
	font-size: 12px;
	color: #130888;
	float:left;
	line-height: 200%;
    background-image: url(images/container-navi-bg.gif);
}
.container-navi a{color: #130888; text-decoration:none;}
.container-content{
	float:left;
	width:850px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 50px;	
}
.table01{border-color:#b4b4b4;border-width:1px;border-style:Solid;border-collapse:collapse;}
.th01{
	color:#FFFFFF;
	background-color:#a4c0e2;
	border: 1px solid #ceddef;
	text-align: left;
	font-size: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: normal;
}

.td01{
	padding-roght: 20px;
	text-align: right;
	padding-right: 20px;
}
.td02{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b4b4b4;
}
.td03{ padding-left:200px;}

.td04{padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;}