@charset "utf-8";
/* pages.css */


/* --------------------------------

	* print Style Sheet {


		* last update 07.10/17
		* author : ;
	
	}
	
	
--------------------------------
		 Contents
	
	1. Reset
	2. Structure
	
	
--------------------------------- */

/* ==========================================================================================================

	 1. Reset
 
============================================================================================================*/

body {
	background: #FFFFFF;
	font-size: 12px; /* 12pt‚Å‚à‰Â */
	font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3", "HiraMinPro-W3","‚l‚r ‚o–¾’©", serif;
	color: #000000;
}


/* ie6 hack 
* html body {
	zoom: 0.75;
}*/

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: none;
}


/* ==========================================================================================================

	 2. Structure
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	display: none;

---------------------------------------------------------------------*/

ul#slipNav {
	display: none;
}

/*
div#mainContent {
	float: none;
}

div#subContent {
	display: none;
}*/