@charset "UTF-8";

html { background: #ccd0d0 url(images/bg.jpg) 0 0 repeat-x; }

#photo {
	height: 355px;
	background: #000 url('bin/001.jpg') 0 0 no-repeat;
}

#breadcrumbs {
	position: absolute;
	visibility: hidden;
}

/* = contents = */

#contents { padding-top: 40px; }

/* = news = */

#news {
	position: relative;
	width: 518px;
	height: 235px;
	/*height: 440px;*/
	padding-top: 33px;
	background: url(images/news_ttl.gif) 0 0 no-repeat;
	font-size: 85%;
	_font-size: 90%;
}

*:first-child+html #news { font-size: 90%; }

#Scroller-1 {
	position: relative;
	overflow: hidden;
	width: 518px;
	height: 235px;
	/*height: 440px;*/
}

.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
}

.Scrollbar-Track {
	position: absolute;
	width: 10px;
	height: 235px;
	/*height: 440px;*/
	top: 33px;
	right: 0;
	background-color: #eee;
}

.Scrollbar-Handle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 30px;
	background-color: #ccc;
}

#Scroller-1 dl {
	width: 498px;
	padding: 15px 0;
	background: url(common/images/dot_line.gif) 0 100% repeat-x;
}

#Scroller-1 dt {
	padding: 0 1em 0 0;
	float: left;
}

#Scroller-1 dd { float: left; }

/* = banners = */

#banners {
	position: absolute;
	top: 73px;
	right: 22px;
}

#banners li {
	/*margin: 0 0 30px;*/
	margin: 0 0 20px;
}

