@charset "utf-8";
/* index CSS */

#index {
	background-repeat: repeat-x;
	background-position: center 120px;
	background-image: url(../img/bg01.gif);
}
#index #wrap {
	background-color: #FFF;
	border-top-style: none;
	border-top-color: #CCC;
	height: 500px;
}

#slidingpict {
	width: 805px;
	height: 170px;
	background-image: url(../img/bg_sliding.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	margin: auto;
	padding-left: 20px;
	padding-bottom: auto;
}
/* sliding pict style */

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height: 160px;
	width: 500px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0px;
	left: 0px;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px;
	width: 100px;
	height:24px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 24px;
	display: none;
	font-size: 12px;
	left: 0px;
}
.paging a {
	text-decoration: none;
	color: #FFF;
	padding: 2px;
}
.paging a.active {
	text-decoration: underline;
}
.paging a:hover {
	text-decoration: none;
}
#news {
	height: 231px;
	width: 502px;
	float: left;
}
#newsHead {
	background-color: #41ADE3;
	height: 30px;
	width: 502px;
}
#newsHead h2 {
	color: #FFF;
	font-size: 14px;
	height: 24px;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 0px;
	display: block;
	float: left;
}
#newsHead .toList , #newsHead .toRss {
	height: 20px;
	width: 60px;
	float: right;
	margin: 5px;
}
#news .Inscroll {
	width: 500px;
	height: 340px;
	overflow: auto;
	clear: both;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#news ul {
	width: 470px;
	padding-left: 5px;
}
#news ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../img/arbr2.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 28px;
}
#news ul li .EntryDate {
	font-size: 12px;
	color: #666;
	padding-right: 10px;
}
#news ul li .ToLocal {
	background-image: url(../img/ban_local.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
}



#sideban {
	width: 290px;
	float: right;
	padding-right: 0px;
	height: 380px;
	margin-top: 1px;
}

#balloon {
	position: relative;
	height: 83px;
	width: 81px;
	top: -150px;
	left: 763px;
}


/* 追加スタイル(さかもと)　角丸枠 */
.fillbox-r {
	padding: 20px;
	width:50%;
	margin-bottom:30px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #BA79F9;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-khtml-border-radius: 12px;
	color: #292929;
}
