@charset "utf-8";

@import "reset.css";

/*******************************
	rule.html
*******************************/
body {
	background:#FFF;
	font-size:110%;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1 {
	font-weight:bold;
	font-size:150%;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:130%;
}
h4 {
	font-size:110%;
}
h5 {
	font-size:90%;
	line-height:110%;
	padding:10px 5px 2px 5px;
	font-weight:bold;
}
h6 {
	font-size:75%;
	line-height:110%;
	padding:0 5px 0 20px;
/*	text-indent:12px;*/
}


a:link {
	color:#004A95;
	text-decoration:none;
}

a:visited {
	color:#004A95;
	text-decoration:none;
}

a:hover {
	color:#A80F0F;
	text-decoration:underline;
}

strong {
	font-weight:bold;
}


.itemized {
	padding:0 5px 0 28px;
	text-indent:-12px;
}
.window_close {
	padding:20px 0 20px 0;
	text-align:center;
}