@charset "shift_jis";
/*サイト共通*/
body {
	background-color: #FFFFFF;
	margin:5px;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	min-width:1000px;
}
a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #000099;
}
a:active {
	color: #ff3300;
}
.background-all{
 	width:100%;
}

