@charset "utf-8";

/*-------------------------------
import
-------------------------------*/

@import "layout.css";
@import "base.css";
@import "contents.css";
@import "navi.css";



/*
--------------
BASE
--------------
*/
body{
	background:none;
	font-size:13px;
}

#wrapper{
	width:100%;
	background:none;
}

/*
--------------
FONT
--------------
*/

h1,h2,h3,h4,h5,h6{font-size:100%;}
select, input, textarea {font-size:99%;}
table {font-size:inherit;font:100%;}


/*
--------------
header
--------------
*/

#header{
	background:none;
	height:80px;
}
#header .tagline{
	display:none;
}
#header noscript p{display:none;}
#header #switcher{
	display:none;
}


/*
---------------
NAVI
---------------
*/
ul#navi{display:none;}
ul#navi li{display:none;}


/*
--------------
contents
--------------
*/

#contents{
	background:none;
}
#pagetop{
	display:none;
}
.pagetop2{
	display:none;
}


/*side----------------------*/
#contents #side{
	display:none;
}


/*main------------------------*/
#contents #main{
	background:none;
	float:left;
}


/*
--------------
footer
--------------
*/

#footer ul{
	display:none;
}
#footer address{
	width:100%;
	background-color:#fff;
	color:#333;
}

