@charset "UTF-8";
/* CSS Document */
@import url("common.css");



/*--------------------------------------------------
 flasharea
 -------------------------------------------------*/
#mainimage{	
	background:url(../img/top/bg_flasharea.jpg) 0 0 no-repeat;
	padding:8px 5px;
}



#headline{
	background:#414141;
	padding:7px;
	border:1px dotted #000000;
	font-weight:bold;
	margin-top:7px;
}

							
/*--------------------------------------------------
 layout
 -------------------------------------------------*/
#content_navi{
	float:left;
	width:426px;
	margin-top:20px;
}

#sub_navi{
	float:right;
	width:230px;
	margin-top:20px;
}

/*--------------------------------------------------
 news
 -------------------------------------------------*/
.news .title{
	margin-bottom: 15px; 
}

.news dl{
	clear:both;
	text-align:left;
	margin:6px 3px;
	padding-bottom:2px;
	border-bottom:1px dotted #666666;
	font-size:13px;
	zoom:1;
}

.news dl:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.news dt{
	font-weight:bold;
	color:#91A3A5;
	margin-right:8px;
	float:left;
}
	
.news dd{
	float:left;
	width:340px;
	line-height:140%;
}

/*--------------------------------------------------
 sub_navi
 -------------------------------------------------*/

/*--caution_container--*/

#caution_container{
	background:#000000;
	border:1px solid #52514E;
	padding:5px;
	margin-bottom:10px;
}


#caution_container dt{
	background:url(../img/top/bg_title_caution.jpg) 3px 0 no-repeat;
	font-weight:bold;
	color:#FF797C;
	padding:7px 0 7px 33px;
	text-align:left;
	margin-bottom:10px;
	
}

#caution_container dd{
	margin-bottom:5px;
	text-align:left;
	padding:0px 6px;
	line-height:140%;
}



/*--rider_container--*/

#rider_bn{
	margin-bottom:10px;
}

#rider_container{
	margin-bottom:10px;
	padding:10px;
	border:1px solid #555;
}


#rider_container .title{
	font-weight:bold;
	color:#fff;
	padding:0;
	text-align:left;	
}

#rider_container .photo{
	margin:10px 0 ;
	text-align:center;
}

#rider_container .name{
	font-weight:bold;
	color:#666;
	text-align:left;
	padding:0 3px 5px;
	border-bottom:1px solid #900;
	margin-bottom:8px;
	font-size:14px;
}

#rider_container .lead{
	margin:0 10px;
	text-align:left;
	line-height:140%;
	color:#888;
}



/*--staffroom_container--*/

#staffroom_container{
	border:2px solid #585856;
	background:url(../img/top/bg_staffroom.jpg) 0 0 no-repeat #333333;
	padding:50px 7px 10px;
	text-align:left;
}


#staffroom_container dt{
	margin:1px 1px 5px;
	font-weight:bold;
	color:#FFF;
	line-height:150%;
	background:url(../img/top/icn_tri03.gif) 0 3px no-repeat;
	padding:0 0 0 10px;
}

#staffroom_container dd{
	padding:12px 10px 10px;
	line-height:130%;
	background:url(../img/top/line_block03.gif) 5px top no-repeat;
	color:#CCC;
}

#staffroom_container dd a{
	color:#a7c5F8;
}

/*--------------------------------------------------
tech
 -------------------------------------------------*/

#main #content_navi .tech {
					border:1px solid #C4C4C4;
					padding-bottom:20px;
						background:#ccc	;
						margin-top:20px;
					}

	#main #content_navi .tech div{
						margin:10px 10px 0 ;
						clear:both;
						width:400px;}
					
	#main #content_navi .tech div img{
						float:left;
						width:142px;
						margin-right:7px;
						}
						
	#main #content_navi .tech div dl{
						float:right;
						width:240px;
						text-align:left;}
	
	
	#main #content_navi .tech div dt{
						color:#000000;
						margin-bottom:5px;
						font-weight:bold;
						margin-top:2px;
						}
	
	#main #content_navi .tech div dd{
						line-height:120%;
						}
	#main #content_navi .tech div dd .movie{
						text-align:right;
						margin-top:5px}
