@charset "UTF-8";


/* ページの基本構造
------------------------------------------------------------ */
body {
margin:0px auto;width: 560px;	
}


#container {
	width: 560px;
	
}
#header {
	width:560px;
}


#contents{width:560px;clear:both;background:url(../images/common/fff.gif);}

#contents #leftside{width:0px;float:left;display:none;}

#contents #rightside{width:560px;float:right;}
#contents #rightside #leftcol{width:560px;float:left;}
#contents #rightside #rightcol{width:0px;display:none;float:right;}


#Home #contents #rightside #leftcol{background:url(../images/common/fff.gif) ;padding-top:0px;}

#footer {
	border-left:0px;
}
.pagetop{border-left:0px;}
