/*////////////////////////////////////////////////////////////

Miss Dance Drill Team International Japan. - gallery.css

------------------------------------------------------------

		0. MainArea(PHOTO)
		1. MainArea(MOVIE)

////////////////////////////////////////////////////////////*/


body{
	margin:0;
	padding:0;
	font-size:80%;
	background-color:#FDF0F5;
}

/* all */
body div.all{
	width:1000px;
	height:100%;
	position:auto;
}





/* ------------------------------------------------------------
    0. MainArea(PHOTO)
   ------------------------------------------------------------ */

body div.content div.main dl.text dd div.year{
	width:620px;
	color:#555555;
	border-top:#DDDDDD solid 1px;
	border-bottom:#DDDDDD solid 1px;
	margin-bottom:10px;
}


body div.content div.main dl.text dd div.year a{
	text-decoration:none;
	color:#DD8888;
}


body div.content div.main dl.text dd div.photo a{
	padding:5px 5px 0 5px;
	display:block;
	float:left;
	border:#DDDDDD solid 1px;
	text-decoration:none;
	margin:5px;
	font-size:95%;
}


/* IE6 HACK */
* html body div.content div.main dl.text dd div.photo a{
	margin-left:4px;
}



body div.content div.main dl.text dd div.photo a:hover{
	display:block;
	border:#999999 solid 1px;
}


/* ------------------------------------------------------------
    1. MainArea(MOVIE)
   ------------------------------------------------------------ */

body div.content div.main dl.text dd a.movie{
	display:block;
	width:102px;
	height:140px;
	margin:0 0 8px 7px;
	padding:5px 5px 5px 5px;
	float:left;
	border:#DDDDDD solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#999999;
	text-align:left;
	text-decoration:none;
	background-image:url(../images/sub_movie_play.gif);
	background-position: 5px bottom;
	background-repeat:no-repeat;
}

body div.content div.main dl.text dd a.movie:hover{
	border:#999999 solid 1px;
	background-image:url(../images/sub_movie_play_o.gif);
}

/* IE6 HACK */
* html body div.content div.main dl.text dd a.movie{
	padding:5px 5px 0 5px;
}

body div.content div.main dl.text dd a.movie div.time{
	float:right;
	margin:0;
}

/* IE6 HACK */
body div.content div.main dl.text dd a.movie div.time{
	float:right;
	margin:0 0 -2px 0;
}

body div.content div.main dl.text dd a.movie img.movie{
	float:left;
	margin-bottom:1px;
}

body div.content div.main dl.text dd a.movie img{
	border:#EEEEEE solid 1px;
	float:left;
}

body div.content div.main dl.text dd a.movie img.btn{
	border:none;
}
