﻿@charset "utf-8";

/* --------------------------------------------------------
 * 
 * 		index styles
 * 
 * -------------------------------------------------------- */

body {
background: url(../../images/index_bg001.jpg) no-repeat 50% 0;
height: 100%;
}
#wrapper {
width: 100%;
height: 100%;
}
#main {
background: url(../../images/index_bg002.jpg) no-repeat 0 0;
width: 1040px;
margin: 0 auto;
position: relative;
}

#logo {
position: absolute;
left: 40px;
top: 78px;
}
#company-name {
position: absolute;
top: 477px;
left: 40px;
}
#menu-01 {
position: absolute;
left: 40px;
top: 511px;
}
#menu-02 {
position: absolute;
left: 178px;
top: 511px;
}
#menu-03 {
position: absolute;
left: 310px;
top: 511px;
}
#menu-04 {
position: absolute;
left: 464px;
top: 511px;
}

#menu-05 {
position: absolute;
left: 40px;
top: 575px;
}
#menu-06 {
position: absolute;
left: 145px;
top: 575px;
}
#copyright {
position: absolute;
left: 240px;
top: 575px;
}
#slide{
	top:0px;
	left:740px;
	position:absolute;
}

#attention {
position: absolute;
left: 40px;
top: 224px;
}


.index-column:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .index-column { /* IE6 hacks */
	zoom: 1;
}

*:first-child+html .index-column { /* IE7 hacks */
	zoom: 1; 
}