@charset "utf-8";

@import "layout.css";
@import "commons.css";

html * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

body{
	background-color: #EEEEEE;
	font-family: Roboto, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust : 100%!important ;
	letter-spacing:0.05em;
}

a{
	/*\*/
	overflow: hidden;
	/**/
	color: #000000;
	font-weight: normal;
}

a:hover{
	color: #999999;
	text-decoration:underline;
}

img{
	vertical-align: bottom;
	border:0;
}
