@charset "utf-8";

@import "commons.css";

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

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

body {
	font-size: 14px;
	font-family: 'Questrial', "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	color:#FFFFFF;
	text-align:center;
	background-color: #00a0ea;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
}

a{
	/*\*/
	overflow: hidden;
	/**/
	color: #FFFFFF;
	font-weight:bold;
}

img{
	border:0;
}
