@charset "UTF-8";

/* -------------------------------------------------------------------
 TOPページ印刷用CSS
------------------------------------------------------------------- */

body{
	background: none;
}

div#hd {
	display: none;
	background: none;
}

div#menu{
	display: none;
	background: none;
}

div#ct-area{
	width: 100%;
	background: none;
}

div#ct-wrap{
	width: 100%;
	background: none;
}

div#main{
	height: auto;
	background: none;
}

div#main h2{
	text-indent: 0px;
}

div#main p{
	text-indent: 0px;
}

div#main dl{
	text-indent: 0px;
}

div#ft{
	display: none;
	background: none;
}

div#ct-right{
	display: none;
	background: none;
}

div#ct-left{
	width: 100%;
}