/* 施設予約システム　レイアウト０１ＣＳＳ (070604) *

/* -----
左にローカルナビがあるページ
----- *



/* パンくずリスト
======================================== *
#breadcrumbsList {
}

/* フッター
======================================== *
#footer {
	clear: both;
}

/*
▼ コンテンツ
============================================================================= *
#contents {
	margin: 0px;
	padding: 0px;
}
#contents ul {
	margin: 0px;
	padding: 0px;
}


/*
▽ ローカルナビゲーション
============================================================================= */
#localNavi {
	margin: 0px;
	padding: 0px;
	width: 230px;
	float: left;
}

#localNavi h3 {
	margin: 0px 0px 0px 5px;
	padding: 3px 0px;
	width: 225px;
	color: #FFFFFF;
	text-align: center;
	background-color: #8EDB29;
}

#localNavi ul {}
#localNavi li {
	height: 30px;
	padding: 0px;
	border-bottom: 3px solid #FFFFFF;
	background-color: #D2D2D2;
	text-align: center;
}
#localNavi li.this {
	color: #FFFFFF;
	background-color: #8EDB29;
}
#localNavi li a {
	margin: 0px;
	line-height: 30px;
	width: 220px;
	color: #545454;
	display: block;
}

/* -- ( 施設名リスト ) -- */
#localNavi dl#facilitiesMenu {}

#localNavi dl#facilitiesMenu dt {
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 2px 0px 0px 25px;
	height: 20px;
	color: #222222;
	background: transparent url("../img/arrow06_gr.gif") no-repeat 0% 50%;
}

#localNavi dl#facilitiesMenu dd {
	margin-left: 0px;
	border-bottom: 1px dotted #ddd;
}
#localNavi dl#facilitiesMenu dd a {
	padding: 5px 0px 5px 18px;
	width: 200px;
	display:block;
}
#localNavi dl#facilitiesMenu dd a:link,
#localNavi dl#facilitiesMenu dd a:visited{
	background: transparent url("../img/point04_ygr.gif") no-repeat 4px 11px;
}
#localNavi dl#facilitiesMenu dd a:hover,
#localNavi dl#facilitiesMenu dd a:active{
	background: #E8F8D4 url("../img/arrow03_bk.gif") no-repeat 4px 11px;
}


/*
▽ メインコンテンツ
============================================================================= */
.select#mainContents {
	margin-left: 240px;
	padding-top: 65px;
	_padding-top: 10px;
	width: 495px;
}

#mainContents h3 {
	margin: 0px;
	padding-left: 15px;
	text-align:left;
	background: transparent url("../img/arrow05_bk.gif") no-repeat 0% 0%;
}


/* ◆ 施設選択 ----------------------------------------------------- */
div.select#mainContents div.facilitiesSelect {
	float: left;
}
div.select#mainContents div.facilitiesSelect img {
	display:none;
}
div.select#mainContents div.facilitiesSelect h4 {
	margin: 3px 0px 10px;
	padding: 3px 3px 3px 30px;
	color: #FFFFFF;
	background: transparent url("../img/h4_bg01.gif") no-repeat 0% 50%;
}

div.select#mainContents div.facilitiesSelect p {
	margin-left: 20px;
}
div.select#mainContents div.facilitiesSelect p.text1 {}



div.select#mainContents div.facilitiesSelect ul {
	margin: 5px 0px 10px 30px;
	width: 440px;
	border-top: 1px dotted #B2B2B2;
}
div.select#mainContents div.facilitiesSelect li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-bottom: 1px dotted #B2B2B2;
	float: left;
}


div.select#mainContents div.facilitiesSelect li a {
	margin: 0px;
	padding: 0px;
	height: 40px;
	line-height: 40px;
	width: 220px;
	display:block;

}

div.facilitiesSelect li a:hover,
div.facilitiesSelect li a:active{
	background-color: #E8F8D4;
}



/* ◆ 場所選択 ----------------------------------------------------- */
div.select#mainContents div#daySelect {}
div.select#mainContents div#situation {
	margin-top: 5px;
	margin-left: 0px;
}

div.select#mainContents div#situation {
	width: 495px;
	height: 45px;
}
div.select#mainContents div#situation p {
	padding: 0px;
	margin: 0px;
	width: auto;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	background: transparent url("../img/situation_bg.gif") repeat-x 0% 0%;
	float: left;
}
div.select#mainContents div#situation a {
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	display:block;
}

div.select#mainContents div#situation a:link,
div.select#mainContents div#situation a:visited{
	background-image: url("../img/situation_bg01.gif");
}

div.select#mainContents div#situation a:hover,
div.select#mainContents div#situation a:active{
	background-image: url("../img/situation_bg02.gif");
}

div.select#mainContents div#situation p.here a:hover,
div.select#mainContents div#situation p.here a:active,
div.select#mainContents div#situation p.here {
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url("../img/situation_bg00.gif") no-repeat 50% 0%;
}

/*2012/06/11 unzai*/
div.select#mainContents div#daySelect div#situation p,
div.select#mainContents div#timeSelect div#situation p {
	width: auto;
	text-align: center;
	padding-left: 3px;
}

div.select#mainContents div#daySelect div#situation a,
div.select#mainContents div#timeSelect div#situation a {
	padding: 6px 18px 22px;
	margin: 0px;
}
/*2012/06/11 unzai*/

/* ----- （　表示案内　） ----- */
p#exp {
	font-size: 0.8em;
	text-align: right;
}
/* ----- （　切替　） ----- */
p#switch {
	margin-top: 3px;
	padding: 5px 3px;
	text-align: right;
	line-height: 0.9em;
}
p#switch a {
	padding: 4px 3px 3px;
	padding-left: 35px;
	color: #00B800;
	font-size: 0.9em;
	font-weight: bold;
	background: transparent url("../img/point05_ygr.gif") no-repeat 0% 50%;
	
*/
}

/* ◆ カレンダー --------------------------------------------------- */
div.calendar table {
	width: 480px;
	text-align: center;
	border: 1px solid #666666;
	border-bottom: 1px solid #000000;
}

div.calender td,
div.calender th
{
	margin:0px;
	padding:0px;
}

div.calendar th,
div.calendar td.Day {
	font-size: 0.9em;
	font-weight:normal;
}
div.calendar td a {
	margin: 0px;
	padding: 5px 0px;
	text-decoration: underline;
	display:block;
}
div.calendar td a:hover,
div.calendar td a:active{
	background-color: #E8F8D4;
	text-decoration: none;
}




/* -- 《　月選択　》 -- */
div.calendar table table {
	margin: 0px 0px 5px;
	border: none;
}
div.calendar table table td {
	width: 165px;
	background-color: transparent;
	background-repeat: no-repeat;
}
div.calendar table table td a {
	width: 4.5em;
	font-size: 0.9em;
	text-decoration: none;
}
div.calendar table table td a:hover,
div.calendar table table td a:active{
	background-color: #FFFFFF;
	text-decoration: underline;
}


/* ------　カレンダー表示　日・時間選択　------ */

div.calendar#dayChoices th {
	padding: 3px;
	background-color: #C6ED94;
	color: #666666;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 2px solid #666666;
}
div.calendar#dayChoices td 
{
	padding:0px;
	border-left: 1px solid #666666;
	border-bottom: 1px dotted #666666;
	background: transparent url("../img/calendar_day.gif") repeat-x 0% 0%;
	vertical-align:middle;
}

div.calendar#dayChoices td a,
div.calendar#dayChoices td div
{
	position:relative;
	overflow:hidden;
	padding:0px;
	margin:0px;
	padding-top:5px;
	height:24px;
	width: 100%;
}

div.calendar#dayChoices table table,
div.calendar#dayChoices table table td
{
	margin: 0px;
	border: none;
	background-image:none;
	background-color:white;
	border:none;
}

div.calendar#dayChoices td.Sunday{
	background-image:url("../img/calendar_sun.gif");
}


div.calendar#dayChoices td.Saturday{
	background-image:url(../img/calendar_sat.gif);
}


/* 時間表示　日・時間選択
======================================== */
div.calendar#timeChoices {}
div.calendar#timeChoices th,
div.calendar#timeChoices td {
	border-bottom: 1px solid #999999;
}
div.calendar#timeChoices th,
div.calendar#timeChoices td.Day
{
	padding: 5px;
	border-right: 1px solid #666666;
}
div.calendar#timeChoices td {
	border-left: 1px dotted #999999;
}



div.calendar#timeChoices th,
div.calendar#timeChoices td.Day {
	margin:0px;
	padding:0px;
	border-left: none;
	height:32px;
	background: transparent url("../img/calendar_day2.gif") repeat-x 0% 
}

div.calendar#timeChoices td.Sunday
{
	background-image:url("../img/calendar_sun.gif");
	background-repeat:repeat;
}


div.calendar#timeChoices td.Saturday
{
	background-image:url(../img/calendar_sat.gif);
	background-repeat:repeat;
}

div.calendar#timeChoices td a,
div.calendar#timeChoices td div
{
	position:relative;
	padding:0px;
	margin:0px;
	width: 100%;
	color: #00B800;
}

div.calendar#timeChoices td div
{
	color: #666666;
}

div.calendar#timeChoices td.LastCell
{
	border-right:none;
}

/* 〇の表示を大きく 2013/05/23 */

div.calendar#dayChoices a{

	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

div#timeChoices .HeaderStyle td 
{
	color:#666666;
	border-left: none;
	background-color: #C6ED94;
	border-top: 1px solid #666666;
	border-left: none;
	border-bottom: 2px solid #666666;
	height:28px;
}

/* 時間帯の選択
======================================== */
div.select#mainContents div#timeSelect {}

/* ------　日にちの切替　------ */
table#switchDay {
	width: 497px;
	margin-top: 20px;
	color: #00B800;
	text-align:center;
	font-weight:bold;
	border:none;
}
table#switchDay td.last,
table#switchDay td.next {
	width: 100px;
	font-size: 0.9em;
	font-weight:normal;
}

table#switchDay td.last {
	padding-left: 35px;
	text-align: left;
	background: transparent url("../anytime/img/back.gif") no-repeat 10% 49%
}

table#switchDay td.next {
	padding-right: 35px;
	text-align: right;
	background: transparent url("../anytime/img/next.gif") no-repeat 90% 49%
}



/* 時間選択
======================================== */
div.select#mainContents div#timeSelect {
	margin-bottom: 20px;
	text-align: right;
}
div.select#mainContents div#timeSelect table {
	width: 497px;
	text-align: center;
	border: 1px solid #000;
}
div.select#mainContents div#timeSelect tr.head {
	background-color: #AAE45E;
	border-bottom: 1px dotted #999999;
}
div.select#mainContents div#timeSelect tt.head td {
	padding: 5px;
	border-bottom: 1px dotted #999999;
}
div.select#mainContents div#timeSelect td {
	padding: 10px;
	border-bottom: 1px dotted #999999;
}

p.message {
	margin-top: 20px;
	padding: 10px;
	background-color: #E8F8D4;
}


/* 2012/06/11 un str*/
table.LotChecks 
{	
	/*font-size: 0.90em;*/
	font-size: 14px;
	}
table.LotChecks td
{	
	padding: 0px;
	}
div.calendar#timeChoices table.LotChecks tr.head td {
{	
	padding: 0px;
	}
div#mainContents.select div#timeSelect div.calendar#timeChoices table.LotChecks tr.head td {
{	
	padding: 3px;
	margin: 0px;
	}
div#mainContents.select div#timeSelect div.calendar#timeChoices table.LotChecks tr.head td a {
{	
	width:1em;
	display:block;
	}
/* 2012/06/11 un str*/