@charset "euc-jp";
@import url("flower.css");/* 2005/1月更新 */
@import url("gallery.css");/* 2005/3月更新 */

/* 共通項 */
html * {/* ボックス要素の大きさ統一 */
box-sizing: border-box; 
-moz-box-sizing: border-box;} 

hr{display: none; }
a{text-decoration: none; }
img{border-width: 0; border-style: none; }

form{
margin:0; padding:0;}