@charset "utf-8";

/*このCSSは、プリント時のみ有効になるCSSで、
画面上はwidth:900;で構成されているページ幅をautoに変更したり
背景色を白にしたりするなど
ページを印刷に適したスタイルに変更するものです*/


/* CSS Document */
body {
	width: auto;
	background-image: none!important;	/*bodyの背景色をピンク→白に*/
	background-color: #ffffff!important;
	padding: 0;
	margin: 0;
	font-size: 10px!important;
}
#container {
	width: auto;
	background-image: none!important;
	background-color: #ffffff!important;	/*conteinerの背景色をピンク→白に*/
	padding: 0;
	margin: 0;
}
#contents {
	width: auto;
	height: auto;
	padding: 0 0 10px 0!important;	/*contentsの下パディングを100px→10pxに*/
	background-image: none!important;
}
#pagetop {
	display: none!important;
}


/* IE */
*html #container {
	width: auto;
	padding: 0;
	margin: 0;
}
*html #topnavi {
	width: auto;
}
*html #topnavi li {
	width: auto;
	height: auto;
	background-image: none!important;
}
*html #topnavi span {
	display: block!important;
}
*html .topnavi_01 {
	background-image: none!important;
}
*html .topnavi_01 a {
	background-image: none!important;
}
*html .topnavi_02 {
	background-image: none!important;
}
*html .topnavi_03 {
	background-image: none!important;
}
*html .topnavi_04 {
	background-image: none!important;
}
*html .topnavi_05 {
	background-image: none!important;
}
*html .topnavi_06 {
	background-image: none!important;
}
*html .topnavi_07 {
	background-image: none!important;
}
*html .topnavi_08 {
	background-image: none!important;
}
*html .topnavi_09 {
	background-image: none!important;
}
*html .topnavi_10 {
	background-image: none!important;
}
*html #header {
	width: auto;
}
*html #globalnavi {
	display: none!important;
}
*html #footer {
	width: auto;
	background-image: none;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}
