@charset "utf-8";
/* 全体の調整 -----------------------------------*/
*{
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
	line-height: 125%;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* Firefox 中心軸がずれるバグ対応 */
html {
	overflow-y: scroll;
}
img {
	border: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table {
	margin: 0;
	font-size: 0.8em;
}
ul {
	list-style: none;
}

/* リンク -------------------------------------------------*/
a:link, a:active {
	text-decoration:none;
	overflow: hidden;
}
a:visited {
	text-decoration:none;
}
a:hover, a:visited:hover {
	text-decoration: underline;
	overflow: hidden;
}
