@charset "utf-8";



/* basic
------------------------------------------------*/
html {
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-size:14px;
	font-family:Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	color: #555;
	line-height:1.3em;
	background:#fff;
}



/* link
------------------------------------------------*/
a {
	color:#0060ff;
}
a:hover img{
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}



* {
	margin:0;
	padding:0;
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	-o-box-sizing      : border-box;
	-ms-box-sizing     : border-box;
	box-sizing         : border-box;
}