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

#container {
position:relative;
padding: 0px;
width: 900px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-color: #fff;
}

.clear{
clear:both;
line-height:1px;
}
	
#header{
width:890;
height:20px;
text-align:left;
padding-left:10px;
margin:10px 0px 10px 0px;
background-color:#C00;	
}

#headmenu{
width:900px;
height:30px;
padding:0px;
margin:0px;
background-color:#C00;
	}
	
#middletitle{
width:665px;
height:150px;
padding:0px;
margin:10px 5px 0px 0px;
float:left;
}

#shop{
width:218px;
height:150px;
padding:0px;
margin:10px 0px 0px 5px;
float:right;
}

	
#leftside{
width:208px;
height:100%;
border:1px solid #666666;
background-color:#fff;
margin:10px 5px 0px 0px;
padding:5px;
float:left;
}

#main{
width:435px;
height:100%;
margin:10px 5px 0px 5px;
float:left;
}

#rightsideoya{
width:220px;
height:100%;
border:opx;
margin:10px 0px 0px 5px;
float:right;
position:relative
}
#rightside{
width:208px;
height:100%;
border:1px solid #666666;
margin:10px 0px 0px 0px;
padding:5px;
float:right;
position:inherit;
}

#footer{
width:880px;
height:auto;
padding:10px 10px 0px 10px;
border-top:#666666 thin solid;
text-align:left;
font-size:80%;
color:#666;
}

#othermain{
width:650px;
height:auto;
margin:10px 5px 0px 0px;
padding:5px;
float:left;
}
	

