
/*display
-----------------------------------------------------------------------*/
#main_menu,
#sub_menu,
#side_menu,
#footer ul,
#footer img,
#pagetop {
	display: none;
}
/*background
-----------------------------------------------------------------------*/
body{
	background-color:#FFFFFF;
}
#wrapper,
#header,
#footer_wrap,
.section,
.section_inner {
	background-image: none;
}

/*width
-----------------------------------------------------------------------*/
#wrapper,
#main,
#contents,
#footer_wrap{
	width:auto;
}

/*height
-----------------------------------------------------------------------*/
#header{
	height:50px;
}
/*color
-----------------------------------------------------------------------*/

a,
a:link {
	color: #333333;
}