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


/*top header*/
div#top_header {
	width:920px;
	height:145px;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:left;
	background:url(../common_images/top_header_bg.jpg) no-repeat right top;
}

h1.logo_lacasta {
	width:139px;
	height:99px;
	position:absolute;
	left: 390px;
	top: 27px;
	}

/*top index flash area*/
div#top_flash {
	width:920px;
	height:400px;
	padding:0;
	margin:145px auto;
}

div#index_flash {
	width:920px;
	height:400px;
	padding:0;
	margin:0 auto;
}

/*top main contents*/
div#top_main_contents {
	width:920px;
	height:400px;
	padding:0;
	margin:0 auto;
	border-top:#310000 5px solid;
	border-bottom:#310000 5px solid;
}



div#top_newsarea {
	width:920px;
	margin:0;
	padding:10px 0;
	text-align:left;
	border-bottom:2px solid #CCC;
}


p.news_title {
	margin:0 0 10px 0;
	padding:0;
}





dl.listnews dt {
  clear: left;
  float: left;
  margin: 0 0 0.5em;
  width: 7.5em;
  padding-left: 2px;
  font-size:11px;
  font-weight:700;
  line-height:120%;
  color:#000;
}

dl.listnews dd {
  margin-bottom: 0.5em;
  margin-left: 8.5em;
  line-height:135%;
  font-size:11px;
  color:#000;
}
dl.listnews dd a:link {
  color:#000;
  font-weight:normal;
}
dl.listnews dd a:visited {
  color:#000;
  font-weight:normal;
}
dl.listnews dd a:hover {
	color:#310000;
	text-decoration: none;
	font-weight:700;
}

