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

/*
----------------------------------------------------------------------------- 
ベース
-----------------------------------------------------------------------------*/

body{
position:relative;
background-color:#66c300;
font-family:"ＭＳ Ｐゴシック", Osaka;
margin:0;
padding:0;
font-size:11px;
}

p { 
margin-bottom: 1.0em; 
}


img{
border:none;
}

.hide{
height:0;
width:0;
overflow:hidden;
position:absolute; /*for the benefit of IE5 Mac */
}

.setumei{
width:480px;
margin:0;
padding:5px 10px 5px 10px;
font-size:10px;
}

.btm{
width:480px;
margin:0;
padding:5px 10px 5px 10px;
background:url(images/btm.gif) bottom repeat-x;
text-align:right;
}
