@charset "UTF-8";



/*--------------------

[] bgmaximage

[] Wire frame
[] menu
[] footer
[] style, class

--------------------*/

html {
	_overflow-x: hidden;
}

/* Wire frame
--------------------*/
img.bgmaximage{
	position:fixed !important;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height:100%;
}
body > #con1ainer {
	height: auto;
	min-height: 100%;
}

#contents{
	padding-bottom:147px;
	width: 100%;
	text-align: center;
}


/*main
----------*/
#main {
	margin: 0 auto;
	width: 100%;
	height: 190px;
	position:absolute;
	_top:550px;
	bottom: 0;
	text-align: center;
	background: #ffffff url(../img_top/main_bg.gif) 0 0 repeat-x;
}

#main_block {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	bottom: 35px;
}
#footer {
	width: 100%;
	height: 75px;
	border-top: 1px solid #ddd;
	position:absolute;
	bottom: 0;
	_top:680px;/*IE6*/
	text-align:center;
	background:#fff;

}
#footer_block {
	width: 980px;
	margin: 8px auto 0 auto;
	text-align: left;
}





/* #img */

#logo {
	position: absolute;
	top: 11px;
	left: 50px;
}
#maincopy {
	position: absolute;
	top: 38%;
	_top:300px;
	left: 50px;
}


#recruit {
	position: absolute;
	top: 0;
	right: 0;
}




/* #menu
----------------------*/

#menu {
	width: 590px;
	height: 370px;
	position: absolute;
	right: 15px;
	background: url(../img_top/menu_bg.png) top right no-repeat ;
}


#mn01 {
	position: absolute;
	top: 24px;
	right: 487px;
}
#mn02 {
	position: absolute;
	top: 82px;
	right: 337px;
}
#mn03 {
	position: absolute;
	top: 24px;
	right: 219px;
}
#mn04 {
	position: absolute;
	top: 157px;
	right: 153px;
}
#mn05 {
	position: absolute;
	top: 225px;
	right: 33px;
}
















/* #news
----------------------*/

#news {
	background: url(../img_top/news_bg.gif) 0 0 no-repeat;	
	width: 451px;
	height: 130px;
	float: left;
	margin: 0 6px 0 0 ;
}

#news h2{
	margin: 14px 0 6px 20px;
	width: 169px;
	
}

#news ul{
	margin: 0 20px;
	overflow: hidden;
}


#news ul li{
	font-size: 8pt;
	width: 405px;
	overflow: hidden;
	height: 1.5em;
	padding: 1px 0;
	margin: 9px 0;
}


#news ul li span{
	color: #ff8800;
	font-weight: bold;
	margin: 0 10px 0 0;
}







/* #bnr
----------------------*/
#bnr {
	float: right;
}
#bnr li{
	float: left;
	margin: 0 7px 0 0 ;
}

#bnr li.mg0{
	margin: 0;
}




/*  style, class
--------------------*/
li {
	list-style: none;

}






