@charset "Shift-JIS";
/*body*/
html,body{
width:100%;
height:100%;
}
body{
clear:both;
}

/*container*/
#container{
margin:0 auto;
width:820px;
position:relative;
text-align:left;
}

/*header*/
#header{
margin:0 10px;
width:800px;
height:80px;
background:URL(../images/002_header_back.png) repeat top center;
}
#header p{
margin-top:15px;
}
/*main*/
#main{
margin-right:30px;
width:820px;
}
/*products*/
#products .photoarea{
}
/*footer*/
#footer{
margin:0 10px;
padding:50px 0;
width:800px;
background:URL(../images/002_footer_back.png)  repeat-x top center;
}

.box{
margin-left:10px;
width:800px;
}

.photoright{
margin-right:12px;
float:left;
}

.caption p{
width:191px;
display:block;
margin-bottom:20px;
font-size:12px;
}