@charset "utf-8";
/* CSS Document */

#contents h2{
	height: 53px;
	width: 1020px;
	padding: 30px 0 0 60px;
	margin: 0 auto 20px 0;
	background: url(../img/common/bg_h2.gif)  no-repeat  0px 30px;
	font-size:2em;
}

#contents h2 span{
	color: #525252;
	padding: 2px 0 0 15px;
	font-weight: bold;
	color: #155E83;
	font-size:0.5em;
	font-family:Arial,Helvetica,sans-serif;
}

.sitemapArea ul{
	width: 340px;	
}
.sitemapArea .leftArea {
	float: left;	
}
.sitemapArea .centerArea {
	float: left;
	margin: 0 30px 0 30px;	
}
.sitemapArea .rightArea {
	float: right;	
	margin: 0;
}

.sitemapArea li a {
	width: 285px;
	display:inline-block;
	cursor:pointer;
	color:#152B33;
	font-weight:bold;
	color: #FFF;
	padding:10px 10px 10px 40px;
	padding-left: 40px;
	text-decoration:none;
	background: url(../../img/common/white_arrow_r.png) no-repeat 15px center,url(../../img/common/pattern_bg.gif) repeat left top;
	border-radius: 5px;
	margin-bottom:20px;
}

.sitemapArea li ul a {
	color:#152B33;
	font-weight:bold;
	padding:0 0 0 30px;
	color: #1392DE;
	background: url(../../img/common/triangle_arrow.gif) no-repeat 10px center;
	margin-bottom:10px;
}
.sitemapArea li ul a:hover{
	text-decoration:underline;
}
