@charset "UTF-8";
/*****************************************************************************
 CSS初期化
 *****************************************************************************/

table {
	border-collapse:collapse;
	font-size: 0.8em;
	line-height: 1.2em;
}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal; }

a:link {
	text-decoration: underline;
	color: #000099;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
}

p {
	font-size: 90%;
	line-height: 1.8em;
}
h3 {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	color: #333333;
}
h2 {
	font: 16px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #009999;
}
.red {
	color: #FF0000;
}
.px14b {
	font-size: 14px;
	font-weight: bold;
}
.blue {
	color: #000099;
}
table.h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bolder;
}

