#week_select
{
	width:686px;
	margin:0px auto;
}

.week_title
{
	color:#FFFFFF;
	padding:10px;
}

#week_select .all
{
	height:20px;
	background:#282828;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}
#week_select a
{
	color:#FFFFFF;
}

#week_select .saga
{
	height:20px;
	background:#faaa00;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}


#week_select .miyazaki
{
	height:20px;
	background:#2291b3;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}


#week_select .nagasaki
{
	height:20px;
	background:#c94d2e;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}

#week_select .kagoshima
{
	height:20px;
	background:#950c3c;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}

#week_select .ooita
{
	height:20px;
	background:#769804;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}

#week_select .kumamoto
{
	height:20px;
	background:#da6f8b;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}

#week_select .fukuoka
{
	height:20px;
	background:#5e0096;
	padding:5px 10px 0px 10px;
	float:right;
	margin-left:10px;
}


h2{
	background-image: url(../img/h2_title.gif);
	height:42px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
}
h3
{
	position:absolute;
	left:0px;
	top:30px;
	
	padding:0px;
	line-height:110%;
	margin:0px;
	font-weight: bolder;
	font-size: 20px;
	color: #341100;
}
h3 span{
	font-size: 14px;
	padding-left: 5px;
}
#contents_right{
	float:right;
	width:200px;
}
#contents_left{
	float:left;
	width:510px;
}

#black_box
{
	width:717px;
}

.black_box{
	width:492px;
	display: block;
	padding-left: 18px;
	background-color: #000000;
	line-height: 30px;
	color: #FFFFFF;
}
/*--------------------------------------------------------------
	article
--------------------------------------------------------------*/
.article
{
	position:relative;
	width:635px;
	height:295px;
	background-image: url(../img/frame.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 35px 40px 45px 40px;;
	margin-left:2px;
	margin-bottom:15px;
}

.article_miyazaki
{
	position:relative;
	width:635px;
	height:295px;
	background-image: url(../img/frame_miyazaki.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 35px 40px 45px 40px;;
	margin-left:2px;
	margin-bottom:15px;
}

.article_nagasaki
{
	position:relative;
	width:635px;
	height:295px;
	background-image: url(../img/frame_nagasaki.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 35px 40px 45px 40px;;
	margin-left:2px;
	margin-bottom:15px;
}

.article_kagoshima
{
	position:relative;
	width:635px;
	height:295px;
	background-image: url(../img/frame_kagoshima.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 35px 40px 45px 40px;;
	margin-left:2px;
	margin-bottom:15px;
}
.article_ooita
{
	position:relative;
	width:635px;
	height:295px;
	background-image: url(../img/frame_ooita.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 35px 40px 45px 40px;;
	margin-left:2px;
	margin-bottom:15px;
}
.article_kumamoto
{
	position:relative;
	width:635px;
	height:295px;
	background-image: url(../img/frame_kumamoto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 35px 40px 45px 40px;;
	margin-left:2px;
	margin-bottom:15px;
}
.article_saga
{
	position:relative;
	width:635px;
	height:295px;
	background-image: url(../img/frame_saga.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 35px 40px 45px 40px;;
	margin-left:2px;
	margin-bottom:15px;
}
.article_fukuoka
{
	position:relative;
	width:635px;
	height:295px;
	background-image: url(../img/frame_fukuoka.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 35px 40px 45px 40px;;
	margin-left:2px;
	margin-bottom:15px;
}

.num_plate
{

	float: left;
	width: 71px;
	height:18px;
	padding: 18px 40px 18px 41px;
	background-image: url(../img/number_plate.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:5px;
}
.num_plate span{
	float: left;
	width: 12px;
	height:18px;
	padding:0px 2px;
	background-image: url(../img/number_plate.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent:-9999px;
}

.num_plate a{
	display:none;
}

.num_plate .num_0{background-image: url(../img/0.png);}
.num_plate .num_1{background-image: url(../img/1.png);}
.num_plate .num_2{background-image: url(../img/2.png);}
.num_plate .num_3{background-image: url(../img/3.png);}
.num_plate .num_4{background-image: url(../img/4.png);}
.num_plate .num_5{background-image: url(../img/5.png);}
.num_plate .num_6{background-image: url(../img/6.png);}
.num_plate .num_7{background-image: url(../img/7.png);}
.num_plate .num_8{background-image: url(../img/8.png);}
.num_plate .num_9{background-image: url(../img/9.png);}

.article_name{
	width:224px;
	height:54px;
	float:left;
	margin-left: 10px;
	line-height:54px;
}

.title_right{
	float: right;
	width: 198px;
	text-align: right;
}
.date
{
	font-size:11px;

}


/**/

.date2
{
	position:absolute;
	left:75px;
	top:12px;
	line-height:10px;
	height:15px;
	font-size:11px;
}

.icon_right2
{
	position:absolute;
	left:30px;
	top:10px;

	width:38px;
	height:15px;

}
.icon_left2
{
	line-height:0px;
	position:absolute;
	left:0px;
	top:5px;
	width:24px;
	height:24px;

}



.icon_right{
	width:38px;
	height:15px;
	padding-top:4px;
	float:right;
}
.icon_left
{
	width:24px;
	height:24px;
	float:right;
	padding-right:5px;
}

.caption{
	width:635px;
	height:107px;
	margin:5px 0px 11px 0px;
}
.caption_left
{
	width:148px;
	height:107px;
	text-align:center;
	float:left;
}

.caption_left .area_img
{
	display:block;
	width:107px;
	height:107px;
	overflow:hidden;
}

.caption_left img{
	border: 1px solid #B5B5B5;

}
.caption_right{
	width:485px;
	float:right;
}
.caption_title{
	font-weight: bolder;
	font-size: 15px;
	margin-bottom: 10px;
}
.hensyubu{
	position:relative;
	padding:8px 10px 6px 10px;
	background-color: #DACFAF;
	width: 615px;
	height:100px;
}
.hensyubu_title{
	background-image: url(../img/hensyubu_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 73px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.hensyubu_txt{
	font-size:11px;
	line-height:140%;
	float: left;
	width: 480px;

}

.Scrollbar-Up1,.Scrollbar-Up2,.Scrollbar-Up3,.Scrollbar-Up4,.Scrollbar-Up4
{
  z-index:200;
  cursor: pointer;
  position: absolute;
  top: 20px; left: 495px;
}
.Scrollbar-Down1,.Scrollbar-Down2,.Scrollbar-Down3,.Scrollbar-Down4,.Scrollbar-Down5
{
  z-index:200;
  cursor: pointer;
  position: absolute;
  top: 90px; left: 495px;
}


#Scroller-11,#Scroller-12,#Scroller-13,#Scroller-14,#Scroller-15
{ 
  position: absolute; 
  overflow: hidden;
  width: 500px;
  height:70px;
}

.Scroller-Container
{
  position: absolute;
  top: 0px; left: 0px;
}


.get{
}
.get a{
	text-indent: -9999px;
	display: block;
	background-image: url(../img/get_plate.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 51px;
	width: 105px;
}

#navi{
	margin-top:20px;
	line-height:30px;
	text-align: center;
}
#navi span a{
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	margin:0 10px;
	height: 30px;
}

