@charset "UTF-8";

@import "/common/themes/bace/css/default.css"; /* initial setting */
@import "/common/themes/bace/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}

h2 a {
	background: url(images/mainImg.jpg) no-repeat 0 0;
	width: 900px;
	height: 106px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

.firstHeder {
	width: 600px;
	height: 40px;
	background: url(images/flow.jpg) no-repeat 0 0;
	font-weight: bold;
	padding: 14px 0 0 30px;	
}
.firstHeder h3 {
	padding: 0;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.2;
	color: #00591a;
}
.title {
	padding: 5px 0 0 10px;
	background: url(images/title.jpg) no-repeat 0 0;
	width: 464px;
	height: 37px;
	font-size: 123.1%;
	font-weight: bold;
	color: #fff;
}
.allowBody {
	background: url(images/allowBody.gif) repeat-y 0 0;
	width: 394px;
	padding: 10px 0 10px 80px;
}
.allowBody ul li {
	background: url(images/smallAllow.gif) no-repeat 10px bottom;
	padding-bottom: 20px;
	margin-bottom: 5px;
}
.allowBody ul li.lastChild {
	background: none;
	padding: 0;
	margin: 0;
}
.allowBottom {
	background: url(images/allowBottom.gif) no-repeat 0 0;
	width: 474px;
	height: 25px;
	margin-bottom: 10px;
}

