@charset "utf-8";
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#mainlogo {
	padding-top: 18px;
	padding-left: 20px;
}
#user-header {
	background-image: url(../image/header_user.jpg);
	background-repeat: repeat-x;
	height: 52px;
}
#admin-header {
	background-image: url(../image/header_admin.jpg);
	background-repeat: repeat-x;
	height: 52px;
}
#login-box {
	height: 211px;
	width: 540px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../image/login.jpg);
	background-repeat: no-repeat;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#login-box .login-inner {
	padding: 20px;
	text-align: center;
}

.td80 {
	width: 80px;
}
.td100 {
	width: 100px;
}
.td200 {
	width: 200px;
}
.td300 {
	width: 300px;
}
.td400 {
	width: 400px;
}


.tdline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
}
.navibox {
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.clender {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.databox {
	clear: both;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}
.databox h3 {
	background-color: #00A3DE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00A3DE;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
}


.navibox .navi-right {
	float: right;
}
.txtBlue {
	color: #06C;
}
.txtRed {
	color: #DB0000;
}
.txt_S {
	font-size: 0.9em;
}
.com {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #B8B8B8;
}
.com .com_name {
	text-align: right;
	color: #767676;
}
