@charset "utf-8";
/*===========================================================
  style B
===========================================================*/
body{background:#eee;}
/*-------------------------------------
 header
--------------------------------------*/
#headerwrapper{
	background:url(images/headerwrapper_bg.gif) 0 0 repeat-x;
}

#header{
	background:url(images/header_bg.png) 0 0 repeat-x;
}
#header span{
	margin-left:45px;
	color:#ccc;
}

p.headertext{
	padding-top:15px;
	padding-left:40px;
	color:#fff;
}

/*header title */
div.systemName{
	width:760px;
	height:70px;
	position:relative;
	top:50px;
	padding-left:20px;	
}
div.systemName h1{
	position:absolute;
	top:34px;
	width:720px;
	margin-top:-0.6em;
	font-size:20px;
	line-height:1.25;
	left: 21px;
}

/*-------------------------------------
 cbody
--------------------------------------*/
#cbody{ background: #eee;}
#cbody h2{
	background:url(images/cbody_h2_bg.png) 0 0 no-repeat;
	padding-left: 50px;
	font-size:18px !important;
}

#basicInfo{
	background:#f1f1f1;
	padding-bottom:10px;
	padding:10px;
}
#basicInfo table{
	width:720px;
	margin:10px 0 0 0;
}

#cbody #basicInfo h2{
	background:url(images/basicInfo_h2_bg.png) 0 0 no-repeat;
	padding-left:50px;
	color:#474747;
	font-size:18px !important;
}

/* flow */
#flow{
	background:#c4d7e9;
}

#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: #F1F1F1;
	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: #F1F1F1;
	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: #fff;
	border: 1px solid #B4B4B4;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
	height: 20px;
	color:#474747;
	font-weight:bold;
}


ul.nav li a:focus {
	outline: 0;
}

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: #fff;
}

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
--------------------------------------*/
/* button background */
.btn_bg{
	background:url(images/btn_bg.png) 0 0 no-repeat;
}

.reserveNumber{
	color:#039;
}
