*{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.5;
	font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
	 }
html {
	overflow: scroll;
}
	 
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,div {
	margin: 0px;
	padding: 0px;
}

body{
	width:100%;
	color:#343434;
	font-size:14px;
} 



a img{
	border:none;
}

a{
	overflow: hidden;
	color:#fff;
}


a:link{
	text-decoration:none;
}

a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:hover img{
	opacity:0.7;
}

a:focus {
   outline:none;
}


strong{
	font-weight:bold;
}



.clear {
	clear:both;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0.1em;
} /*IE7以外のモダンブラウザ向け*/

pre {
    overflow: auto;
    white-space: normal;
	white-space: -moz-pdre-wrap; /* Mozilla */
    white-space: -pdre-wrap;     /* Opera 4-6 */
    white-space: -o-pdre-wrap;   /* Opera 7 */
    white-space: pdre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}


/*////////////////////////////////////////

  見出し

/////////////////////////////////////// */

/*h1はheader.cssに記述*/
h1 {
  margin-top:30px;
  margin-bottom:20px;
  font-size: 45px;
  line-height:117%;
}

h2 {
	margin:0 auto 35px;
	padding:0;
	clear: both;
}


h3{
	clear:both;
	color:#000000;
	font-size:16px;

    font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
	margin: 0 15px 15px 0;
	padding: 3px 0 5px 30px;
	line-height: 1em;
	/*border-bottom: solid 1px #0171d5;
	background:url(h3_bg.png) no-repeat left top;*/
}

h4 {
	font-size: 20px;
	font-weight:normal;
	color:#3286e5;
	margin:0 10px 20px;
	line-height: 22px;
	padding:0 0 0 30px;
	background:url(h4_bg.jpg) no-repeat left top;
}


h5 {
	font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a00e15;
	padding-bottom: 2px;
	margin-bottom: 10px;
	padding-left: 10px;

}

h2 a{
	color: #000000;
}

h3 a{
	color: #000000;
}

h4 a{
	color: #000000;
	line-height:22px;
}

h2 a:link{
	text-decoration:none;
	color: #000000;
}

h3 a:link,h4 a:link{
	text-decoration:none;
	color: #000000;
}

h2 a:visited{
	text-decoration:none;
	color: #000000;
}

h3 a:visited,h4 a:visited{
	text-decoration:none;
	color: #343434;
}

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

h3 a:hover,h4 a:hover{
	text-decoration:underline;
	color: #000000;
}

/*////////////////////////////////////////

  詳細はこちらのh6

/////////////////////////////////////// */

h6{
	clear:both;
	font-size:14px;
	font-weight:normal;
	margin: 0;
	padding-right: 0;
	padding-left: 10px;
	background-image: url(h6_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
}


/*////////////////////////////////////////

  段落　本文p

/////////////////////////////////////// */

p{
	line-height:1.5;
	margin-top: 0px;
	margin-right: 20px;
/*	margin-bottom: 20px;
	margin-left: 20px;*/
}

/*////////////////////////////////////////

  リスト

///////////////////////////////////////*/

ul{
margin:0 20px 20px;
}

ul li{
	border-bottom:1px dotted #666;
	margin-bottom:6px;
	/* background-image: url(list_mark.jpg); */
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 17px;
}
ol {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
ol li {
	text-indent: -0.5em;
	padding-left: 0.5em;
	padding-bottom: 10px;
}
ol li ul {
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 0px;
}

ol li ul li {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 17px;
	text-indent: 0px;
}

/*テーブル内リスト*/
table ul {
	margin: 0px;
	padding: 0px;
}

table ul li {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 0px;
}

table ol {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table ol li {
	background-image: none;
	text-indent: -0.5em;
	padding-left: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 0px;
}

h2 ul{
	background-image: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 ul li{
	background-image: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*////////////////////////////////////////

  BOX用ID

/////////////////////////////////////// */


#wrapper{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}


#contents{
	clear:both;
	width:100%;
	padding: 0;
	margin: 0 auto;
}

#main{
	width:950px;
	margin: 0 auto;
	padding:10px 0 0;
}


/*////////////////////////////////////////

全テーブル基本セッティング

///////////////////////////////////////*/

table {
	clear:both;
	margin-top: 0px;
	margin-right: 20px;
	/* margin-bottom: 20px; */

	border-collapse:collapse;
}
table td  {
	/* vertical-align: top; */
}
table td strong a {
	color: #343434;
}
table td strong a:link {
	text-decoration: none;
}
table td strong a:visited {
	text-decoration: none;
}
table td strong a:hover {
	text-decoration: underline;
}

  /*////////////////////////////////////////

  テーブルの中のPタグ

///////////////////////////////////////*/
table td p {
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0;
}

table td p img{
vertical-align:middle;
}



/*////////////////////////////////////////

その他汎用class

/////////////////////////////////////// */

.bold {
	font-weight: bold;
}



.black{
	color:#000000;
}

.white{
	color:#ffffff;
}

.red{
	color:#ff0000;
}

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

.namecolor {
	color:#0071D7;
}

/*上下左右マージン0*/
.mg0{
	margin: 0px;
}


/*上マージン*/
.mgt0{
	margin-top: 0px;
}
.mgt5{
	margin-top: 5px;
}
.mgt10{
	margin-top: 10px;
}
.mgt15{
	margin-top: 15px;
}
.mgt20{
	margin-top: 20px;
}
.mgt25{
	margin-top: 25px;
}
.mgt30{
	margin-top: 30px;
}
.mgt35{
	margin-top: 35px;
}
.mgt40{
	margin-top: 40px;
}
.mgt45{
	margin-top: 45px;
}
.mgt50{
	margin-top: 50px;
}



/*下マージン*/
.mgb0{
	margin-bottom: 0px;
}
.mgb5{
	margin-bottom: 5px;
}
.mgb10{
	margin-bottom: 10px;
}
.mgb15{
	margin-bottom: 15px;
}
.mgb20{
	margin-bottom: 20px;
}
.mgb25{
	margin-bottom: 25px;
}
.mgb30{
	margin-bottom: 30px;
}
.mgb35{
	margin-bottom: 35px;
}
.mgb40{
	margin-bottom: 40px;
}
.mgb45{
	margin-bottom: 45px;
}
.mgb50{
	margin-bottom: 50px;
}
.mgb60{
	margin-bottom: 60px;
}
.mgb80{
	margin-bottom: 80px;
}
.mgb100{
	margin-bottom: 100px;
}



/*左マージン*/
.mgl0{
	margin-left: 0px;
}
.mgl5{
	margin-left: 5px;
}
.mgl10{
	margin-left: 10px;
}
.mgl15{
	margin-left: 15px;
}
.mgl20{
	margin-left: 20px;
}
.mgl25{
	margin-left: 25px;
}
.mgl30{
	margin-left: 30px;
}
.mgl35{
	margin-left: 35px;
}
.mgl40{
	margin-left: 40px;
}
.mgl45{
	margin-left: 45px;
}
.mgl50{
	margin-left: 50px;
}
.mgl60{
	margin-left: 60px;
}

/*右マージン*/
.mgr0{
	margin-right: 0px;
}
.mgr5{
	margin-right: 5px;
}
.mgr10{
	margin-right: 10px;
}
.mgr15{
	margin-right: 15px;
}
.mgr20{
	margin-right: 20px;
}
.mgr25{
	margin-right: 25px;
}
.mgr30{
	margin-right: 30px;
}
.mgr35{
	margin-right: 35px;
}
.mgr40{
	margin-right: 40px;
}
.mgr45{
	margin-right: 45px;
}
.mgr50{
	margin-right: 50px;
}






/*上下左右パディング0*/
.pd0{
	padding: 0px;
}


/*上パディング*/
.pdt0{
	padding-top: 0px;
}
.pdt5{
	padding-top: 5px;
}
.pdt10{
	padding-top: 10px;
}
.pdt15{
	padding-top: 15px;
}
.pdt20{
	padding-top: 20px;
}
.pdt25{
	padding-top: 25px;
}
.pdt30{
	padding-top: 30px;
}
.pdt35{
	padding-top: 35px;
}
.pdt40{
	padding-top: 40px;
}
.pdt45{
	padding-top: 45px;
}
.pdt50{
	padding-top: 50px;
}


/*下パディング*/
.pdb0{
	padding-bottom: 0px;
}
.pdb5{
	padding-bottom: 5px;
}
.pdb10{
	padding-bottom: 10px;
}
.pdb15{
	padding-bottom: 15px;
}
.pdb20{
	padding-bottom: 20px;
}
.pdb25{
	padding-bottom: 25px;
}
.pdb30{
	padding-bottom: 30px;
}
.pdb35{
	padding-bottom: 35px;
}
.pdb40{
	padding-bottom: 40px;
}
.pdb45{
	padding-bottom: 45px;
}
.pdb50{
	padding-bottom: 50px;
}



/*左パディング*/
.pdl0{
	padding-left: 0px;
}
.pdl5{
	padding-left: 5px;
}
.pdl10{
	padding-left: 10px;
}
.pdl15{
	padding-left: 15px;
}
.pdl20{
	padding-left: 20px;
}
.pdl25{
	padding-left: 25px;
}
.pdl30{
	padding-left: 30px;
}
.pdl35{
	padding-left: 35px;
}
.pdl40{
	padding-left: 40px;
}
.pdl45{
	padding-left: 45px;
}
.pdl50{
	padding-left: 50px;
}

/*右パディング*/
.pdr0{
	padding-right: 0px;
}
.pdr5{
	padding-right: 5px;
}
.pdr10{
	padding-right: 10px;
}
.pdr15{
	padding-right: 15px;
}
.pdr20{
	padding-right: 20px;
}
.pdr25{
	padding-right: 25px;
}
.pdr30{
	padding-right: 30px;
}
.pdr35{
	padding-right: 35px;
}
.pdr40{
	padding-right: 40px;
}
.pdr45{
	padding-right: 45px;
}
.pdr50{
	padding-right: 50px;
}
