@charset "Shift_JIS";
/* CSS Document */

/*visual*/
#container #contents .visual1{
padding: 0px;
margin: 0px;
height: 495px;
width: 460px;
background-image: url(../images/visual.jpg);
background-repeat: no-repeat;
background-position: left top;
display: block;
float: left;
}
#container #contents .visual2{
	margin: 0px;
	padding: 35px 0 0 30px;
	height: 290px;
	width: 335px;
	float: left;
	text-align: left;
}
#container #contents .visual2 h1{
	background-image: url(../images/visual2_title.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 335px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -1000em;
	overflow: hidden;
	text-align: left;
}
#container #contents .visual2 h2{
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -1000em;
	overflow: hidden;
	text-align: left;
}
#container #contents .visual2 .txt1{
	background-image: url(../images/visual2_txt1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 103px;
	width: 335px;
}
#container #contents .visual2 .txt2{
	background-image: url(../images/visual2_txt2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
	width: 335px;
}

/* news */
#news {
	position: relative;
	width: 355px;
	height: 160px;
	float: left;
	margin: 0px;
}
#news h2{
	font-size: 1px;
	line-height: 1px;
	background-image: url(../images/body_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -1000em;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 330px;
}
#news-Content {
	position: absolute;
	top: 35px;
	width: 335px;
	height: 160px;
	overflow: hidden;
	color: #666666;
}

#news .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}
#news .Scroller-Container table{
	width: 325px;
	height: auto;
}
#news .Scroller-Container th{
	color: #B0B0B0;
	font-weight: normal;
	width:90px;
	padding: 3px 0 3px 0;
	text-align: left;
	vertical-align: top;
}
#news .Scroller-Container td{
	padding: 3px 0 3px 0;
	text-align: left;
	vertical-align: top;
}
#news .Scroller-Container a{
	color: #f8b61c;
	text-decoration: underline;
}
#news .Scroller-Container a:visited{
color: #f8b61c;
}
#news .Scroller-Container a:hover{
color: #FFCC33;
}
#news .Scroller-Container a:active{
color: #FFCC33;
}

#news p {
	margin: 0; 
	padding: 0px 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 20px;
	color: #777;
}

#news-Scrollbar {
	position: absolute;
	top:50px;
	left: 335px;
}

#news .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 15px;
	height: 10px;
	font-size: 0px;
	background-image: url(../images/scroller_up.gif);
	background-repeat: no-repeat;
}

#news .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 130px;
	width: 15px; height: 10px;
	font-size: 0px;
	background-image: url(../images/scroller_down.gif);
	background-repeat: no-repeat;
}

#news .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 30px;
	height: 100px;
	position: absolute;
	top: 20px;
	/* background-image: url(../images/scroller_bg.gif);
	background-repeat: repeat-y;
	background-position: left top; */
}

#news .Scrollbar-Track-Pressed {
	background-color: #DDD;
}

#news .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	left: 0px;
	width: 30px;
	height: 22px;
	background-image: url(../images/scroller_handle.gif);
	background-repeat: no-repeat;
}

#news .Scrollbar-Handle-Pressed {
	background-image: url(../images/scroller_handle2.gif);
}
 
 .Scrollbar-Down-Pressed {
	background-image: url(../images/scroller_down2.gif);
}
.Scrollbar-Up-Pressed {
	background-image: url(../images/scroller_up2.gif);
}

#news .Scrollbar-Disabled {
	display: none;
}