@charset "UTF-8";

/* アクセスマップサイド
----------------------------------------------------------*/
#side ul li {
	height: 13px;
	width: 140px;
	padding-top: 11px;
	padding-bottom: 12px;
	padding-left: 20px;
}

#side ul li a {
	color: #000000;
	text-decoration: none;
}

#side ul li a:hover {
	text-decoration: underline;
}

#side ul li#snavi_01 {
	background-image: url(../images/bg_snavi_01.png);
	background-repeat: no-repeat;
}

#side ul li#snavi_02 {
	background-image: url(../images/bg_snavi_02.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 16px;
}

/* 事業所アクセス
----------------------------------------------------------*/
#contents {
	width: 650px;
	float: right;
	line-height: 1.5em;
	margin-bottom: 60px;
}

.access {
	width: 628px;
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	padding: 20px 10px 10px;
	margin-top: 72px;
	position: relative;
	margin-bottom: 50px;
}

.access h3 {
	background-image: url(../images/h3_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.access p {
	margin-left: 30px;
	margin-bottom: 30px;
}

.access .photo {
	position: absolute;
	top: -22px;
	right: 10px;
}

.map {
	padding-top: 15px;
	border-top: 1px dotted #333333;
}

/* 営業日のご案内
----------------------------------------------------------*/
#calendar {
	width: 650px;
	color: #333333;
}

#calendar p {
	margin-bottom: 3px;
}

.month {
	float: left;
	width: 210px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.month.last {
	margin-right: 0px;
}

.month table {
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/bg_calendar.png);
	background-repeat: no-repeat;
}

.month table tr th {
	color: #FF0000;
}

.month table tr th.sun {
	color: #000000;
}

.month table tr td.closed {
	color: #FF0000;
}
