@charset "utf-8";

@import "common.css";



/* Top Style
---------------------------------------------------- */
body {
	background:url(/ff_mitsuko/img/bg_top.jpg) #f3e9e2 repeat-x top left ;
}


#top #main {
	padding: 0;
	margin-top: 48px;
}

#top #flash {
	height: 490px;
	background:url(/ff_mitsuko/img/bg_noflash.gif) no-repeat top center ;
}

#top #flash #adobe{
	text-align: center;
	padding-top: 285px;
	font-size: 78%;
}

#top #flash #btn {
	padding-top: 40px;
}

#top #info {
	padding: 40px 0 40px 0;
}


#top #info #whats {
	float: left;
	width: 465px;
	padding: 0 30px 0 25px;
}

#top #info #whats #whatsBox {
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	padding: 10px;
	height: 135px;
	font-size: 78%;
	overflow: auto;
}

#top #info #day {
	float: left;
	padding-top: 10px;
}

#top #info #day li.banner {
	margin-bottom: 10px;
}

#top #info #whats dl {
	width: 435px;
}

#top #info #whats dl dt {
	float: left;
	width: 75px;
}

#top #info #whats dl dd {
	float: left;
	width: 340px;
	padding-bottom: 10px;
}


/* 新着情報抽出
---------------------------------------------------- */

#top #info #whats #whatsBox #newinfo dt {
	display: none;
}

#top #info #whats #whatsBox #newinfo dd {
	display: none;
}


#top #info #whats #whatsBox #newinfo .info_ffm {
	display: block; 
}



