@charset "Shift_JIS";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	font-size: small;
}

h1{
	border-left: 8px solid #0099CB;
	border-bottom: 1px solid #0099CB;
	padding: 4px;
	font-size: large;
}

h2{
	border-left: 8px solid #0099CB;
	padding: 2px;
	font-size: medium;
}

p{
	line-height: 150%;
}

ul{
	line-height: 150%;
}

a{
	text-decoration: none;
	color: #0000FF;
}

.large{
	font-size:	x-large;
	color: #FFFFFF;
	font-weight: bold;
	
}

.required {
	color: #FF0000;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	color: #FF0000;
}

.footer{
	color: #000000;
}
