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



#headerbg {
background-image:url(img/common/header_bgimg_top.jpg);
background-repeat:repeat-x;
width:100%;
height:396px;
min-width:1000px;
}



#header {
background-image:url(img/header.jpg);
background-repeat:no-repeat;
width:1000px;
height:396px;
margin-right: auto;
margin-left: auto;

}

#contents{width:1000px;
margin: 0 auto;  
height:auto;
overflow: hidden;
}



#sub{
float:left;
width:254px;
min-height:500px;
height:auto !important;
height:500px;
margin-top:30px;
}


#main{
float:right;
width:674px;
text-align:left;
min-height:400px;
height:400px;
margin-top:30px;
padding-left:10px;
padding-right:10px;
background-image:url(img/oshirase_bg.png);

}

.clear{clear:both;
}
	

#main p { font-size: 1.5em; /* 15px */
font-color:#960;
margin-left:30px; }

