@charset "utf-8";
/**
 * 携帯サイト作れます
 * @author  yamazaki@re-set.ne.jp(2009.06)
 * @version 1.0.0
 * @update  
 */
#explanation{
	clear:both;
	width:540px;
	height:320px;
	background-image:url(../img/mobile/back.jpg);
}

#explanation .exL{
	width:235px;
	height:110px;
	float:left;
	margin-left:18px;
	margin-top:45px;
	font-size:12px;
	line-height:140%;
}
* html #explanation .exL{
	margin-left:9px;
}

#explanation .exR{
	width:235px;
	height:110px;
	float:right;
	margin-right:18px;
	margin-top:45px;
	font-size:12px;
	line-height:140%;
}
* html #explanation .exR{
	margin-right:9px;
}

#mobile{
	float:right;
	width:480px;
	height:180px;
	background-image:url(../img/mobile/mobile.jpg);
}
#mobile-log{
	width:128px;
	margin-top:50px;
	margin-left:220px;
}
#mobile-url{
	margin-top:15px;
	margin-left:180px;
}

