/* CSS Document */

/* プレスリリース　CSS */

/* タイトル */
h2#title {
	width: 550px;
	height: 35px;
	font-size: 20px;
	line-height: 20px;
}

#title h3.fs {
	margin-top: 20px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

#title h3.fs2 {
	margin-top: 20px;
	text-align: center;
	font-size: 99%;
	font-weight: bold;
}


/* 本文 */
#honbun {
	width: 520px;
	margin: 15px 15px 0px 15px;
}

/* 年表示＆年選択プルダウンエリア */
#year_area{
	width: 520px;
	padding-bottom: 5px;
	border-bottom: 1px solid #3FC3AC;
	vertical-align: bottom;
}

/* 年テキスト */
#year_text {
	float: left;
}

/* 年選択プルダウン */
#year_select {
	float: right;
	width: 140px;
}

/* プレスリリース本文 */
.press {
	clear: left;
	width: 520px;
}

/* 年月日 */
.press dt {
	/*
	width:80px;
*/
	width: 7.5em;
	float: left;
	padding: 6px 0px;
	word-break: break-all;
}

/* 内容 */
.press dd {
	/*
	width: 430px;
	float: left;
*/
	margin-left: 7.5em;
	padding: 6px 0px 6px 10px;
}
