/*-----------------------------------------------
 * アレーナホール・アレーナサロン予約状況カレンダー
 *----------------------------------------------*/

#header{
	background-image: url('../image/header_bg.gif');
	background-repeat: repeat-x;
	height: 40px;
	line-height: 0;
	padding: 0 16px;
}
#body{
	background-image: url('../image/body_bg.gif');
	background-repeat: repeat-x;
	padding: 25px 16px 12px 16px;
}
#footer{
	background-color: #ebebeb;
	border-top: 1px solid #dddddd;
	color: #999999;
	font-size: 12px;
	padding: 15px 0;
	text-align: center;
}

/* タイトル */
.title{
	background-image: url('../image/title_shadow.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 13px;
}
.title .wrapper{
	background-image: url('../image/title_bg.gif');
	background-repeat: repeat-x;
	border-top: 3px solid #636363;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	padding: 7px 10px;
}
.title h1{
	color: #000000;
	float: left;
	font-size: 16px;
	line-height: 24px;
}
.title .changer{
	float: right;
}
.title .changer a{
	background-color: #cb4168;
	display: block;
	padding: 1px;
}
.title .changer a:HOVER{
	text-decoration: none;
}
.title .changer a span{
	background-color: #cb4168;
	background-image: url('../image/changer_arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px 2px 12px;
}
.title .changer a:HOVER span{
	background-color: #e56086;
}
/* タブ型タイトル */
.tabtitle {
	margin-bottom: 13px;
	border-bottom: 3px solid #636363;
	width: 100%;
}
.ttl_hide {
	display: none;
}
.tabtitle ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	zoom: 1;
	min-height: 1px;
}
.tabtitle ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0; /* CSS HACK: Safari */
	font-size: 0; /* CSS HACK: Firefox3 */
	visibility: hidden;
}
.tabtitle li {
	float: left;
	margin: 0;
	padding: 0;
	width:255px;
	text-align: center;
	font-size: 16px;
	color: #888;
	font-weight: bold;
}
.tabtitle .list-even {
/*	margin-left: -1px;*/
}
.tabtitle li a{
	display: block;
	background-color: #efefef;
	height: 38px;
	line-height: 38px;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-radius: 5px 5px 0 0;

}
.tabtitle li a:hover,.tabtitle li a:active{
	text-decoration:none;
}
.tabtitle .list-here a{
	color: #FFF;
	border-top: 1px solid #CB4168;
	border-left: 1px solid #CB4168;
	border-right: 1px solid #CB4168;
	background-color: #CB4168;
}
.tabtitle .list-here a:hover,.tabtitle .list-here a:active{
	background-color: #dB5178;
}
.tabtitle .list-here a span {
	background: url('../image/changer_arrow.png') no-repeat 0 50%;
	padding-left: 15px;
}
/* ナビ */
.navi{
	padding-bottom: 10px;
}
.navi .links{
	float: left;
}
.navi .select{
	float: right;
}
.navi .links .cur,
.navi .links .prev,
.navi .links .next{
	float: left;
}
.navi .links .cur{
	padding-right: 20px;
}
.navi .links a,
.navi .links span{
	background-color: #f6f6f6;
	border: 1px solid #aaaaaa;
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 4px;
}
.navi .links .next a,
.navi .links .next span{
	border-left: none;
}
.navi .links a{
	color: #4c4c4c;
}
.navi .links a:HOVER{
	color: #000000;
	text-decoration: none;
}
.navi .links span{
	color: #cccccc;
}
.navi .links .prev a,
.navi .links .prev span{
	background-image: url('../image/arrow_prev.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}
.navi .links .next a,
.navi .links .next span{
	background-image: url('../image/arrow_next.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}

/* カレンダー */
#body .body{
	padding-bottom: 8px;
}
.calendar{
	behavior: url(/tamagawa/sc/PIE.htc);
	border-radius: 2px 2px 0px 0px;
		-moz-border-radius: 2px 2px 0px 0px;
		-webkit-border-radius: 2px 2px 0px 0px;
	border: 1px solid #d2d2d2;
	padding: 1px;
}
.calendar table{
	border-spacing: 1px;
	width: 100%;
}
.calendar caption{
	background-image: url('../image/caption_bg.gif');
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: #ffffff #ffffff #d2d2d2 #ffffff;
	padding: 5px;
	text-align: left;
}
.calendar caption div{
	border-left: 4px solid #a47341;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 5px;
}
.calendar thead th{
	background-color: #d7d7d7;
	border-width: 1px;
	border-style: solid solid none solid;
	border-color: #ffffff;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.calendar thead th.col0{
	border-left-color: #d7d7d7;
	color: #d03f5e;
}
.calendar thead th.col6{
	border-right-color: #d7d7d7;
	color: #338cad;
}
.calendar tbody tr.row_bottom td{
	border-bottom-color: #ffffff;
}
.calendar tbody th.col0,
.calendar tbody td.col0{
	border-left-color: #ffffff;
}
.calendar tbody th.col6,
.calendar tbody td.col6{
	border-right-color: #ffffff;
}
.calendar tbody th{
	background-color: #f2f2f2;
	border-width: 1px;
	border-style: solid solid dotted solid;
	border-color: #d3d3d3;
	color: #000000;
	font-weight: bold;
}
.calendar tbody th.col0{
	color: #d03f5e;
}
.calendar tbody th.col6{
	color: #338cad;
}
.calendar tbody th.holiday{
	color: #d03f5e;
}
.calendar tbody th div{
	border: 1px solid #ffffff;
}
.calendar tbody th.col0 div{
	border-left: 1px solid #f2f2f2;
}
.calendar tbody th.col6 div{
	border-right: 1px solid #f2f2f2;
}
.calendar tbody td{
	background-color: #ffffff;
	border-width: 1px;
	border-style: dotted solid solid solid;
	border-color: #d3d3d3;
	height: 55px;
	text-align: center;
	width: 14%;
}

/* 情報 */
.info{
	padding-bottom: 5px;
}
.info .legend{
	float: left;
}
.info .update{
	float: right;
	text-align: right;
}
.info .legend dl{
	clear: both;
}
.info .legend dt{
	float: left;
	margin: 0;
}
.info .legend dd{
	float: left;
	margin: 0 0 0.2em 0.5em;
}

/* 注意 */
ul.annotation{
	list-style-type: none;
	padding-bottom: 10px;
}
ul.annotation li{
	font-size: 10px;
	text-indent: -1em;
}
ul.annotation a:LINK,
ul.annotation a:VISITED{
	color: #0066ff;
	text-decoration: underline;
}
ul.annotation a:HOVER{
	text-decoration: none;
}

/* お申し込み・お問い合わせ */
.application{
	color: #993300;
	font-size: 12px;
	padding-bottom: 10px;
	text-align: center;
}

/* CLOSE */
.close{
	border-top: 1px solid #cccccc;
	padding-top: 12px;
	text-align: center;
}
.close .do_close{
	background: none;
	border: 1px solid #ffffff;
	margin: 0;
	padding: 0;
}
