@charset "utf-8";

.slide {
}
#slideshowContainer img{
	width: 750px;
	height: 270px;
}
.slideshowContainer {
	border: 1px solid #cccccc;
	width: 750px;
	height: 270px;
	zoom: 1;
	margin: 10px auto 5px auto;
}
.loading {
	background: url(images/loading.gif) center no-repeat;
}
.slideshowThumbnail {
	outline: none;
}
.slideshowThumbnail img {
	border: 1px solid #ffffff;
	padding: 4px;
}
a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}
	.outline {
	border: 1px solid #999999;
	z-index: 0;
	position: absolute;
}
#thumbnails {
	/*width: 136px;
	float: left;*/
	margin-bottom: 22px;
}
#thumbnails img{
	width: 136px;
	height: 65px;
}
#preview {
	margin: 5px 0 20px 0;
}

#preview .top_play {
	width: 49px;
	height: 13px;
}
#preview .top_stop {
	width: 58px;
	height: 13px;
}
#preview .top_next {
	width: 57px;
	height: 13px;
}
#preview .top_pre {
	width: 48px;
	height: 13px;
}

#news_cont {
	width: 750px;
	color: #5E5C5C;
}
#news {
	float: left;
	width: 505px;
	background: url(../images/top_news.gif) left top no-repeat;
}
#news h1{
	margin: 1px 0 0 0;
	text-indent: -9999px;
	border-bottom: 1px solid #878787;
}
#news ul{
	margin: 3px 0 0 0;
	width: 500px;
}
#news ul li{
	padding: 10px 0 !important;
	padding: 7px 0; /* for only IE6 style */
	background: url(../common/images/dot_line.gif) left bottom repeat-x;
	font-size: 83%;
}
#news ul li span.day{
	float: left;
	width: 65px;
}
#news ul li span.details{
	float: right;
	width: 430px;
}
.contact {
	float: right;
	width: 210px;
	background: url(../images/top_contact.gif) left top no-repeat;
}
.contact h2{
	margin: 1px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	border-bottom: 1px solid #878787;
}
.contact .tel{
	background: url(../images/top_tel.gif) left top no-repeat;
	width: 209px;
	height: 14px;
	text-indent: -9999px;
	margin-top: 18px;
}
.contact .fax{
	background: url(../images/top_fax.gif) left top no-repeat;
	width: 209px;
	height: 14px;
	text-indent: -9999px;
	margin-top: 18px;
}


/* sitemap */
h1.sitemap {
	background: url(../images/h1_title.jpg) right top no-repeat;
	width: 750px;
	height: 127px;
	text-indent: -9999px;
	margin-top: 11px;
}
#sitemap ul{
	margin: 30px 0 20px 0;
	width: 300px;
}
#sitemap ul li{
	padding: 8px 0 !important;
	padding: 15px 0 0 0 ; /* for only IE6 style */
	font-size: 92%;
}





