@charset "UTF-8";
/*/////////////////////////
common.css
///top////////////////////*/

/*POSITION contents*/
#TOPsubcopy{
	position:absolute;
	top:450px;
	right:-20px;
	width:400px;
	height:66px;
	z-index:3;
}
#photo1{
	position:absolute;
	top:150px;
	right:-100px;
	width:356px;
	height:431px;
	display:none;
	z-index:2;
}
#photo2{
	position:absolute;
	top:420px;
	right:-20px;
	width:447px;
	height:348px;
	display:none;
	z-index:1
}
#photo3{
	position:absolute;
	top:185px;
	left:35px;
	width:670px;
	height:auto;
	/*display:none;*/
	z-index:4
}

#gOpen{
	position:absolute;
	top:880px;
	right:180px;
	width:300px;
	height:130px;
	z-index:1
}

#preOpen{
	position:absolute;
	top:290px;
	left:85px;
	width:770px;
	height:160px;
	z-index:2;
}


#topMain{
	display:none;
}
#everybody{
	position:absolute;
	bottom:-30px;
	right:-50px;
	width:288px;
	height:172px;
	z-index:1
}
.bannerBox{
	width:560px;
	margin:30px 0 0;
}

.bannerBox ul li{
	list-style:none;
	margin-bottom:5px;
}


#topLeftContents{
	width:560px;
	float:left;
	padding-left:20px;
	padding-top:20px;
}

 #topLeftBox{
	display:block;
	width:360px;
	float:left;
}
 #topLeftBox img{
	/*width:340px;*/
	 width:340px;
}

/*///////////////////news/////////*/
#newsrelease{
	width:560px;
	
}

#newsrelease h2.newstitle{
	margin:15px 0 0;
}
#newsrelease ul{
	clear:both;
}
	
	
#newsrelease ul li{
	font-size:12px;
	margin-bottom:5px;
	display:block;
}
#newsrelease ul li span{
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	padding-right:15px;
}
	
/* mask	 */
.mask_wrap{
	margin-top: 20px;
}
.mask_wrap img{
	max-width: 100%;
}