@charset "Shift_JIS";

html,body{
	height:100%;
	overflow-y:hidden;
}
body {
	margin: 0;
	padding: 0;
    color: #666;
}
div#main {
	display:table-cell;
	font-size: 10px;
    line-height: 140%;
    border:1px solid #fff;
}
* html div#main {
	display: inline;
	zoom: 1;
}
*:first-child+html div#main {
	display: inline;
	zoom: 1;
}
img {
	border: none;
}
a {
	text-decoration: none;
    color: #666;
}
a:hover {
	text-decoration: underline;
}