#line {
	background-color: #0073ba;
	height: 10px;
}
#logo {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#contents {
	margin: 0 auto;
	width: 950px;
}
.fl {
	float: left;
}
.ml10 {
	margin-left: 10px;
}
nav {
	margin-top: 20px;
	margin-bottom: 20px;
}
#touroku {
	font-size: 38px;
	width: 950px;
	color: #4c4c4c;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9cace1;
	text-indent: 5px;
	
}
#uline {
	width: 950px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0073ba;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mt20 {
	margin-top: 20px;
}

.bold {
	font-weight: bold;
}
.blue {
	color: #0073ba;
}
.uline {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0073ba;
}
footer {
	height: 211px;
	background-position: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0073ba;
	margin-top: 50px;	
	
}
#copy {
	text-align: center;
	line-height: 211px;
}

.mb20{
	margin-bottom: 20px;
	}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pad {
  height: 100px;
  margin-bottom: 4rem;
}
.ulinenone {
text-decoration: none;
color:#000;
}
.width150 {
	width: 150px;
}
body{
	line-height: 1.3em;
}

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }
.h150{
	height:70px;
}