@charset "UTF-8";

/*****************************************
			Calendar List
*****************************************/
#calList {
	width: 1000px;
	margin: 10px auto;
	overflow: hidden;
	list-style: none;
	letter-spacing: -0.4em;
}
#calList li {
	background: url(../img/parts/list_point01.png) 6px 8px no-repeat #FFF;
	margin: 0 5px 5px 0;
	padding: 2px 6px 2px 26px;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	border: solid 2px #DDD;
}
#calDesc {
	width: 1000px;
	margin: 10px auto;
	overflow: hidden;
	_zoom: 1;
}
#calDesc p {
	margin: 0 0 5px 0;
}
#calDesc form input {
	cursor: pointer;
}
#calDesc form span {
	margin: 0 5px;
}
#calYMBox {
	float: left;
	_display: inline;
	line-height: 26px;
}
#calChangeBox {
	float: right;
	_display: inline;
}
#btn_calchange {
	background: url(../img/parts/btn_cal_change.png) 0 50% no-repeat #87DCCD;
	display: block;
	padding: 0 0 0 40px;
	width: 220px;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #000;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
}
#btn_calchange:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.holiday {
	color: #C33E44;
}
/*****************************************
			Calendar 
*****************************************/
#calendarAll {
	background: #FFF;
	width: 998px;
	margin: 0 auto;
	border: solid 1px #CCC;
	overflow: hidden;
	_zoom: 1;
}
#calendarAll dl {
	margin: -1px 0 0 0;
	overflow: hidden;
	_zoom: 1;
}
#calendarAll dl dt {
	margin: 0 0 -995px 0;
	padding: 10px 10px 1005px 10px;
	width: 120px;
	border-top: dotted 1px #CCC;
	float: left;
	_display: inline;
}
#calendarAll dl dd {
	margin: 0 0 -995px 140px;
	padding: 10px 10px 1005px 10px;
	border-top: dotted 1px #CCC;
	border-left: solid 1px #CCC;
}
/*****************************************
			7th Days Calendar
*****************************************/
#calendar7th {
	width: 1000px;
	margin: 0 auto;
}
#calendar7th table {
	background: #FFF;
	width: 100%;
	table-layout: fixed;
	border: solid 1px #CCC;
}
#calendar7th table th,
#calendar7th table td {
	vertical-align: top;
	padding: 5px;
}
#calendar7th table thead th {
	background: #FFFAE2;
	text-align: center;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
#calendar7th table tbody td {
	border-left: solid 1px #CCC;
	border-bottom: dotted 1px #CCC;
}
#calendar7th table tbody td dl dt {
	width: 3em;
	text-align: center;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 0 5px 0;
	background: #FFFAE2;
}
#calendar7th table tbody td.sun dl dt,
#calendar7th table tbody td.national dl dt {
	background: #FFDFE3;
}
#calendar7th table tbody td.sat dl dt {
	background: #ACD5E9;
}
/*****************************************
		Calendar Global Style
*****************************************/
#calendarAll dl.sun dt,
#calendarAll dl.national dt,
#calendar7th th.sun,
#calendar7th th.national { background: #FFDFE3; }
#calendarAll dl.sat dt,
#calendar7th th.sat { background: #ACD5E9; }
#calendarAll dl.today,
#calendar7th table tbody td.today { background: #FFEFCE; }
#calendarAll dl dd ul,
#calendar7th table tbody td dl dd ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
	overflow: hidden;
	_zoom: 1;
}
#calendarAll dl dd ul li,
#calendar7th table tbody td dl dd ul li {
	margin: -1px 0 5px 0;
	border-top: dotted 1px #CCC;
}
#calendarAll dl dd ul li.list_default,
#calendar7th table tbody td dl dd ul li.list_default {
	padding: 5px 5px 0 18px;
	background: url(../img/parts/list_point02.png) 6px 13px no-repeat;
}
#calendarAll dl dd ul li.list_icon,
#calendar7th table tbody td dl dd ul li.list_icon {
	padding: 5px 5px 0 18px;
	text-indent: -18px;
}
#calendarAll dl dd ul li.list_icon img,
#calendar7th table tbody td dl dd ul li.list_icon img {
	margin: 0 2px 0 0;
	vertical-align: middle;
}
/*****************************************
			Calendar Detail 
*****************************************/
#calText {
	width: 962px;
	margin: 0 auto 20px auto;
	padding: 6px 4px 4px 28px;
	border: solid 1px #DDD;
	background: url(../img/parts/list_point01.png) 8px 11px no-repeat #FFF;
}
.border {
	height: 0;
	border: none;
	border-top: dotted 2px #91745C;
	margin: 35px 0;
}
/*****************************************
			Directory QA
*****************************************/
#dirQA ul {
	letter-spacing: -0.4em;
}
#dirQA ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
	margin-right: 20px;
}
/*****************************************
			List Index Question
*****************************************/
#listIndexQA {
	width: 1000px;
	margin: 10px auto;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}
#listIndexQA dl {
	margin: 0 4px 8px 4px;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #CCC;
}
#listIndexQA dl dt {
	padding: 5px 5px 5px 40px;
	background: url(../img/faq/icon_q.png) 4px 1px no-repeat;
}
#listIndexQA dl dd {
	padding: 5px 5px 5px 40px;
	background: url(../img/faq/icon_a.png) 4px 1px no-repeat;
}
/*****************************************
			FAQ Detail Page
*****************************************/
#faqQ { margin: 0 0 15px 0;}
#faqQ dt {
	margin: 0 0 5px 0;
	padding: 0 0 0 42px;
	line-height: 40px;
	border: 2px solid #DDD;
	color: #000;
	font-size: 122%;
	font-weight: bold;
	background: url(../img/faq/icon_q.png) 5px 5px no-repeat;
}
#faqA dt {
	margin: 15px 0 5px 0;
	padding: 0 0 0 42px;
	line-height: 40px;
	border: 2px solid #B4E2F7;
	color: #000;
	font-size: 122%;
	font-weight: bold;
	background: url(../img/faq/icon_a.png) 5px 5px no-repeat;
}
/*****************************************
				Mail Form
*****************************************/
#mailform dl {
	margin: -1px 0 0 0;
	padding: 10px;
	border: solid 1px #DDD;
	border-left: solid 3px #DDD;
	overflow: hidden;
	_height: 1%;
}
#mailform dl.req {
	border-left: solid 3px #D90000;
}
#mailform dl dt {
	width: 30%;
	float: left;
	_display: inline;
}
#mailform dl dt span {
	margin: 10px 15px 0 0;
	padding: 10px;
	display: block;
	border: dotted 1px #DDD;
}
#mailform dl.req dt strong {
	margin: 0 0 0 5px;
	color: #D90000;
	font-weight: normal;
}
#mailform dl dd {
	width: 70%;
	float: left;
	_display: inline;
}
#mailform dl dd p {
	margin: 15px 0 0 0;
	padding: 10px;
	border: dotted 1px #DDD;
}
#mailform input,
#mailform textarea,
#mailform select {
	font-size: 100%;
}
#mailform dl dd label {
	margin: 0 10px 0 5px;	
}
#mailform_btn {
	margin: 15px 0;
	text-align: center;
}
#mailform_btn input {
	margin: 0 15px;
	height: 28px;
	cursor: pointer;
	font-size: 100%;
	line-height: 1.41;
}
#field_email {
	margin: 0 0 5px 0;
}
/*****************************************
			Google Maps View
*****************************************/
#mainMap {
	width: 1000px;
	margin: 10px auto;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}
#mainMap p {
	margin: 0 0 10px 0;
}
#mapCategory {
	margin: 10px 0 5px 0;
}
#mapCategory ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#mapCategory ul li {
	background: url(../img/parts/list_point01.png) 6px 8px no-repeat #FFF;
	margin: 0 5px 5px 0;
	padding: 2px 6px 2px 26px;
	border: solid 2px #DDD;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#mapList {
	background: #FFF;
	border: solid 2px #DDD;
	padding: 5px 10px;
	_zoom: 1;
}
#mapList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#mapList ul li {
	margin: 0 15px 0 0;
	padding: 0 0 0 10px;
	background: url(../img/parts/list_point02.png) 0 50% no-repeat;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#contentsMap {
	margin: 15px 0 0 0;
	overflow: hidden;
	_zoom: 1;
}
#mapCanvas {
	margin: 0 0 0 10px;
	padding: 1px;
	width: 70%;
	height: 500px;
	float: right;
	_display: inline;
	border: solid 1px #DDD;
}
#mapNav {
	overflow: hidden;
	_zoom: 1;
	line-height: 1.41;
}
#mapNav h2 {
	line-height: 39px;
	padding: 0 0 0 8px;
	background: #DDD;
	border-bottom: solid 1px #CCC;
	font-weight: bold;
	color: #000;
}
#mapNav ul {
	background: #FFF;
	height: 463px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: solid 1px #DDD;
	border-top: none;
	overflow: hidden;
}
#mapNav ul li {
	margin: 0;
	padding: 0;
	border-bottom: dotted 1px #DDD;
}
#mapNav ul li a {
	display: block;
	padding: 10px;
	border-left: solid 5px #DDD;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	/zoom: 1;
}
#mapNav ul li a:hover {
	border-left: solid 5px #C03;
	color: #C03;
}
#mapNav ul li.select a {
	border-left: solid 5px #C03;
	background: #EEE;
	color: #C03;
}
#mapNav ul li.select a:hover {
	color: #C03;
}
/*****************************************
			Search Page
*****************************************/
.searchResponse dt {
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 18px;
	background: url(../img/parts/list_point02.png) 8px 17px no-repeat #F2F2F2;
	font-size: 121%;
	overflow: hidden;
	_zoom: 1;
}
.searchResponse dt .doc_info {
	margin: 0 0 0 8px;
	font-size: 71%;
	vertical-align: text-top;
}
.searchResponse dt .doc_info img {
	margin: 0 2px 0 0;
	vertical-align: middle;
}
.searchResponse dt .update {
	margin: 4px 8px 0 0;
	font-size: 71%;
	float: right;
	_display: inline;
}
.searchResponse dd {
	margin: 0 0 15px 0;
	padding: 0 15px;
}
.searchResponse dd a { color: #268645; }
.searchResponse dd a:hover { color: #C03; }
.highlight {
	background: #FF0;
	font-weight: bold;
}
.backSearchList {
	margin: 0 0 15px 0;
	text-align: right;
	letter-spacing: -0.4em;
}
.backSearchList .submit {
	padding: 5px 8px;
	background: #F2F2F2;
	border: none;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	font-size: 100%;
	color: #03C;
	text-decoration: underline;
	cursor: pointer;
}
.backSearchList .submit:hover { color: #C03; }
/*****************************************
			Section List
*****************************************/
#sectionList {
	width: 100%;
}
#sectionList th,
#sectionList td {
	padding: 5px;
	border: solid 1px #999;
}
#sectionList thead th {
	background: #E8F4FC;
}
.th_part { width: 15%;}
.th_section { width: 20%;}
.th_detail { width: 53%;}
.th_floor { width: 12%;}