@charset "utf-8";
/* -------------------------------
	LAYOUT BOX
------------------------------- */

div#background {
	width: 768px;
	min-height: 538px;
	margin: 40px auto 0px;
	background-image: url(../images/cmn_bg_03.jpg);
	background-repeat: repeat;
}
div#head {
	width: 760px;
	position: relative;
	margin: 0 auto;
	height: 93px;
}
div#content {
	width: 760px;
	height: 518px;
	text-align: left;
	padding: 0px 4px 20px 4px;
}
div#background > div#content {
	min-height: 518px;
	height: auto;
}
div#foot {
	width: 768px;
	height: 73px;
	margin: auto;
	clear: both;
	color: #FFFFFF;
	position: relative;
	font-size: 85%;
	background-image: url(../images/cmn_foot_bg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 20px 0px;
}
div#back {
	clear: both;
}
/* -------------------------------
	INSIDE HEAD BOX
------------------------------- */
div#head h1 {
	width: 251px;
	height: 59px;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	top: 34px;
/*	background-image: url(../images/cmn_ti_01.gif);
	background-repeat: no-repeat;
*/}
div#head h1 a {
	width: 251px;
	height: 59px;
	display: block;
}
div#head ol {
	width: 509px;
	list-style-type: none;
}
div#head ol li {
	height: 59px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background-repeat: no-repeat;
	top: 34px;
	position: absolute;
}
div#head ol li.menu01 {
	background-image: url(../images/cmn_menu_01-01-on.gif);
	width: 147px;
	left: 251px;
}
div#head ol li.menu02 {
	background-image: url(../images/cmn_menu_01-02-on.gif);
	width: 112px;
	left: 398px;
}
div#head ol li.menu03 {
	background-image: url(../images/cmn_menu_01-03-on.gif);
	width: 109px;
	left: 510px;
}
div#head ol li.menu04 {
	background-image: url(../images/cmn_menu_01-04-on.gif);
	width: 141px;
	left: 619px;
}

div#head ol li a {
	height: 59px;
	display: block;
	background-repeat: no-repeat;
}
div#head ol li.menu01 a {
	background-image: url(../images/cmn_menu_01-01.gif);
	width: 147px;
}
div#head ol li.menu02 a {
	background-image: url(../images/cmn_menu_01-02.gif);
	width: 112px;
}
div#head ol li.menu03 a {
	background-image: url(../images/cmn_menu_01-03.gif);
	width: 109px;
}
div#head ol li.menu04 a {
	background-image: url(../images/cmn_menu_01-04.gif);
	width: 141px;
}

div#head ol li a:hover {
	background-image: none;
}


/* -------------------------------
	INSIDE CONTENT BOX
------------------------------- */
.site-img-01 {
	margin: 0px 0px 0px 330px;
}
.site-img-02 {
	margin: 60px 0px 0px 30px;
}
.site-img-03 {
	margin: 0px 0px 0px 20px;
}
.site-hr-01 {
	clear: both;
	visibility: hidden;
}

/* -------------------------------
	INSIDE FOOT BOX
------------------------------- */
div#foot ul {
	position: absolute;
	top: 10px;
	right: 20px;
	text-indent: -9999px;
	list-style-type: none;
	width: 309px;
}
div#foot li {
	background-repeat: no-repeat;
	display: block;
	height: 13px;
	position: absolute;
	top: 0px;
}
div#foot li.menu01 {
	background-image: url(../images/cmn_foot_01.gif);
	width: 127px;
	left: 0px;
}
div#foot li.menu02 {
	background-image: url(../images/cmn_foot_02.gif);
	width: 95px;
	left: 148px;
}
div#foot li.menu03 {
	background-image: url(../images/cmn_foot_03.gif);
	width: 44px;
	left: 265px;
}
div#foot li a {
	display: block;
	overflow: hidden;
	height: 13px;
}
div#foot li.menu01 a {
	width: 127px;
}
div#foot li.menu02 a {
	width: 95px;
}
div#foot li.menu03 a {
	width: 44px;
}
div#foot p {
	clear: both;
	position: absolute;
	top: 10px;
	left: 20px;
}
div#foot a {
	color: #FFFFFF;
}
div#foot img.lg {
	position: absolute;
	right: 15px;
	top: 40px;
}

