@charaset "Shift_JIS";

/*---------------------------------------------------------------
	1.　スライドショー
---------------------------------------------------------------*/
#slideshow {
  width: 660px;
  height: 440px;
}


/*---------------------------------------------------------------
	1.　スライドショー：ランダム用
---------------------------------------------------------------*/
#slideshowArea {
  width: 970px;
  height: 440px;
  background-image:url(../images/main_bg.jpg);
  background-repeat:no-repeat;
  padding-left:29px;
  text-align:left;
}


/*---------------------------------------------------------------
	2.　更新情報
---------------------------------------------------------------*/

#News{
	margin-top:30px;
	text-align:left;
	width:970px;
}

#News th{
	border-right: solid 1px #000000;
	padding:10px 30px 0 0;
}
#News td{
	padding:15px 0 0  30px;
}


#footerIndex{
	height:500px;		/*　更新情報が増えたら高さを高くすること　*/
	width : 100%;
	clear : both;
	margin : auto;
	background-image:url(../images/bg_footer.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	
}
