@charset "shift_jis";


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;		/*全般の文字サイズ*/
	line-height: 1.2;		/*全般の行間*/
	color: #333333;		/*全般の文字色*/
	background: #FFFFFF;	/*背景色*/
	margin: 0px;
	padding: 0px;
}


h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}


img {
	border: none;
}


.color1 {
	color: #0000FF;
}

.color2 {
	color: #FF0000;
}

.color3 {
	color: #990000;
}


.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font36 {
	font-size: 36px;
}


 h1 {
	font-size: 12px;		/*h1タグの文字サイズ*/
	color: #000000;			/*h1タグの文字色*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	line-height: 1.4;
	position: absolute;
	left: 0px;
	top: -2px;
}


 h2 {
	font-size: 12px;		/*h1タグの文字サイズ*/
	color: #000000;			/*h1タグの文字色*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
}

/*
---------------------------------------------------------------------------*/

a:active {  color: #FF0000}
a:hover {  text-decoration: underline}
a:link {  color: #000099}
a:visited {  color: #0000FF}
a {  text-decoration: none}
.txt10 {  font-size: 10px}
.txt12 {  font-size: 12px}
.txt14 {  font-size: 14px}
.txt14b {
	font-size: 14px
}
.txt16 {
	font-size: 14px;
	color: #F00;
}
.txt18 {  font-size: 18px}
.txt20 {  font-size: 20px}

