@charset"Shift_JIS";
/* 全ページ共通スタイルシート */

/*デフォルトのリセット*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}

img {
	border: none;
}

/*基本リンク色*/
a:link {
	color: #404040;
}
a:visited {
	color: #990066;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}


/*hr*/
hr {
	display: none;
}

/*非表示*/
.invisible{
	display: none;
}

/*フロートクリア*/
div.clear {
	clear: both;
	height: 0px;
}
div.clear1px {
	clear: both;
	height: 1px;
}

table {
	border-collapse:collapse;
}
strong {
	font-weight: bold;
}
sup {
	font-size: small;
}

