@charset 'utf-8';

/*　共通部分　*/
#left_line {
	width: 315px;
	float: left;
}

#right_line {
	width: 315px;
	float: right;
}

#globalArea a:link { color:#0000FF; text-decoration:none; }
#globalArea a:visited { color:#0000FF; text-decoration:none; }
#globalArea a:hover { color:#0000FF; text-decoration:underline; }
#globalArea a:active { color:#0000FF; text-decoration:none; }

#globalArea dl dt a:link { color:#ff009c; text-decoration:none; }
#globalArea dl dt a:visited { color:#ff009c; text-decoration:none; }
#globalArea dl dt a:hover { color:#ff009c; text-decoration:underline; }
#globalArea dl dt a:active { color:#ff009c; text-decoration:none; }

#globalArea {
	width: 650px;
}

#globalFind {
	margin-bottom: 10px;
}

#globalContents {
	width: 650px;
}

#globalContents ul {
	margin: 0;
	padding: 0;
	
}

#globalContents li {
	list-style: none;
	display: block;
	
}

#globalContents dl {
	margin: 0;
	padding: 0;
}

#globalContents dt {
	font-weight: bold;
	color: #FF069E;
	font-size: 12px;
	margin-bottom: 10px;
	border-left: 3px #FF069E solid;
	padding-left: 5px;
}

#globalContents dd {
	margin: 0 0 10px 10px;
	background:url(/sitemap/img/arrow.gif) no-repeat;
	padding-left: 10px;
	display: block;
	vertical-align:top;
}

#globalBt {
	margin: 20px 0 20px 225px;
	height: 25px;
}

#globalBt ul {
	margin:0px;
	padding:0px;
}

#globalBt li {
	list-style: none;
	overflow:hidden;
	float: left;
	margin-right: 5px;
}
