@charset "utf-8";
#header {
	border-bottom: 4px solid #0a3f9b;


}
#header h1 {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 86.01%,rgba(10,63,155,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 86.01%,rgba(10,63,155,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 86.01%,rgba(10,63,155,1.00) 100%);
}

#contents h2 {
	background-repeat: no-repeat;
	background-color: #0a3f9b;
	border-radius: 5px;
	color: #FFFFFF;
}
#contents h3 {
	background-image: url(img/h3_icon.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	border-bottom-color: #003399;
}
