﻿@charset "utf-8";
/*===========================================================
  style F
===========================================================*/
body{
	background:url(images/body_bg.png) 0 0 repeat;
}
/*-------------------------------------
 header
--------------------------------------*/
#headerwrapper{
	background:url(images/headerwrapper_bg.png) 0 0 repeat-x;
}

#header{
	background:url(images/header_bg.png) 0 0 repeat-x;
	color: white;
}
#header span{
	margin-top:19px;
	margin-left:9px;
	color:#eee;
}

p.headertext{
	padding-top:40px;
	padding-left:20px;
}

/*header title */
div.systemName{
	width:630px;
	margin-top:15px;
	padding-left:20px;
}
div.systemName h1{
	font-size:20px;
	line-height:1.25;
}

/*-------------------------------------
 cbody
--------------------------------------*/
#cbody{
	margin-bottom:10px;
}

#cbody h2{
	background:url(images/cbody_h2_bg.png) 0 0 no-repeat;
	padding-left: 38px;
	height: 44px;
	line-height: 44px;
	font-size: 18px !important;
}

#basicInfo{
	background:#fff;
	padding-bottom:10px;
}
#basicInfo table{
	width:720px;
	margin:10px 10px 0 10px;
}

#cbody #basicInfo h2{
}

/* flow */
#flow{
	background:#89CCFF;
}

#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: #F1F1F1;
	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: #F1F1F1;
}

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;
}
