@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2009-10-20
 * Editor:    yamamoto
 * Modified:  2009-10-20 by:contents
 *
 * ***********************************************************
 */
 
 /* =====================================================

  print
  
===================================================== */

body{
	background: #FFFFFF url(none);
}

body #header{
	display: none;
}

#contents{
	width: 740px;
	text-align: center;
}

#main{
	float: none;
	margin: 0px auto;
	width: 675px;
	text-align: center;
}

#main .ptop{
	display: none;
}

#wrapper .pagetop{
	display: none;
}

#contents .pageNavi{
	display: none;
}

#side{
	display: none;
}

#footer{
	display: none;
	background: #FFFFFF url(none);
}


