@charset "UTF-8";

/* print.css 
--------------------------------------------------------------------------
 印刷に対応させたい場合、このCSSに記述します。
--------------------------------------------------------------------------*/

#contents {
	width:981px;
}
.home #contents {
	width:761px;
}
.home #container {
	width:981px;
}

