@charset "utf-8";
/* CSS Document */

/*かんたんレイアウト用******************************************************/
/*大枠*/
.leyoutbox{
	width:480px;
	line-height:150%;
	overflow: hidden;
	font-size: 12px;
	padding:10px;

}
.leyoutbox_imgbox{
	padding:5px;
	overflow: hidden;
	clear:both;
	margin:5px;
}
.leyoutbox_imgboxL{
	padding:5px;
	overflow: hidden;
}
.leyoutbox_imgboxR{
	padding:5px;
	overflow: hidden;
}
.leyoutbox_imgbox100{
	padding:5px;
	overflow: hidden;
	height:100px;
	width:100px;
	margin:0px;
}
.leyoutbox_imgbox200{
	padding:5px;
	overflow: hidden;
		height:200px;
	width:200px;
	margin:0px;
}
.leyoutbox_imgbox300{
	padding:5px;
	overflow: hidden;
		height:300px;
	width:300px;
	margin:0px;
}
.sImageBox{
	float:left;
	margin:5px;
}
