

body {
	background: url("../../img/header/headerBg.gif") repeat-x 0 0;
	}


.hidden {
	display: none;
	}


/* HEADER */
header {
	width: 1000px;
	height: 93px;
	margin: 0 auto;
	background: url("../../img/header/headerBg.gif") repeat-x 0 0;
	position: relative;
	z-index: 1000000;
	}
	h1 {
		padding: 21px 0 0 9px;
		width: 159px;
		height: 54px;
		float: left;
		}
	#topNavi ul {
		position: absolute;
		top: 10px;
		right: 0;
		}
		#topNavi li {
			padding: 0 0 0 15px;
			background: url("../../img/bullet00.gif") no-repeat 10px 5px;
			float: left;
			}

	/* *** MAIN NAVI *** */
	nav#mainNavi {
		float: left;
		width: 762px; /* 848px */
		height: 47px; /* 93px */
		padding: 46px 0 0 70px;
		overflow: hidden;
		}
		nav .menu {
			width: 762px;
			height: 47px;
			overflow: hidden;
			}
			nav .menu li {
				float: left;
				padding: 0 0 0 70px;
				}
				header .menu li ul {
					width: 135px;
					overflow: hidden;
					position: absolute;
					top: 80px;
					padding: 10px 0 6px 0;
					background: url("../../img/header/naviBg.gif") no-repeat 0 bottom;
					}
				header .menu li ul li {
					float: none;
					padding: 0;
					width: 135px;
					overflow: hidden;
					}

				/* 70 */
				#sub1 { left: 287px; }
				#sub2 { left: 445px; }
				#sub3 { left: 595px; }
				#sub4 { left: 732px; }
				#sub5 { left: 862px; }




	


/* FOOTER */
footer {
	width: 100%;
	background: url("../../img/footer/footerBg.gif") repeat-x 0 0;
	}

#footer {
	width: 1000px;
	height: 118px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: url("../../img/footer/footerBg.gif") repeat-x 0 0;
	} 
	.footLink {
		height: 14px;
		padding: 6px 0 8px 0;
		}
	.footLink li {
		float: left;
		padding: 0 11px 0 10px;
		background: url("../../img/footer/footLinkBg.gif") no-repeat right 0;
		}
	.footLink li.last {
		background: none;
		}
	.address {
		padding: 18px 0 0 10px;
		}

	.familySite {
		width: 150px;
		height: 18px;
		position: absolute;
		top: 5px;
		right: 10px;
		}

	.footerSC {
		position: absolute;
		top: 42px; /* top: 45px; */
		right: 0;
		}
		.footerSC li {
			float: left;
			padding: 0 3px;
			}
