@charset "euc-jp";
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #333333;
	line-height: 25px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-size: 12px;
	margin: 3px 0px 0px;
	text-align: right;
	font-weight: normal;
	color: #666666;
}

h2 {
	font-size: 16px;
	color: #EEEEEE;
	font-weight: 900;
	background-color: #0033FF;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #000099;
	margin: 10px 0px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 13px;
}
a {
	text-decoration: none;
}

