@CHARSET "UTF-8";
#main{
	height: auto;
}
#navi_home a{
	background: url("../img/common/home.jpg") no-repeat scroll 0 -25px;
}
#news p{
	line-height: 1.5;
}
#event p{
	line-height: 1.5;
}
.box_bg160 a{
	color: #5F1919;
}
.box_bg160 a:hover{
	color: #C33445;
	text-decoration: underline;
}
.box_bg160 a:visited{
	color: #C33445;
}
.list_icon{
	float: left;
	padding-right: 10px;
	padding-top: 2px;
}
.news_text{
	padding-left: 20px;
}
#news{
	height: 140px;
	overflow: auto;
}
#news div{
	margin-bottom: 10px;
}
.days{
	float: left;
	display: block;
	width: 70px;
	margin-right: 15px;
}
.days{ /width: 50px;}
.list{
	margin-bottom: 10px;
}
#event{
	height: 140px;
	overflow: auto;
}
.text{
	/*padding-left: 100px;*/
	display: block;
	width: 698px;
}
.text{ /padding-left: 20px; 
		/width: 540px;}

#schedule{
	padding: 30px 0 10px 0;
}
#schedule a{
	background: url("../img/index/schedule.png") no-repeat scroll 0 0;
	width: 780px;
	height: 0;
	padding-top: 42px;
	overflow: hidden;
	display: block;
}
#schedule a:hover{
	background: url("../img/index/schedule.png") no-repeat scroll 0 -42px;
}


/*Newテキスト用のスタイル*/
.newStyle {
	color:#ff6666;
	font-weight:bold;
	padding-left:5px;
}
