@charset "utf-8";
* {
	font-size: 100%;
	margin: 0px;
	list-style-type: none;
	border:none;
}
img{
	border:none;
	vertical-align:top;
}

a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
a:visit{
	color:#FF0000;
}
body, html {
	height: 100%;
	min-width:800;
}
body {
	background-color:#F6F6F6;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:1.4;
}

*+body{
	font-size:75%; /*for WinIE 6,7*/
}
table{
	border:none;
}
