@charset "utf-8";
/* CSS Document */

/* プリント用
------------------------------------------------------------------- */

body {
/*	overflow: visible !important;*/
	width: 673px;
	margin: 0;
	padding: 0;
	background: none;
}

#header,
#topicPath,
#side,
#footer{
	display: none;
}

#contents,
#contentInner,
#main{
	width: 673px;
	margin: 0 auto;
	padding: 0;
	background: none;
	border: none;
	overflow: hidden;
}

* html #contents{
	width: 649px;
	overflow: visible;
}
* html #contentInner{
	width: 649px;
	overflow: visible;
}
* html #main{
	width: 649px;
	overflow: visible;
}

