@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);

/* --------------------------------------
　=Reset
-------------------------------------　*/

html, body, div, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, address, ul, ol, li, dl, dt, dd, 
table, th, td, form,textarea, fieldset, input {
  margin:0;
  padding:0;
}

ol, ul {
  list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal; 
}

img {
	vertical-align: top;
 	border: none;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input, select {
	vertical-align: middle;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal; 
}

a {
	outline: 0;
}


/* --------------------------------------
　=clear
-------------------------------------　*/

.clearfix:after {
	content : " ";
	display : block;
	clear : both;
	height : 0;
	visibility : hidden;
}
.clearfix {
	display : inline-block;
}
* html .clearfix {
	height : 1%;
}
.clearfix {
	display : block;
}


/* --------------------------------------
　=common
-------------------------------------　*/
body {
	background-color: #e2e2e2;
  font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 1.4;
}

a:link {
	color: #00499a;
	text-decoration: none;
}
a:visited {
	color: #00499a;
	text-decoration: none;
}
a:hover{
	color: #00499a;
	text-decoration: underline;
}
a:active{
	color: #00499a;
	text-decoration: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

#header {
	background: url(../img/bg-46-header.jpg) no-repeat 0 0;
	height: 114px;
	margin-bottom: 17px;
}
.logo {
	padding: 9px 0 37px 12px;
}
.homeLink {
	margin-left: 85px;
    padding-top: 90px;
	padding-left: 11px;
	background: url(../img/arrow_b.gif) no-repeat 0 50%;
}
.homeLink a {
	color: #666;
}

#content {
	width: 780px;
	padding: 0 50px 100px 70px;
}

.pagetop {
	font-size: 10px;
	text-align: right;
	padding-right: 2px;
	margin-bottom: 7px;
}
.pagetop a {
	color: #333;
}
