@charset "UTF-8";


div#contents h2 {
	display: none;
}
div#contents h3 {
	height: 30px;
	overflow: hidden;
	text-indent: -5000px;
	clear: none;
	cursor: pointer;
}
div#news h3 {
	width: 300px;
	background-image: url(../images/news.gif);
}
div#news {
	width: 300px;
}
div#news ul {
	float: left;
	width: 300px;
}
div#gallery {
	float: right;
	height: 100px;
	width: 440px;
	/*background-color: #FF0000;*/
}
div#gallery h3 {
	width: 440px;
	background-image: url(../images/gr.gif);
}

div.scrollImage_wrapper {
	margin: 0px auto 0px auto;
	overflow: hidden;
	z-index: 1;
	padding: 2px 0px 0px 0px;
}
div.scrollImage_main {
	padding: 0px;
	margin: 0px;
}
div.scrollImage_main a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
}
div.scrollImage_blank {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
div.scrollImage_main a img {
	display: inline;
}
div.scrollImage_ui {
	clear: both;
	margin: 5px auto 15px auto;
	width: 440px;
	height: 20px;
}
span.scrollImage_next {
	cursor: pointer;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -5000px;
	display: block;
	float: right;
	background-image: url(../images/next.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/next.png', sizingMethod='scale');
}
span.scrollImage_prev {
	cursor: pointer;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -5000px;
	display: block;
	float: left;
	background-image: url(../images/prev.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/prev.png', sizingMethod='scale');
}
div#link_wrapper {
	clear: both;
	height: 50px;
	/*background-color: #FF0000;*/
}
div#link_wrapper ul li {
	float: left;
	padding: 0px 10px 0px 10px;
}
