@charset "UTF-8";

#locorocoContents a:link, #locorocoContents a:visited {
	text-decoration: none;
	color: White;
}
#locorocoContents a:hover {
	text-decoration: underline;
	color: DarkSalmon;
}
#locorocoContents a:active {
	text-decoration: underline;
	color: Yellow;
}
#locorocoContents {
	font-family: sans-serif;
	width: 860px;
	margin: 20px auto;
	text-align: left;
	clear: both;
}
#locorocoContents h1 {
	margin-bottom: 20px;
}

/* ----- left ----- */

#locorocoContents #leftArea {
	font-size: 1px;
	width: 330px;
	float: left;
}


/* ----- right ----- */

#locorocoContents #rightArea {
	float: right;
}
#locorocoContents #rightArea #ad {
	margin-bottom: 30px;
	clear: both;
}
#locorocoContents #info {
	background-image: url(../img/bg_info.gif);
	width: 475px;
	height: 420px;
	padding-top: 30px;
}
#locorocoContents #info dl {
	margin: 0 5px 5px 15px;
	height: 400px;
	overflow: auto;
	padding: 0 10px 0 0;
}
#locorocoContents #info dt {
	font-weight: bold;
	color: brown;
	float: left;
	margin: 10px 0 0 0;
}
#locorocoContents #info dd {
	margin: 10px 0 0 8em;
}


/* ----- footerArea ----- */

#locorocoContents #footerArea {
	clear: both;
	text-align: right;
}
#locorocoContents #footerArea a:link, #locorocoContents #footerArea a:visited {
	color: DarkSalmon;
	padding: 0 10px;
}
#locorocoContents #footerArea p {
	font-size: 93%;
}
