@charset "utf-8";

.media_img {
	width:250px;
	margin-right:25px;
}

.mediabox .title {
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
}
.mediabox .contents {
	line-height:1.6em;
}

.filetype {
	margin:5px auto 0;
	width:250px;
}

a.windowsmedia {
	width:124px;
	height:30px;
	overflow:hidden;
	display:block;
	float:left;
	text-indent:-9999px;
	background:url(../img/media/windowsmedia.gif) 0 0 no-repeat;
}

a.windowsmedia:hover {
	background:url(../img/media/windowsmedia.gif) 0 -30px no-repeat;
}

a.quicktime {
	width:124px;
	height:30px;
	float:right;
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	background:url(../img/media/quicktime.gif) 0 0 no-repeat;
}

a.quicktime:hover {
	background:url(../img/media/quicktime.gif) 0 -30px no-repeat;
}
