@charset "utf-8";

/*****************************************
		Background Color [Image]
*****************************************/
html {
	background: url(../../../common/img/parts/yuki_bg.png) 0 0 repeat;
	background-attachment: fixed;
}
.optionGroup { background: none; }
/*****************************************
				Header
*****************************************/
#headerBottom {
	background: none;
}
/*****************************************
			Well Search Keyword
*****************************************/
#wellSearchKeyword ul li a:hover { background-color: #ff0; }
/*****************************************
				News
*****************************************/
#newsContents {	background-color: #fff; }
/*****************************************
			Directory News
*****************************************/
#dirNews h3 { background-color: #fff; }
/*****************************************
			Directory Index
*****************************************/
#dirRelInfo, .dirRelIndex { background-color: #fff; }
/*****************************************
		Directory Image List
*****************************************/
.dirImageBox, .dirImageBoxList p { background-color: #fff; }
/*****************************************
		Error Document Box
*****************************************/
#errorDocumentBoxInner { background-color: #fff; }
/*****************************************
			List Index Question
*****************************************/
#listIndexQA { background-color: #fff; }
/*****************************************
			Google Maps View
*****************************************/
#mainMap p { background-color: #fff; }
#mapCategory li { background-color: #fff !important; }
/*****************************************
			Calendar 
*****************************************/
#calendarAll { background-color: #fff; }
#calList li { background-color: #fff !important; }
/*****************************************
			Calendar List
*****************************************/
#calList p, #calDesc p { background-color: #fff; }
/*****************************************
			Calendar Detail 
*****************************************/
#calText { background-color: #fff; }
/*****************************************
			Page Information
*****************************************/
#pageInfo {
	padding: 9px 0;
}
/*****************************************
			Local Navigation
*****************************************/
#lNav { background-color: #fff; }
/*****************************************
				Footer
*****************************************/
#footer { background: #FFF; }
#footerInner {
	padding: 10px 0 0 0;
	background: none;
}