@charset "UTF-8";

/*
===== #contents =====
*/
#contents {
	background-image: none;
	padding: 0;
}
	/* main_contents */
	#main_contents {
		overflow: hidden;
		position: relative;
		padding: 0;
		width: 900px;
	}
		#main_contents #visual {
			margin: 0 0 16px;
		}
		#main_contents .infoArea {
			float: left;
			width: 425px;
		}
			#main_contents .infoArea h2 {
				float: left;
				margin: 0 0 10px;
			}
			#main_contents .infoArea .list {
				float: right;
			}
			#main_contents .infoArea dl {
				clear: both;
				height: 135px;
				_height: 130px;
				/* overflow-y: scroll; */
				padding-right: 5px;
			}
/*
			body:first-of-type #main_contents .infoArea dl {
				height: 225px;
			}
			#main_contents .infoArea dl, x:-moz-broken, x:last-of-type {
				height: 148px!important;
			}
*/
				#main_contents .infoArea dl dt {
					background: url(../images/top_info_date.gif) no-repeat 8.2em center;
					_background-position: 6.8em center;
				}
				#main_contents .infoArea dl dd {
					margin: -1.6em 0 3px 9.2em;
					_margin: -1.6em 0 3px 7.8em;
				}

				#main_contents .infoArea strong {
					font-weight: bold;
				}

		#main_contents .announcement {
			float: right;
			width: 425px;
		}
			#main_contents .announcement h2 {
				margin: 0 0 10px;
			}
			#main_contents .announcement p {
				margin: 0 0 10px;
			}
			#main_contents .announcement .msg {
				background: url(../images/top_msg_btmbg.gif) no-repeat left bottom;
				padding: 0 0 15px;
				width: 425px;
			}
				#main_contents .announcement .msg .inner {
					background: url(../images/top_msg_topbg.gif) no-repeat left top;
					padding: 12px 15px 0;
					_zoom: 1;
				}
					#main_contents .announcement .msg .inner h3 {
						color: #005e26;
						font-weight: bold;
						margin: 0 0 5px;
					}
					#main_contents .announcement .msg .inner dl dd {
						margin: -1.6em 0 0 1.2em;
					}

