@charset "utf-8";

/*  Press
---------------------------------------------------------- */

body.index div#body div#main h3 {
	padding-bottom: 10px;
}

/* JavaScriptでのhover処理とRSS SuiteがIEで相性が悪いのでIE7向け */
body.index div#body div#main div.section ul.list li:hover {
	*background: #f2f9fb;
}

body.index div#body div#main div.section ul.list li a,
body.index div#body div#main div.section ul.list li span.text {
	/*width: 565px;*/
	width: 610px;
}

body.index div#body div#main div.section p.rss {
	left: 221px;
}

body.index div#body div#main div.section p.description {
	color: #001c5b;
	font-size: 86%;
	font-weight: bold;
}

@media print {
	body.index div#body div#main div.section ul.list li a,
	body.index div#body div#main div.section ul.list li span.text {
		width: 510px;
	}
}


/*  Press (details)
---------------------------------------------------------- */

body.details div#body div#main {
	padding-bottom: 18px;
}

body.details div#body div#main h2 {
	padding: 1px 1px 0 1px;
	border-bottom: 1px solid #ccc;
	background: url(/common/image/bg_h2.gif) no-repeat 0 0;
}

body.details div#body div#main h2 span {
	display: block;
	padding: 3px 10px 2px 10px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	line-height: 1.3;
}

body.details div#body div#main p.date {
	padding-top: 1em;
	color: #999;
	text-align: right;
}
/*---------------------------------------------------------- */
.pad {
	margin-bottom: 15px;
}

.reed_title{
	color: #001c5b;
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
	padding-top:50px;
}

.press_name{
	float:left;
}
.press_date{
	float:right;
}

body.index div#body div#main div.section ul.list li span.date {
	width:80px; !important
}
