@charset "UTF-8";

/*****************************************
		Calendar Inner Page
*****************************************/
.calendar_page {
	clear: both;
	margin: 20px auto;
	width: 1000px;
	position: relative;
}
.calendar_page table {
	background: #FFF;
	width: 100%;	
	border: solid 1px #CCC;
}
.calendar_page table caption {
	padding: 5px 0;
	text-align: center;
}
.calendar_page table thead th {
	padding: 5px 0;
	text-align: center;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	background: #FFFAE2;
}
.calendar_page table thead th.sun {
	background: #FFDFE3;
}
.calendar_page table thead th.sat {
	background: #ACD5E9;
}
.calendar_page table tbody td {
	padding: 5px 0;
	text-align: center;
	border-left: solid 1px #CCC;
	border-bottom: dotted 1px #CCC;
}
.calendar_page table td.today { background: #FFEDCB; }
.calendar_page table td a { color: #00F; }
.calendar_page table td a:visited { color: #606; }
.calendar_page table td.sun { color: #D90000; }
.calendar_page table td.sat { color: #4072A7; }
.calendar_page_prev_month,
.calendar_page_next_month {
	background: url(../img/option/page_calendar_nav.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 6px;
	cursor: pointer;
}
.calendar_page_prev_month {
	background-position: 0 0 !important;
	left: 20px;
}
.calendar_page_next_month {
	background-position: -20px 0 !important;
	right: 20px;
}
.calendar_page_prev_month:hover { background-position: 0 -20px !important; }
.calendar_page_next_month:hover { background-position: -20px -20px !important; }
/*****************************************
				Open Data
*****************************************/
.openDataFileDL {
	background: #FCFBF8;
	width: 988px;
	margin: 20px auto;
	padding: 3px;
	border: 3px solid #384570;
	border-radius: 5px;
	overflow: hidden;
	clear: both;
}
.openDataFileDL h2 {
	background: url(../img/opendata/title_opendata.png) 0 0 no-repeat;
	background-color: #00468C;
	height: 47px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 4px 4px 0 0;
	color: #FFF;
}
.openDataFileDL .inner {
	padding: 16px;
}
.openDataFileDL .inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.openDataFileDL .inner ul li {
	padding: 5px 5px 5px 18px;
	background: url(../img/parts/list_point02.png) 6px 16px no-repeat;
	border-bottom: dotted 1px #CCC;
}
.openDataFileDL .inner ul li:last-child {
	border-bottom: none;
}
.openDataFileDL .inner ul li a {
	margin: 0 10px 0 0;
}
.openDataFileDL .inner ul li .odfExt {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 8px 12px;
	background: #0F3D90;
	border-radius: 50px;
	color: #FFF;
	font-size: 93%;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1;
}
/*****************************************
			File Download
*****************************************/
.fileDL {
	background: #FCFBF8;
	width: 988px;
	margin: 20px auto;
	padding: 3px;
	border: 3px solid #384570;
	border-radius: 5px;
	overflow: hidden;
	clear: both;
}
.fileDL h2 {
	background: url(../img/option/title_filedl.png) 0 0 no-repeat;
	background-color: #00468C;
	height: 47px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 4px 4px 0 0;
	color: #FFF;
}
.fileDL .inner {
	padding: 16px;
}
.fileDL .inner ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.fileDL .inner ul li {
	padding: 5px 5px 5px 33px;
	border-bottom: dotted 1px #CCC;
}
.fileDL .inner ul li.doc { background: url(../img/option/icon_word.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.xls { background: url(../img/option/icon_excel.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.pdf { background: url(../img/option/icon_pdf.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.zip { background: url(../img/option/icon_zip.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.docx { background: url(../img/option/icon_word.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.xlsx { background: url(../img/option/icon_excel.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.txt { background: url(../img/option/icon_txt.gif) 5px 6px no-repeat; }
.fileDL .inner ul li a {
	margin: 0 10px 0 0;
}
.fileDL .adobe {
	overflow: hidden;
	_height: 1%;
}
.fileDL .adobe img {
	margin: 5px 10px 0 0;
	float: left;
	_display: inline;
}
.fileDL .adobe p {
	padding: 5px 0 0 0;
	font-size: 93%;
	line-height: 1.41;
	overflow: hidden;
	_zoom: 1;
}
/*****************************************
			FAQ Collection
*****************************************/
.faqCollection {
	background: #FCFBF8;
	width: 988px;
	margin: 20px auto;
	padding: 3px;
	border: 3px solid #384570;
	border-radius: 5px;
	overflow: hidden;
	clear: both;
}
.faqCollection h2 {
	background: url(../img/option/title_faq_collection.png) 0 50% no-repeat;
	background-color: #00468C;
	height: 47px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 4px 4px 0 0;
	color: #FFF;
}
.faqCollection .inner {
	padding: 16px;
}
.faqCollection .inner h3 {
	margin: 0 0 5px 0;
	font-size: 107%;
	font-weight: bold;
}
.faqCollection .inner ul {
	margin: 0 -8px 10px -8px;
	padding: 0 15px 10px 15px;
	list-style: none;
	border-bottom: dotted 1px #999;
}
.faqCollection .inner ul li {
	padding: 0 0 0 12px;
	background: url(../img/parts/list_point02.png) 0 7px no-repeat;
}
.faqCollection .inner ul li a {
	margin: 0 5px 0 0;
}
.faqCollection .inner .btn_more {
	margin: 5px 0 0 0;
	display: block;
	width: 210px;
	height: 40px;
	background: url(../img/option/btn_faq_collection.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: #000;
}
.faqCollection .inner .btn_more:hover { background-position: 0 -40px; }
/*****************************************
			Related Pages
*****************************************/
.relPage {
	background: #FCFBF8;
	width: 988px;
	margin: 20px auto;
	padding: 3px;
	border: 3px solid #384570;
	border-radius: 5px;
	overflow: hidden;
	clear: both;
}
.relPage h2 {
	background: url(../img/option/title_relpage.png) 0 50% no-repeat;
	background-color: #00468C;
	height: 47px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 4px 4px 0 0;
	color: #FFF;
}
.relPage .inner {
	padding: 16px;
}
.relPage .inner ul {
	padding: 0 7px;
	list-style: none;
}
.relPage .inner ul li {
	padding: 0 0 0 12px;
	background: url(../img/parts/list_point02.png) 0 7px no-repeat;
}
/*****************************************
				Reference
*****************************************/
.reference {
	background: #FCFBF8;
	width: 988px;
	margin: 20px auto;
	padding: 3px;
	border: 3px solid #384570;
	border-radius: 5px;
	overflow: hidden;
	clear: both;
}
.reference h2 {
	background: url(../img/option/title_reference.png) 0 50% no-repeat;
	background-color: #00468C;
	height: 47px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 4px 4px 0 0;
	color: #FFF;
}
.reference .inner {
	padding: 16px;
}
.reference .inner h3 {
	margin: 0 0 5px 0;
	font-size: 107%;
	font-weight: bold;
}
.reference .inner h3 a {
	margin: 0 5px;
}
.reference .inner .btn_more {
	margin: 5px 0 0 0;
	display: block;
	width: 210px;
	height: 40px;
	background: url(../img/option/btn_reference.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: #000;
}
.reference .inner .btn_more:hover { background-position: 0 -40px; }
/*****************************************
				Enquete
*****************************************/
.enquete {
	background: #FCFBF8;
	width: 988px;
	margin: 20px auto;
	padding: 3px;
	border: 3px solid #384570;
	border-radius: 5px;
	overflow: hidden;
	clear: both;
}
.enquete h2 {
	background: url(../img/option/title_enquete.png) 0 50% no-repeat;
	background-color: #00468C;
	height: 47px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 4px 4px 0 0;
	color: #FFF;
}
.enquete .inner {
	padding: 16px;
}
.enquete .inner label {
	margin: 0 10px 0 0;
}
.enquete .inner .fieldgroup {
	margin: 10px 0;
}
.enquete .inner .fieldgroup .enqQ {
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
}
.enquete .inner .fieldgroup textarea {
	width: 100%;
	height: 67px;
	border: solid 1px #999;
}
.enquete .inner .btn {
	text-align: center;
}
.enquete .inner .btn input {
	margin: 0 15px;
	width: 80px;
	height: 28px;
	line-height: 1.41;
	font-size: 100%;
	cursor: pointer;
}