@charset "utf-8";

/* --------------------------------

	* print Style Sheet {


		* last update 2010/02/09
		* author : ;
	
	}
	
	
--------------------------------
		 Contents
	
	1. Reset
	2. Structure
	
	
--------------------------------- */

/* ==========================================================================================================

	 1. Reset
 
============================================================================================================*/

body {
	background: #FFFFFF;
	font-size: 12px; /* 12ptでも可 */
	color: #000000;
}


/* ie6 hack */
* html body {
	zoom: 0.7;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #b5001f;
}

img {
	border: none;
}


/* ==========================================================================================================

	 2. Structure
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	display: none;

---------------------------------------------------------------------*/

#slipNav {
	display: none;
}

em.type1 {
	color: #b5001f;
	font-style: normal;
}


