@charset "utf-8";

/* CSS Document */

/*----------------------------------------------
reset setting
-----------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, sans-serif ;
	font-size: 100%;
}
div,p,form,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	border: 0;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*----------------------------------------------
font size
-----------------------------------------------*/

body {
font-size:62.5%;
}/*IE6以下用の設定*/


html>/**/body {
font-size: 10px;
}/*Except IE*/

/*-----------------------------------------------------------
clearFix、clear設定
-----------------------------------------------------------*/

.element { /zoom : 1; }
.element:after { content : ''; display : block; clear : both; }
.fC {
	clear: both;
}