/* CSS Document */

@import "/common/css/common.css";
@import "/common/css/contents.css";

@media print{

#wrapper{
	background:none;
	width:640px;
	padding:0;
}

#header{
	width:640px;
	height:95px;
}

#header ul{
	display:none;
}

#header dl{
	display:none;
}

#header form{
	display:none;
}

#globalnavi{
	display:none;
}

#main{
	background:url(/common/images/bg_main.png) no-repeat;
	width:935px;
	padding:0 0 40px;
	/*border-bottom:#7fa99c 2px solid;*/
}

#contents p.top{
	display:none;
}


#localnavi{
	display:none;
}

#footer{
	width:640px;
}

#footer p{
	background:none;
	width:auto;
	height:auto;
	text-indent:0;
}

#footer ul{
	display:none;
}



}
