@charset "utf-8";




/*OPENING-------------------------------------------------------------------OPENING*/
body{
    margin: 0px;
	background-image: url(/common/img/bg_white.gif);
	background-color:#FFF;
	text-align:center;
}
#opening{
	margin-top: 30px;
}
#opening p{
    margin-top: 20px;
    text-align:center;
    font-size: 10px;
   
}
#opening  h1 {
	color: #000000;
	line-height: 120%;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	
}
#opening h2 {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	margin:5px 0px 10px 0px;
	text-align:center;
}
#opening #cover{
	margin: 5px auto 0px auto;
	height:440px;
	background: url(/common/img/op_bg.gif) repeat-x;
	padding-top: 5px;
}

#opening .opbtn{
	width:700px;




	 text-align:right:
; 				text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
#opening .opbtn img{
	margin-left:5px;
}
