@charset "SHIFT_JIS";

/* 全体属性、初期化 */

BODY, div, p, h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
}

BODY {
	background-color: #FFFFFF;
	margin-top: 2px;
}

/* フォント、リンク */

.fontsize14 { 
    font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	letter-spacing: 1px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	color: #000000
}

.fontsize12 { 
    font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	color: #000000
}

a {
    text-decoration: none;
}

a:link {
    color: #4801ef;
}

a:visited {
    color: #4801ef;
}

a:hover { 
    color: #828282;
	text-decoration: underline;
}

a:active { 
    color: #828282;
	text-decoration: underline;
}