固定divの横に流動divを作成するこのコードがあります。
それらの間に10pxのマージンを作るにはどうすればよいですか?
<div id="wrapper" style="width: 100%">
<div id="left" style="background-color: Blue; height: 100px; float: right; width: 200px;margin-left:10px;"></div>
<div id="right" style="background-color: #5a71e5; height: 100px; margin-right: 200px;"></div>
jsfiddle: http://jsfiddle.net/3P9XN/1/