@charset "UTF-8";



/* -----------------------------------------------
Common
----------------------------------------------- */
/* layout
----------------------------------------------- */
#title_press {
	width:400px;
	height:19px;
	/*float:left;*/

	background:transparent url(../press/images/title_press.gif) no-repeat 0 0;
	text-indent:-999px;
	/*overflow:hidden;*/

	margin:0 0 8px 0;
	/*border:solid 1px #FF0000;*/
}


body.press .columnWrapper {
	width:640px;
	margin:0 auto;
}

.columnWide {
	margin:0 0 24px 0;
}
 

.newsheader {
	width:704px;
	/*float:left;*/

	text-align:center;
	font-weight:bold;	
	margin: 0 auto;
	margin-top:30px;
	margin-bottom:30px;
	padding:0;
}
 
 

/* table
----------------------------------------------- */
body.press dl.table{
	width:430px;
	padding:0 0 0 210px;
}

body.press .table dt{
	width:200px;
	float:left;
	clear:both;

	text-align:right;
	border:none;
	padding:0 10px 3px 0;
}


body.press .table dd{
	width:200px;
	float:left;

	border:none;
	background:none;
	padding:0 0 3px 3px;
}


#imagenet{
	width:600px;
	
	border:solid 1px #D9D9D9;
	background:#EDEDED;
	
	padding:20px;
}



