@charset "shift_jis";

/* --------------------------------------------------------------------------------
	リンク先のURLも印刷する場合

a[href]:after {content: " ("attr(href)") ";}

-------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------
	印刷時にTableのヘッダーを繰り返し印刷させるためのCSS
	
thead {display: table-header-group;}

-------------------------------------------------------------------------------- */


#container,
#header,
#footerBody,
#wrap {
	width:100%;
}

#gnavi,
#gnavi ul  {
display:none;
}

#side {
	width:170px;
	float:left;
}
#innerWrap {
	float:left;
	width:auto;
}
#innerBody {
	float:left;
	width:auto;
}

#innerSide {
	width:170px;
	float:left;
}


