@charset "shift_jis";

body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 100%;
	line-height: 1.2;
	color: #333333;
}
/*	header-container
------------------------------------------ */
#header-container {
	width: 100%;
	background: url(/common_files/images/header_bg01.gif) repeat-x 0 100%;
}

#contents-container {
	clear: both;
	width: 100%;
	background: url(/common_files/images/com_bg01.gif) repeat-x 0 0;
	
}


#header,
#contents,
#footer {
	clear: both;
	width: 770px;
	margin: 0 auto;
}

#utility {
	min-height: 1.2em;
	padding: 15px 0 5px;
	zoom:1;
}

#index-main,
#main {
	clear: both;
	line-height: 1.3;
}
#main {
	float: left;
	width: 570px;
	margin: 20px 0 0 0;
}

#aside {
	width: 182px;
	margin: 20px 0 0 588px;
	zoom:1;
}
*html #aside {
	margin-left: 585px;
	zoom:1;
}

#footer-container {
	clear: both;
	width: 100%;
	margin: 50px 0 0;
}

/*	clearfix for this files selectior
------------------------------------------ */
#header:after,
#contents:after,
#index-main:after,
#utility:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#header,
#contents,
#index-main,
#utility {
	display:block;	/* for safari firefox3 */
	min-height:1%;  /* for IE 7*/
}

/* IE7 hacks */ 
*:first-child+html #header,
*:first-child+html #contents,
*:first-child+html #index-main,
*:first-child+html #utility {
	display:inline-table;
}/* end hacks */