@charset 'Shift_JIS';
body {
	margin: 0 2ex;
	padding 0;
	font-size: 10pt;
	line-height: 150%;
}
h1 {
	font-size: 14pt;
	color:#33c;
	background-color:#fff;
	padding:0.5em;
	border: 2px solid #33c;
}
h2 {
	font-size: 12pt;
}
h3,h4,h5 {
	font-size: 10pt;
}


a:link {
	color: #369;
	background-color: transparent;
	}

a:visited {
	color: #33c;
	background-color: transparent;
	}

