@charset "utf-8";


/*-----------------------------
	大枠設定
------------------------------*/


#main h2{
	margin-bottom:25px;
}


/* topics */
#main #topics{
	float:left;
	width:500px;
	height:190px;
	margin-bottom:25px;
	background:url(../../images/topics_bg.png) no-repeat left bottom;
}
#main #topics h3{
	margin-bottom:5px;
}
#main #topics_inner{
	width:450px;
	padding:25px 25px;
	height:100px;
}
#main #topics_inner dl{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	color:#333;
	line-height:1.2;
}
#main #topics_inner dl dt{
	float:left;
	width:70px;
}
#main #topics_inner dl dd{
	float:right;
	width:350px;
}

/* btn */
#main #btn{
	width:318px;
	float:right;
}
#main #btn p{
	padding-bottom:16px;
}

/* youtube */
#youtube {
	clear: both;
	margin: 5px 100px 15px 100px;
}

/*-----------------------------
	flash
------------------------------*/

#flash{
	width:900px;
	height:300px;
	margin-bottom:10px;
}

/* slider */
#slideshow {
    position:relative;
    height:300px;
	margin-bottom:10px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* openinfo */
#main #openinfo{
	position:absolute;
	right:10px;
	top:10px;
	z-index:100;
}

#contents #main #info {
	width: 160px;
	position:absolute;
	right:10px;
	top:10px;
	z-index:100;
}

#contents #main #info #textinfo {
	color: #333;
	background-color: #FFF;
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
}


#contents #main #info #time {
	color: #333;
	margin-top: 5px;
	background-image: url(../../img/bg.png);
	padding: 5px;
}
