@charset "shift_jis";



/*--------------------------------------------*/

/* CSS RESET                                  */

/*--------------------------------------------*/



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

ol,ul { list-style: none; }

h1 {
	margin:0;
	padding:0;
}
h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*--------------------------------------------*/

/* clearfix                                   */

/*--------------------------------------------*/

.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
	min-height: 1%;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*--------------------------------------------*/

/* BASE                                       */

/*--------------------------------------------*/



body {
	font-family: Osaka,'ƒqƒ‰ƒMƒmŠpƒS Pro W3','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #666666;
}

