@charset "utf-8";

html
{
	margin: 0;
	padding: 0;
}

/* BODY */
body {
	background-color: #fff;  /* 333; 20121002 koseki modified #8E1609 maroon system */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px;
	padding :0px;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
}

#box {
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align:center;
}

#link {
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align:center;
}

a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited{
	color: #fff;		
	text-decoration: underline;	
}
a:hover{
	color: #fff;
	text-decoration: underline;
}
a:active {
	color: #fff;		
	text-decoration: underline;	
	
}
