/* HTML */

body{
	height:100%;
	background:#403333;
	z-index:0;
}

a{
	color:#ffffff;
	text-decoration:none;
	outline-style:none;
}

a:hover{
	background:#ff0000;
}

/* CLASS */
#index{
	width: 140px;
	height: 60px;
	background-color: #3f3232;
	line-height: 200%;
	position: absolute;
	top: 20px;
	left :20px;
	padding: 20px;
}

#nowLoad{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#403333;
	z-index:9;
	color:#ffffff;
	font-size:125%;
}

#boxleft{
	width:180px;
	position:absolute;
	top:20px;
	left:20px;
	z-index:7;
	cursor:pointer;
}

#contents1{
	width:230px;	height:150px;
	position:absolute;
	top:20px;
	left:200px;
	z-index:6;
}

#contents2{
	height:31px;
	background:url("../images/contents5back.png");
	cursor:pointer;
	position:absolute;
	top:139px;
	left:430px;
	z-index:5;
	white-space:nowrap;
}

#contents3{
	width:590px;	height:150px;
	position:absolute;
	top:20px;
	left:430px;
	overflow:hidden;
	white-space:nowrap;
	z-index:4;
}

#contents3 img{
	cursor:pointer;
}

#contents4{
	width:1000px;		height:600px;
	text-align:center;
	position:absolute;
	top:220px;
	left:20px;
	z-index:3;
}

#o7,#o8{
	width:1000px;		height:600px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	z-index:7;
	background:url("../images/contents5back.png");
}

#o7 p{
	margin:20px;
	position:relative;
	line-height:200%;
	text-align:justify;
	text-justify:distribute;
	font-size:75%;
	color:#ffffff;
}

#o8 p{
	margin:20px 300px;
	position:relative;
	line-height:200%;
	text-align:justify;
	text-justify:distribute;
	font-size:75%;
	color:#ffffff;
}

#contents5{
	width:1000px;		height:50px;
	position:absolute;
	top:170px;
	left:20px;
	z-index:2;
	background:url("../images/contents5back.png");
	text-align:center;
	color:#ffffff;
	font-size:90%;
	line-height:17px;
}

#backgroundFLASH{
	position:absolute;
	top:20px;
	left:20px;
	z-index:1;
}

#companytext{
	padding:8px 10px;
	font-size:85%;
	line-height:150%;
	text-align:justify;
	text-justify:distribute;
}

.companymidasi{
	font-weight:bold;
	line-height:125%;
}

