@charset "utf-8";
/* CSS Document */

#breadcrumbs {
	margin:15px 0 10px;
}

#mainColumn h2 {
	background:#135726;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	margin-bottom:30px;
}

#notice,
#newsRelease {
	margin-bottom:30px;
}

#notice ul li,
#newsRelease ul li {
	list-style-type:none;
	line-height:140%;
}

#notice ul li:not(:last-child),
#newsRelease ul li:not(:last-child) {
	margin-bottom:15px;
}

#notice ul li a:hover,
#newsRelease ul li a:hover {
	text-decoration:underline;
}

#notice dl,
#newsRelease dl {
	overflow:hidden;
}

#notice dl dt,
#newsRelease dl dt {
	color:#0e7c29;
	float:left;
	width:140px;
	margin-right:5px;
}

#notice dl dd,
#newsRelease dl dd {
	float:left;
	width:745px;
}

#notice a,
#newsRelease a {
	color:#0d391a;
}

#newsRelease a {
	margin:0 0 0 1em;
	background: url(../../common/images/Arrow_01.png) 0 5px no-repeat;
	padding: 0 0 0 10px;
}