@charset "UTF-8";

/*
---------------------------------------------------- */
#content #oneColumn {
	width: 750px;
	text-align: left;
	margin: 17px auto!important;
	margin: 17px;
}

#box {
	width: 700px;
	margin: 40px 20px 10px;
}

/*マップ
---------------------------------------------------- */
#first, #second, #third {
	width: 130px;
	text-align: left;
	float: left;
}
#third {
	padding-top: 78px;
}

#oneColumn li, #oneColumn li a {
	width: 130px;
	height: 25px;
	display: block;
	text-indent: 30px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.back01 {
	background: url(../../sitemap/img/bk01.gif) no-repeat;
}
.back01 a:hover {
	background: url(../../sitemap/img/bk01_on.gif) no-repeat;
}
.back02 {
	background: url(../../sitemap/img/bk02.gif) no-repeat;
}
.back02 a:hover {
	background: url(../../sitemap/img/bk02_on.gif) no-repeat;
}
.back03 {
	background: url(../../sitemap/img/bk03.gif) no-repeat;
}
.back03 a:hover {
	background: url(../../sitemap/img/bk03_on.gif) no-repeat;
}
.back04 {
	background: url(../../sitemap/img/bk04.gif) no-repeat;
}
.back04 a:hover {
	background: url(../../sitemap/img/bk04_on.gif) no-repeat;
}
.back05 {
	background: url(../../sitemap/img/bk05.gif) no-repeat;
}
.back05 a:hover {
	background: url(../../sitemap/img/bk05_on.gif) no-repeat;
}
.back06 {
	background: url(../../sitemap/img/bk06.gif) no-repeat;
}

li a:link, li a:visited {
	color: #666666;
	text-decoration: none;
}

#box .ac a:link, #box .ac a:visited {
	color: #f18a00;
	text-decoration: none;
}
#box .rc a:link, #box .rc a:visited {
	color: #ed7787;
	text-decoration: none;
}
#box .ll a:link, #box .ll a:visited {
	color: #7ac48a;
	text-decoration: none;
}
#box .pp a:link, #box .pp a:visited {
	color: #584c9d;
	text-decoration: none;
}

/*注意事項など
---------------------------------------------------- */
#oneColumn #note {
	width: 710px;
	margin: 5px 20px 10px;
	border: 1px solid #efefef;
}
#oneColumn #note .title {
	height: 14px;
	padding: 2px 5px;
	background-color: #9ac9a9;
	display: block;
	font-weight: bold;
}
#oneColumn #note .copy {
	padding: 5px 5px;
	display: block;
}