@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      media.css
 Style Info:     MEDIAファイル専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	MEDIA用
----------------------------------------------------*/

#media #contents{
	width:430px;
	margin-top:50px;
}

.box {
	margin-top:25px;
	zoom:100%;							/* IE6 bug */
	height:140px;
	position:relative;
}

.photo {
	width:100px;
	float:left;
}

.text {
	margin-top:-3px;
	width:310px;
	float:right;
}

dl {
	position:absolute;
	left:115px;
	bottom:-4px;
}

dt {
	font-weight:bold;
	color:#1c5a65;
}