@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------- */
/* ニュースリリースのみ */
/* ---------------------------------------------------------------- */
/* Smenu */
ul#Smenu {
	position: relative;
	list-style-type: none;
	width: 195px;
	height: 53px;
	background: url("../images/release/smenu.gif") no-repeat;
}
ul#Smenu li a {
	display: block;
	overflow: hidden;
	width: 195px;
	height: 50px;
}
ul#Smenu li.sm1 a {
	position: absolute;
	background: url("../images/release/smenu.gif") no-repeat 0 0;
	top: 0;
}
ul#Smenu li.sm1 a:hover,
ul#Smenu li.sm1s a {
	position: absolute;
	background: url("../images/release/smenu.gif") no-repeat -196px 0;
	top: 0;
}

h2 {
	width: 639px;
	height: 35px;
	background: url("../images/release/h2_title.gif") no-repeat;
}
table.release {
	width: 639px;
	border-top: 2px solid #DDD;
	border-bottom: 1px solid #DDD;
}
table.release th,
table.release td {
	padding: 8px;
	background: url("../common/images/icon_dot.gif") repeat-x bottom;
	color: #666666;
	vertical-align: top;
}
table.release th {
	width: 90px;	
	border-right: 2px solid #30A85D;
	text-indent: 5px;
	white-space: nowrap;
}
* html .release_text { /* ie6 */
	width: 639px !important;
}
.release_text {
	width: 605px;
	padding: 10px 15px;
	border: 2px solid #DDD;
}

/** none **/
h2 span,
ul#Smenu li a span {
	display: none;
}