body{
    font-family: "メイリオ", sans-serif;
	background-color:#F7F7F5;
}

a{
    color: #666;
    text-decoration-line: none;
}

a:link {
    color:#333333;
    font-style:normal;
}

a:hover {
    color:#d2691e;
    font-style:normal;
}

h1{
    font-size: 14pt;
}
h3{
    font-size: 9pt;
}
.back{
	width:100%;
	height:auto;
}

.main{
	margin-right: auto;
	margin-left : auto;
	background-color:#ffffff;
	width:1000px;
	height:auto;
}

.header{
  position: fixed;
  width: 1000px;
  top: 0;
  z-index: 10000;
}

.logo{
  width:1000px;
  height:110px;
  background-color: rgba( 151, 217, 225, 0.85 );
}

#logo-right1{
	margin-left:10px;
}
#logo-right2{
	margin-left:10px;
}


.footer{
	width:1000px;
	height:120px;
	color: #000;
	text-align: center;
	vertical-align: text-top;
  background-color: rgba( 151, 217, 225, 0.85 );
	}

/* =ホバー時に白くする= */
div#sironuri img:hover {
	opacity: 0.5;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

#sironuri{
	padding-left:10px;
	}
/* =ホバー時に白くする= 終了 */

/* =コピーライト= */
.copyright {
	text-align: center;
	padding: 1rem 0;
	background-color: #a9a9a9;
	font-size:7pt;
}
.copyright a {
	color: #000;
	text-decoration: none;
	display: inline-block;
}
/* =コピーライト= 終了 */


