@charset "utf-8";
html {
	overflow-y: scroll;
}
body,
div,
pre,
p,
a,
img,
form,
fieldset,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
embed,
object {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: Verdana, Helvetica, Arial, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
ul,
ol {
	list-style: none outside none;
}
img {
	border: medium none;
	vertical-align: top;
}
*:focus {
	outline: none;
}
address{
	font-style:normal;
}
#fb-root {
	display: none;
}
a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
}
