@charset "utf-8";
/* pages.css */


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

	* print Style Sheet {


		* last update 07.10/17
		* author : author's name;
	
	}
	
	
--------------------------------
		 Contents
	
	1. Reset
	2. Structure
	
	
--------------------------------- */

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

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

body {
	background: #FFFFFF;
	font-size: 12px; /* 12ptでも可 */
	font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3","ＭＳ Ｐ明朝", 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;
}*/