body {
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: center; 
  text-color: #141D35; 
  margin: 0;
  padding: 0;
  font-size: 100%;
  height: 100%;
}

p {
	font-size: 12px;
	color: #141D35;
	letter-spacing: .1em;
}


.menu {
	height: 80px;
    background-color: #dbf0f9;
	letter-spacing: .4em;
	font-size: 15px;
	padding-bottom: 10px;
    padding-top: 10px;
}

.menu a {
	display: inline-block;
	margin: 0 15px;
	text-decoration: none;
	color: #000;
}

.menu img:hover {
	opacity: 0.5 ;
}

.contents {
    padding-top: 10px;
    padding-bottom: 10px;
}

.contents a {
    text-decoration: underline;
	color: #000;
}

.contents a:hover {
	color: #D3D3D3;
}

.contents a:hover img {
	opacity: 0.5 ;
}


.footer {
display:block;
align:center;
background-color: #dbf0f9;
padding-bottom: 10px;
padding-top: 10px;
}

.footer a:hover img {
	opacity: 0.5 ;
}

.style1{
	font-size: 10px;
	color: #666;
	letter-spacing: .1em;
}

.style2{
	font-size: 15px;
	font-weight: bold;
	color: #141D35;
	letter-spacing: .1em;
}