@charset "utf-8";

/**font_style**/


/**hide**/
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;

}
i {
	visibility: hidden;
}





/**html**/
html{
	height:100%;
	width: 100%;
}




* html div#container{
    height:100%;
}

div#container{
	position:relative;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body > #container {
        height: auto;
}

div#main{
	padding-bottom:182px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/**head_style**/

#head_logo a {
	background-image: url(../img/logo.gif);
	display: block;
	height: 100px;
	width: 300px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
}



#head_sub_menu {
	display: block;
	position: absolute;
	top: 70px;
	left: 500px;
}
#head_sub_menu ul {
	margin: 0px;
	padding: 0px;
}
#head_sub_menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#head_sub_menu h3 {
	font-size: 12px;
	font-weight: normal;
	display: inline;
	line-height: 30px;
	padding-left: 15px;
}
#head_sub_menu a {
	color: #666666;
	text-decoration: underline;
}



#head_main_menu {
	height: 100px;
	position: absolute;
	width: 520px;
	top: 0px;
	display: block;
	left: 440px;
}
#head_main_menu ul {
	margin: 0px;
	padding: 0px;
}
#head_main_menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#head_main_menu h2#m01 a {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 130px;
	background-image: url(../img/mm01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}


#head_main_menu h2#m02 a {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 130px;
	background-image: url(../img/mm01.jpg);
	background-repeat: no-repeat;
	background-position: -130px 0px;
	text-decoration: none;
}
#head_main_menu h2#m03 a {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 130px;
	background-image: url(../img/mm01.jpg);
	background-repeat: no-repeat;
	background-position: -260px 0px;
	text-decoration: none;
}
#head_main_menu h2#m04 a {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 130px;
	clear: right;
	background-image: url(../img/mm01.jpg);
	background-repeat: no-repeat;
	background-position: -390px 0px;
	text-decoration: none;
}

#head_main_menu h2#m01 a:hover {
	background-image: url(../img/mm01.jpg);
	background-position: 0px -100px;
}

#head_main_menu h2#m02 a:hover {
	background-image: url(../img/mm01.jpg);
	background-position: -130px -100px;
}

#head_main_menu h2#m03 a:hover {
	background-image: url(../img/mm01.jpg);
	background-position: -260px -100px;
}

#head_main_menu h2#m04 a:hover {
	background-image: url(../img/mm01.jpg);
	background-position: -390px -100px;
}


/**flash**/
#flash {
	background-color: #CCCCCC;
	display: block;
	height: 300px;
	width: 920px;
}




/**content**/
.content {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#left_content {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
}
#right_content {
	display: block;
	float: left;
	width: 610px;
	padding-left: 50px;
}

/**clear**/
.clear {
	clear: left;
}




/**foot**/
#foot{
	position:absolute;
	bottom:0px;
	height:65px;
	width:100%;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 182px;
	background-repeat: repeat-x;
	background-image: url(../img/foot_bk.jpg);
	background-position: 0px 0px;
}
#foot_box {
	display: block;
	padding: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/foot_bk02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 182px;
	text-align: center;
}
#foot_menu ul {
	margin: 0px;
	padding: 0px;
}
#foot_menu {
	color: #FFFFFF;
	padding-top: 10px;
}

#foot_menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#foot_menu h4  {
	display: inline;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
}
#foot_menu a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
#foot_menu a:hover {
	text-decoration: underline;
}
#address_box address {
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
#foot_cation {
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 80px;
	padding-bottom: 20px;
}
