@charset "Shift_JIS";

/*
+++++++++++++++++++++++++++++++++++
全ファイルに適用
+++++++++++++++++++++++++++++++++++
*/


/*　全体の設定　*/


h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

img {
	border: none;
}

a:link {
	color: #0080FF;
}
a:visited {
	color: #004D99;
}
a:hover {
	color: #0080FF;
	text-decoration: none;
}
a:active {
	color: #0080FF;
}


/*以下ダミーclass　テスト時には必ずOFFにする
.fs1 { font-size:11px; line-height:120%; }
.fs2 { font-size:12px; line-height:120%; }
.fs3 { font-size:14px; line-height:120%; }
.fs4 { font-size:18px; line-height:120%; }
.fs1x { font-size:11px; line-height:140%;}
.fs2x { font-size:12px; line-height:140%;}
.fs3x { font-size:14px; line-height:140%;}
.fs4x { font-size:18px; line-height:140%;}
*/