/* CSS Document */



#main_flash{
	width:950px;
	height:555px;
	margin:0px auto 0px auto;
}



#pressrelease{
	position:relative;
	width:950px;
	height:110px;
	margin:0px auto 0px auto;
	background-color:#262626;
	background-image:url(../images/home_pressrelease_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#pressrelease .title{
	position:absolute;
	top:23px;
	left:32px;
}
#pressrelease .text{
	position:absolute;
	top:15px;
	left:165px;
	color:#DFB463;/*DEAE53  DFB463*/
}
#pressrelease p {
	margin:7px 0px 7px 0px;
}


#pressrelease a {
	color:#DFB463;
	text-decoration:none;
}

#pressrelease a:visited {
	color:#DFB463;
	text-decoration:none;
}

#pressrelease a:hover {
	color:#fff;
	text-decoration:underline;
}


/* =====  btn  ===== */
#pressrelease .btn{
	position:absolute;
	top:0px;
	left:924px;
	width:26px;
	height:110px;
	margin:0px auto 0px auto;
	padding: 0px;
	background-image:url(../images/home_pressrelease_btn_on.gif);
	background-repeat:no-repeat;	
	text-indent:-9999px;
	overflow:hidden;
}

#pressrelease .btn a{
	display:block;
	width:26px;
	height:110px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/home_pressrelease_btn_off.gif);
	background-repeat:no-repeat;
}

#pressrelease .btn a:hover{
	background:none;
}
/**/


#pressrelease_kage{
	width:950px;
	height:60px;
	margin:0px auto 0px auto;
	background-image:url(../images/home_pressrelease_kage.gif);
	background-position:left top;
	background-repeat:no-repeat;

}
