@charset "UTF-8";

*{
margin:0;
padding:0;
font-size:small;
}

img{
display:block;
border:none;
}

.clr{
clear: both;
}

.clearFix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearFix {display: inline-table;}

/*¥*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/**/

body{
background:#E2DFDC url(../img/style/commonMostBg.png) top left repeat-x;
}

#wrap{
color:#333;
width:500px;
margin:20px auto 10px auto;
}

#wrap p{
margin:0 0 10px 0;
line-height:1.8;
}

#wrap span{
display:block;
font-size:x-small;
margin:0 0 10px 0;
line-height:1.8;
}

#wrap h1{
font-size:x-large;
margin:15px 0 10px 0;
}