@charset "UTF-8";
@import url("reset.css");
@import url("menu.css");
@import url("main.css");
/*******************/
/* ニュースリリース */
/*******************/
/* ヘッダー */
#header_image {
	margin: 0px auto;
	margin-bottom: 10px;
	width: 950px;
	height: 94px;
	background: url("../news/images/header.jpg") no-repeat;
}
/* タイトル */
.contentsTitle{
	background: url("../news/images/bg_contents_title.gif") no-repeat;
	background-position: top center;
	margin: 0px 0px 10px 0px;
	font-size: 140%;
	font-weight: bold;
	width: 730px;
	height: 34px;
}
/*GetAdober*/
table.GetAdobeR {
	width: 450px;
	float:right;
	border: 1px dashed #666666;
	margin: 10px 0 0px 10px;
}
table.GetAdobeR td {
	white-space:nowrap
	margin: 5px;
	padding: 5px;
	vertical-align:middle;
}
/* リスト */
dl.newsList {
	clear:both;
	padding: 20px 0 0 0;
}
dl.newsList dt {
	float:left;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 3px 0 0 20px;
	background: url("../news/images/icon_01.gif") no-repeat 7px left;
}
dl.newsList dd {
	margin: 0px 0px 10px 0px;
	margin-left: 9em;
	padding: 3px 20px 0 0;
}
.NewAddr {
	width: 60%;
	white-space:nowrap;
	border: solid 1px #E5B5D6;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	
}
.NewsImgBox {
	float:right;
	margin:0 5px 10px 0;
	padding-left:30px;
	text-align:center;
}
