@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;
}

.pageBox_01 {
	margin:30px 50px 0;
	list-style-type:none;
}

.pageList_01 {
	margin-bottom:30px;
}

.pageList_01:last-child {
	margin-bottom:0;
}

.pageList_01 div {
	border-left:10px solid #135726;
}

.pageList_01 div a {
	display:block;
	background:url(../../common/images/Arrow_01.png) 23px 18px no-repeat #f4f4f4;
	padding:15px 15px 15px 2.1em;
	line-height:110%;
}

.pageList_01 div a:hover {
	opacity:0.75;
	text-decoration:none;
}

.pageList_01_02 div {
	border-left:10px solid #135726;
	background:#f4f4f4;
	padding:15px 15px 15px 20px;
}

.pageBox_02 {
	padding:20px 0 20px 2em;
	list-style-type:none;
	border-right:1px dotted #c0c0c0;
	border-bottom:1px dotted #c0c0c0;
	border-left:1px dotted #c0c0c0;
}

.pageList_02 {
	display: inline-block;
	margin-right:30px;
}

.pageList_02 a{
	background: url(../../common/images/Arrow_01.png) 0 5px no-repeat;
	padding: 0 0 0 10px;
}