@charset "UTF-8";
/* CSS Document */


body {
	background-color:#fafaf0;
	background-image:url(../images/index/index_bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}

#main{
	background-image:url(../images/index/bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
    overflow:auto;
    height:535px;
    width:850px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-262px;
    margin-left:-425px;
}

#head {
	width:850px;
	text-align:left
}

#head a {
	display:block;
	background-image:url(../images/index/home.gif);
	background-repeat:no-repeat;
	height:11px;
	width:42px;
	margin:3px 0px 0px 35px;
	text-indent:-9999px;
	overflow:hidden;
}


#left_contents {
	float:left;
	width:425px;
	/*margin:213px 0px 0px 201px;*/
}


#left_contents h1 {
	display:block;
	height:59px;
	background-image:url(../images/index/kuipo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1px;
	margin:173px 0px 0px 201px;
}

#left_contents ul {
	list-style:none;
	margin:20px 0px 0px 201px;
	text-align:left;
}

#left_contents li,
#left_contents a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:18px;
	width:162px;
}

#left_contents a {
	background-image:url(../images/index/company_profile.gif);
	background-repeat:no-repeat;
}

#right_contents {
	float:left;
	/*margin:235px 221px 0px 0px;*/
	text-align:left;
	width:425px;
}

#right_contents h1 {
	display:block;
	height:48px;
	background-image:url(../images/index/genten.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1px;
	margin:195px 0px 0px 70px;
}

#right_contents ul {
	list-style:none;
	margin:9px 0px 0px 70px;
}

#right_contents li,
#right_contents a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:18px;
	width:177px;
}

#right_contents li {
	margin-bottom:6px;
}

#right_contents a {
	background-image:url(../images/index/btn_list_new.gif);
	background-repeat:no-repeat;
}

#right_contents a.btn01 {
	background-position:0px 0px;
}


