@charset "utf-8";
/*===========================================================
  style E
===========================================================*/
body{background:url(images/bg.gif) 0 0;}
/*-------------------------------------
 header
--------------------------------------*/
#header{
	background:url(images/header_bg.png) 0 0 repeat-x;
}
#header span{
	margin-left:45px;
}

p.headertext{
	padding-top:12px;
	padding-left:40px;
}

/*header title */
div.systemName{
	width:760px;
	height:90px;
	position:relative;
	top:30px;
	padding-left:20px;	
}
div.systemName h1{
	position:absolute;
	top:40%;
	width:720px;
	margin-top:-0.6em;
	font-size:20px;
	line-height:1.25;
}

/*-------------------------------------
 cbody
--------------------------------------*/
#cbody h2{
	background:url(images/cbody_h2_bg.png) 0 0 no-repeat;
	padding-left: 50px;
	font-size:18px !important;
	color:#fff;
}

#basicInfo{
	border-left:4px solid #90bc19;
	padding-left: 17px;
}

#cbody #basicInfo h2{
	background:url(images/cbody_h2_bg.png) 0 0 no-repeat;
	padding-left:40px;
	color:#fff;
	font-size:18px !important;
}

#basicInfo table{
	width:720px;
}

/* flow */
#flow{
	background:#ddd;
}

#flow div{
	width:150px;
	height:35px;
	float:left;
	background:url(images/flow_bg.png) 0 0 no-repeat;
	line-height:35px;
	text-align:center;
	margin-top:12px;
	margin-right:2px;
}

#flow div.flow_on{
	background:url(images/flow_bg_on.png) 0 0 no-repeat;
	color:#fff;
}

/*-------------------------------------
 Calender
--------------------------------------*/
/*calender tab */
div.tabs{
	width:740px;
	margin-top: 15px;
	margin-bottom: 10px;
}

ul.nav{
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
	height:26px;
}

ul.nav li {
	width:100px;
	height:26px;
	float:left;
	margin-right: 2px;
}

ul.nav li a {
	padding:3px 5px;
	background: #fff;
	border: 1px solid #B4B4B4;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
	height: 19px;
	color:#808080;
	text-decoration:none !important;
	display:block;
	text-align:center;
}

ul.nav li a:hover {
	background: #fff;
	border: 1px solid #B4B4B4;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
	height: 19px;
	color:#474747;
}

ul.nav li a.selected, ul.nav li a.selected:hover {
	background: #eff4e4;
	border: 1px solid #B4B4B4;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
	height: 20px;
	color:#474747;
	font-weight:bold;
}

div.tabs div {
	padding:5px;
	padding-bottom: 0;
	#padding-bottom: 10px;
	_padding-bottom: 10px;
	margin-top:0px;
	#margin-top:0;/*IE-BugFix*/
	_margin-top:0;/*IE-BugFix*/
	border:1px solid #b4b4b4;
	background: #eff4e4;
}

div.tabs div div{
	padding:4px;
	margin:0;
}

.clearFix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}

/* �\��󋵕\���̔w�i�ݒ�
--------------------------------------*/
/* �\��\���i���\���j�̃{�^���w�i�ݒ� */
.possibleDay{
	background:url(images/btn_possibleDay_bg.png) 4px 4px no-repeat !important;
}

/* �\��󂫂Ȃ��i�~�\���j�̃{�^���w�i�ݒ� */
.fullDay{
	background:url(images/btn_fullDay_bg.png) 4px 4px no-repeat !important;
}

/* �\��󋵃K�C�h
--------------------------------------*/
#statusGuide .possible img{
	background:url(images/btn_possibleDay_bg.png) 0 0 no-repeat;
}

#statusGuide .full img{
	background:url(images/btn_fullDay_bg.png) 0 0 no-repeat;
}

#statusGuide .impossible img{
	background:url(images/btn_impossible_bg.png) 0 0 no-repeat;
}

#statusGuide .close img{
	background:url(images/btn_close_bg.png) 0 0 no-repeat;
}

/*-------------------------------------
 form
--------------------------------------*/
/* �\��t�H�[���e�[�u���̔w�i�F�ݒ� */
.infoContentsBox table td{
	background:#fff!important;
}

/* button background */
.btn_bg{
	background:url(images/btn_bg.png) 0 0 no-repeat;
}

.reserveNumber{
	color:#039;
}
