@charset "utf-8";
/* pages.css */


/* --------------------------------

	* Pages Style Sheet {


		* last update 09.01/14
		* author : hirohashi;
	
	}
	
	
--------------------------------
		 Contents
	
	1. common
	
--------------------------------- */


/* ==========================================================================================================

	 1. common
 
============================================================================================================*/

body.nurikae {
	background: #FFFFFF url(../img/common/bg/bg_body.gif) repeat-x left top;
}

body.nurikae div#mainContent div.h1Group.generalGroup {
	height:55px;
	margin-bottom:20px;
}
/* ie6 hack */
* html body.nurikae div#mainContent div.h1Group.generalGroup {
	height:80px;
}
/* ie7 hack */
*:first-child+html body.nurikae div#mainContent div.h1Group.generalGroup {
	height:80px;
}

body.nurikae div.contentHead {
	height	: 100px;
}

body.nurikae div#container {
	background	: url(../img/common/bg/bg_container.gif) no-repeat left top;
}
