@charset "utf-8";
/* CSS Document */

/*=========================================================================
 Base
=========================================================================*/
body {
	height: 100%;
	text-align: center;
	font-size: 12px;
	background-color: #666;
	color: #454545;
}

img {
	border: 0;
}

/*\*/
* html body {
	font-size: small;
}

*:first-child + html body {
	font-size: small;
}
/**/

h1,
h2 {
	margin: 0;
	padding: 0;
}


/*=========================================================================
 font
=========================================================================*/
body {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
}

/* Opera 9 */
;;body{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, sans-serif;
}

/* Internet Explorer 7 */
*:first-child+html body{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, sans-serif;
}

/* Internet Explorer 6 or sooner */
* html body{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, sans-serif;
}


/*=========================================================================
 Clear
=========================================================================*/
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	line-height:0;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearfix{
	* height:1%;
}
.clearfix{
	display:block;
}


/*=========================================================================
 Contents
 =========================================================================*/
div#Maincontents {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

div#Maincontents div.header {
	width: 988px;
	margin: 0;
	padding: 0;
}

div#Maincontents div.footer {
	width: 988px;
	margin: 0;
	padding: 0;
}

