@charset "utf-8";


/*---------------------------------------------------* bc index.html *--------------------------------------------------*/

.sitemap {
	width: 690px;
	padding-top: 30px;
	overflow: hidden;
	zoom: 1;
}

.sitemap01 {
	width: 690px;
	padding-top: 10px;
	overflow: hidden;
	zoom: 1;
}

.sitemap_tit {
	width: 675px;
	color: #9f292d;
	background: url(../img/icon_grey.gif) 0px 7px no-repeat;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
}

p a:link {
	color: #9f292d;
}

p a:hover {
	color: #FF3366;
	
}

p a:visited {
	color: #9f292d;
}


.list_area {
	width: 200px;
	padding-left: 30px;
	float: left;
}


.list_area a:link,.sitemap-ul li a:link {
	text-decoration: none;
	color: #F8478D;
}
.list_area a:visited,.sitemap-ul li a:visited {
	text-decoration: none;
	color: #F8478D;
}
.list_area a:hover,.sitemap-ul li a:hover{
	text-decoration: underline;
	color: #FF3366;
}


.list_area .list_tit {
	font-size: 14px;
	color: #F8478D;
	font-weight: bold;
	background: url(../img/bg_line.gif) left bottom repeat-x;
}


.list_area .list_tit02 {
	font-size: 14px;
	color: #F8478D;
	font-weight: bold;
	background: url(../img/bg_line.gif) left bottom repeat-x;
	margin-top:20px;
}


.list_area ul {
	font-size: 12px;
}

.list_area ul li {
	color: #F8478D;
	margin-top: 4px;
	background: url(../img/icon_pink.gif) 0px 4px no-repeat;
	padding-left: 15px;

}

.sitemap-ul {
	list-style: none;
	margin: 0 10px 0 20px;
	clear: both;
}
.sitemap-ul li {

	margin: 4px 20px 0 0;
	font-size: 12px;
	background: url(../img/icon_pink.gif) no-repeat 0 50%;
    padding-left: 15px;
	float: left;
}
