@charset "utf-8";

/* ニュースリリーストップ
----------------------------------------------------------------------------------------------------*/

#preTop {
	float: right;
	width: 700px;
}

/* ニュースリリース内容
----------------------------------------------------------------------------------------------------*/

#preCont {
	float: right;
	width: 700px;
}

#preCont h2 {
	margin: 0 0 15px;
}

#preCont h3 {
	margin: 0 0 10px;
	padding: 0 0 5px 30px;
	background: url(../images/pre_back001.gif) no-repeat;
	background-position: 10px 0.3em;
	border-bottom: solid 1px #DFDFDF;
	font-weight: bold;
}

#preCont h4 {
	margin: 0 0 0.5em;
	font-weight: bold;
	color: #009D3B;
}

#preCont h5 {
	margin: 0 0 0.5em;
	color: #009D3B;
}

#preCont p, #preCont ul, #preCont ol {
	margin: 0 0 1em;
}

#preCont ul li {
	margin: 0 0 0 2em;
	list-style-type: disc;
}

#preCont ol li {
	margin: 0 0 0 2em;
	list-style-type: decimal;
}

#preCont table {
	border-collapse: collapse;
	margin: 0 0 10px;
}

#preCont table.opentime{
	width:90%;
}

#preCont table.time td{
	padding:8px;
	text-align:center;
}

#preCont th, #preCont td {
	padding: 5px;
	border: #E9E9E9 solid 1px;
}

#preCont th {
	background: #F0F9F4;
	white-space: nowrap;
	vertical-align:middle;
	text-align:center;
}


#preCont tr.color01{
	background-color:#EEEEEE;
}


#preCont td.close{
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}

#preCont div.photoright{
	margin:10px 0;
	width:45%;
	float:right;
	text-align:center;
}

#preCont div.photoleft{
	margin:10px 0;
	width:45%;
	float:left;
	text-align:center;
}

#preCont div.photoright img,
#preCont div.photoleft img{
	margin-bottom:5px;
}
	


