@charset "UTF-8";

/*\*/
@import "fonts.css";
@import "module.css";
@import "nav.css";
@import "reset.css";
@import "structure.css";
@import "typography.css";
/**/

/*非表示
-----------------------------------------------------------------------------*/
body,
body.red,
body.gray,
div#boxPrimaryTop,
div#boxPrimary,
div#boxPrimaryBottom,
div#footer{
	background:none;
	_background:none;
	_filter:none;
	color:#000000;
	text-align:left;
}
div#header ul,
div#navH,
div#navG,
div#secondary,
div#boxPageTop{
	display:none;
}

/*値変更
-----------------------------------------------------------------------------*/
div#wrapper,
div#header{
	width:100%;
	margin:0;
}
div#topicPath{
	margin:0;
}

div#primary{
	margin:0;
	float:none;
}

div#boxPrimary h2{
	padding:10px 0 20px 0;
}

div#boxPrimary div.entry{
	margin:0;
}

div#footer address{
	display:block;
	line-height:1.5;
}