/* CSS Document */

/* Press Release　CSS */

/* Title */
h2#title {
	width: 550px;
	height: 35px;
	font-size: 20px;
	line-height: 20px;
}
#press_honbun h4.reference {
	font-size: 100%;
	padding-right: 1em;
	background-color: #F0F0F0;
	text-align: right;
	margin-bottom: 15px;
	
}

/* Honbun */
#honbun {
	width: 520px;
	margin: 15px 15px 0px 15px;
}

/* Year Area */
#year_area{
	width: 520px;
	padding-bottom: 5px;
	border-bottom: 1px solid #3FC3AC;
	vertical-align: bottom;
}

/* Text */
#year_text {
	float: left;
}

/* Pulldown */
#year_select {
	float: right;
	width: 140px;
}

/* Release Honbun */
.press {
	clear: left;
	width: 520px;
}

/* Date */
.press dt {
	width:7.5em;
	float: left;
	padding: 6px 0px;
	word-break: break-all;
}

/* Explanation */
.press dd {
	/*
	width: 430px;
	float: left;
	padding: 6px 0px 6px 10px;
*/
margin-left:7.5em;
	padding:6px 0 6px 10px;
}

