@charset "UTF-8";

@import "style.css";

body{
	background-image: none;
	background-color: #FFFFFF;
}

#top {
	width: 100%;
	background-image:url(images/theme/bg_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	width: 740px;
	background: none;
}
#header #site-title{
}
#header #site-description {
	display: none;
}
#header #searchform {
	display: none;
}
#header .top-content {
	display: none;
}

#sideNavi,
.pagetop,
#bottom {
	display: none;
}

#contents {
	width: 740px;
}
