@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  base.css
	infomation :  ページ共通
	
 ---------------------------------------------- */


*{
	margin:0px;
	padding:0px;
	list-style:none;
}


html{
	/*height:100%;*/
	letter-spacing:0;
}

body{
	background: #FFF;
	font-size: 62.5%;
	line-height:1;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3",'Cabin', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	/*height:100%;*/
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,tr,form {   
	margin:0; padding:0;
	font-size:100%;
	font-weight:normal;
}

em{
	font-style:normal;
}

img {
	border:0;
	vertical-align:top;
	-ms-interpolation-mode:bicubic;
}

.notxt{
	font-size:0px;
	line-height:0px;
	text-indent:-10000px;
}

/*-----------------------------------------------------------
 link
-----------------------------------------------------------*/

a:link { 
	color:#333333;
}
a:visited {
	color:#333333;
}
a:hover {
	color:#333333;
}
a:active {
	color:#333333;
}
