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

/* パンくず */
#pan {
	padding:10px 0 60px 0;
	width:980px;
	margin:0 auto;
}

#pan h1 {
	float:left;
}

#pan p {
	float:right;
	position:relative;
}

#pan p img {
	margin-top:4px;
	position:absolute; top:-4px; left:-24px;
}


/* 中身 */
#rightcontents {
	width: 690px;
	float: right;
	line-height:24px;
}

.stit {
	padding-bottom: 10px;
	border-bottom: 1px solid #ed7700;
	margin-bottom:25px;
	margin-top:60px;
}

#sitemap section {
	margin-bottom:40px;
}

#sitemap section h1 {
	background:#ed7700;
	padding:10px 15px;
	font-size:1.5em;
}

#sitemap section h1 a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#sitemap section h1 a:hover,
#sitemap section table td span a:hover {
	text-decoration:underline;
}

#sitemap section table {
	width:100%;
}

#sitemap section table td {
	font-weight:bold;
	font-size:1.5em;
	width:230px;
	padding-left:20px;
}

#sitemap section table td a {
	font-weight:bold;
	color:#333;
}

#sitemap section table td span a {
	font-weight:normal;
	font-size:0.8em;
	position: relative;
	text-decoration:none;
	padding-left: 10px;
}

#sitemap section table td span a:before {
	content: url(../../common/images/icn_arrow_r_org.png);
	position: absolute;
	left: 0px;
}

#sitemap section table td span a:hover:before {
	left: 3px;
}

#sitemap section table td span {
	display:block;
	margin-top:5px;
}

#sitemap section table td p {
	padding-top:20px;
	font-weight:bold;
}

/* style */
.right {
	float:right;
}

.left {
	float:left;
}

.cl {
	clear: both;
}