@charset "utf-8";

/*追加CSS (10/01/15)
----------------------------------------*/

/*動画再生部分
---------------------------------------*/
#ac-movie-box{
	float:left;
	width:430px;
}
#ac-movie-box1{
	padding:0px 120px;
	float:left;
	width:460px;
}

#movie{
	background-color:#DDDFC5;
	padding:15px;
	height:370px;
	background-image:url(../movie//imgs/bg_movie.jpg);
	background-repeat:no-repeat;
	background-position:15px;
}
#movie1{
	background-color:#DDDFC5;
	padding:15px;
	height:370px;
	background-image:url(../movie//imgs/bg_movie.jpg);
	background-repeat:no-repeat;
	background-position:15px;
}
/*表示しない*/
.hidden{
	display:none;
}


/*サムネイル部分
---------------------------------------*/
#ac-thumbnail{
	float:right;
	width:280;
}

#ac-thumbnail h2{
	background-image:url(../movie//imgs/ti_thumbnail.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:bold;
	color:#FFFFFF;
	font-size:110%;
	padding:10px 5px 6px 20px;
}

#ac-thumbnail-box{
	border-left:1px solid #86BF46;
	border-right:1px solid #86BF46;
	border-bottom:1px solid #86BF46;
	padding:0 10px 10px 10px;
}

.list{
        background-image:url(../ac-imgs/ln_event.gif);
        background-repeat:repeat-x;
        background-position:bottom;
		padding:10px 0;
}
.list img{
	float:left;
}
.list dl{
	float:right;
	width:153px;
	margin-left:15px;
}
.list dl dt{
	font-weight:bold;
}
.list dl dd{
	margin-top:7px;
}

