@charset "utf-8";
body {background-position: top center;}
#bottomContainer {position: absolute; bottom: 0; width: 100%; padding: 15px 0; background: url(../images/main_bottom.jpg) no-repeat center center;}
.bottomBox {width: 1100px; margin: auto;}
.bottomBox .cald {width: 216px; float: left; font-size: 12px;}
.bottomBox .cald td,th {padding: 1px;}
.bottomBox .cald th {font-size: 14px; color: #9b9b9b; padding: 2px 0;}
.bottomBox .cald td a {font-size: 11px; color: #9b9b9b; display: block; padding: 5px; text-align: center;}
.bottomBox .cald th.sun {color: #f57300}
.bottomBox .cald th.sat {color: #95d2f7}
.bottomBox .cald td.sun a {color: #f57300}
.bottomBox .cald td.sat a {color: #95d2f7}
.bottomBox .cald td.can a { background: #036fb2;}
.bottomBox .cald td.can a:Hover { background: #5240C5; color: #FDFC00;}
.bottomBox .cald td a:Hover { background: #0f0f0f;}
.bottomBox .cald .arw {width: 30%; float: left; text-align: center; padding: 10px 0px;}
.bottomBox .cald .month {width: 40%; float: left; text-align: center; font-size: 18px; padding: 10px 0; color: #9b9b9b;}
.bottomBox .cald .month .year {font-size: 14px; color: #9b9b9b;}
.bottomBox h3 {font-size: 16px; color: #9b9b9b; letter-spacing: 4px;}
.cosInfo {float: left; width: 300px; padding: 15px 40px;} 
.cosInfo .reservedDay {font-size: 18px; color: #ffffff;}
.cosNo {margin-top: 25px;}
.cosNo li {float: left; padding-top: 70px;width: 88px; text-align: center; font-size: 55px; color: #ffffff; font-family: "Century Gothic";}
.cosNo li.cos01 {background: url(../images/main_cos_01.png) no-repeat center top;}
.cosNo li.cos02 {background: url(../images/main_cos_02.png) no-repeat center top; margin: 0 17px}
.cosNo li.cos03 {background: url(../images/main_cos_03.png) no-repeat center top;}
.noticeBox {border-left: 1px solid #636363; padding-left: 40px; float: left;}
.notice {background: url(../images/main_notice.png) no-repeat left top; padding-left: 120px; min-height: 75px;}
.notice li a {color: #b9b9b9; padding: 2px; display: block; font-size: 14px;}
.notice li a:Hover {color: #ffffff;}
.notice li a .datetxt {color: #b9b9b9; padding-right: 20px;}
.metafo {width: 1100px; margin: auto;}
.metafo .mainTxt {padding: 70px 0 45px 0;}
.etcMenu {padding-bottom: 10px;}
.etcMenu a {color: #b9b9b9}
address {font-size: 11px; color: #959595;}
.notice li a .title {color: #CBCBCB;}
.adrsBox {width: 1100px; margin: auto; margin-top: 20px;}

.ticker {
	width: 440px;
	height: 40px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #DDD;
	background: #ffffff;
}

#ticker_02 {
	margin: 10px 0 0 0;
	height: 100px;
}

.ticker li {
	border-bottom: 1px dotted #DDD;
	padding: 5px;
	margin: 2px 2px;
}

.ticker li a .time { color: #f14545; font-weight: bold;}
