.aw_flash{
	height:340px;
	float: left;
}
#interior_text {
	background-image: url(../image/text_interior.gif);
	background-repeat: no-repeat;
	background-position: 0px 35px;
	width: 252px;
	height: 115px;
	float:left;
	font-size: 10px;
	line-height: 15px;
	overflow:hidden;
	
}
*html #interior_text {
	background-position: 3px 0px;
	/* これ以降Mac IE 5のみに適用される \*//*/
	background-position: 0px 0px;
	/* これ以降Mac IE 5以外にも適用される */
}
#interior_text div{
	display:inline;
	float:left;
	width:230px;
	margin: auto 10px auto 12px;
}
#m_list{
float:left;
margin:0px 20px 20px;
}
#m_list td{
color:#444;
width:270px;
padding-right:10px;
font-size:12px;
line-height:20px;
vertical-align:top;
}