@charset "UTF-8";
@import "layout.css";
@import "thickbox.css";

/*

colorcode
bodybg #ffffff

*/

/* ========== ↓↓↓　これが原因　↓↓↓ ========== */

body{
background:#ffffff;
}

/* ========== ↑↑↑　これが原因　↑↑↑ ========== */

h1,h2,h3,h4,h5,h6,form,table,ul,ol,dl,div,p,img{
margin:0;
padding:0;
background:none;
border:none;
}

ul,ol,dl{
list-style-position:inside;
}

a{text-decoration:underline;}
