@charset "UTF-8";
/*-
*タグの初期化
*/
*{
	padding:0px;
	margin:0px;
}

body{
	background-image:url('../img/headerBack.jpg');
	background-repeat:repeat-x;
	color:#000000;
	font-family: 'ＭＳ ゴシック'; 

	font-size:75%;
	line-height:150%;
	text-align:center
}

a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#666666;
	text-decoration:none;
}

img{border:none}


table{
	color:#222222;
	font-family: 'ＭＳ ゴシック'; 
	font-size:100%;
	line-height:150%;
}