@charset "UTF-8";
@import "common.css";
@import "base.css";

/*プレスリリース 一覧--------------------*/

.press_block {
	width: 855px;
	margin: 0 auto 30px auto;
}

.press_block li {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(../common/icon_maru01.gif) 0 4px no-repeat;
}

.press_block li span {
	font-size: 85%;
}


/*プレスリリース 詳細--------------------*/

.ttl01 {
	margin: 0 auto 5px auto;
}

.press_date {
	width: 867px;
	margin: 0 auto 15px auto;
	text-align:right;
}

.press_ph {
	float: right;
	margin-left: 25px;
}

.press_txtarea {
	width: 807px;
	margin: 0 auto 25px auto;
	padding-bottom: 35px;
	background: url(../common/line03.gif) bottom left no-repeat;
}

.press_return {
	width: 807px;
	margin: 0 auto 40px auto;
	text-align: center;
}


/*プレスリリース テーブル　20111003--------------------*/
#press {
	width:700px;
	margin:20px auto 15px auto;
}
#press tr {
	background:url(../common/line01.gif) bottom left no-repeat;
}

#press th,
#press td{
	padding:10px;
	text-align:left;
}

#press th p{
	padding-left:20px;
	background: url(../common/icon_maru01.gif) left center no-repeat;
}


