@charset "UTF-8";

* {list-style:none;margin:0px;padding: 0px;font-family: 'Meiryo', 'メイリオ', Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;}

/* -- ▼ floatをクリアするためのCSS ▼ -- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#ContentsArea{
	margin: 0 auto;
	padding: 0;
	width: 992px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	background: #FFF;
}
#HeaderArea .topline{
border-top: #C9C9C9 solid 1px;
border-bottom: #AAA solid 1px;
background: #E3E3E3;
height: 3px;
}
#HeaderArea ul{
	margin: 15px 0 0 15px;
}
#HeaderArea ul li{
	float: left;
	margin-right: 30px;
	list-style: none;
}
#HeaderArea img.pr{
	float:right;
	margin-right:25px;
	margin-top:12px;
}
#HeaderArea .header_bg{
	width:992px;
	height:458px;
	background-image:url(../images/header.png);
	background-size:992px 458px;
	position:relative;
	z-index:0;
}
#HeaderArea p.lead{
	font-size:14px;
	line-height:1.5;
	position:absolute;
	top:335px;
	left:14px;
	right:390px;
}
#HeaderArea h1{
	display:none;
}
#MainArea{
	width:992px;
	margin:20px auto 0;
	font-size:85%;
	line-height:1.8em;
}
#MainArea p{
	margin:20px auto;
}
#MainArea h3{
  font-size: 1.17em;
  color:#333;
}
#MainArea h3 a{
  color:#009;
  text-decoration: underline;
}
#MainArea h3 a:hover{
  color:#009;
  text-decoration: none;
}
#LeftArea{
	width:672px;
	margin:0 0 50px 15px;
	float:left;
}
#LeftArea .left{
	float:left;
}
#LeftArea .right{
	float:right;
}
#LeftArea .photo{
	width:180px;
	margin:20px 0;
}
#LeftArea .text{
	width:462px;
}
#LeftArea p.caption{
	font-size:10px;
	line-height:1.4;
	margin-top:10px;
}
#LeftArea p.caption span{
	font-size:12px;
	line-height:1.4;
	font-weight:bold;
}
.fig{
	margin:0 auto;
	display:block;
	padding-bottom:50px;
}
.clear{
	clear:both;
}
#LeftArea .photo_b{
	margin:0 auto 50px auto;
	display:block;
}
#LeftArea .profile{
	border:1px solid #003D56;
}
#LeftArea .profile p{
	font-size:12px;
	line-height:20px;
	padding:10px 20px;
}
#LeftArea .profile a{
  color:#009;
  text-decoration: underline;
}
#LeftArea .profile a:hover{
  text-decoration: none;
}
#LeftArea .profile span{
	font-weight:bold;
}
#RightArea{
	width:280px;
	float:right;
	margin:0;
  padding-top: 15px;
	position:relative;
}
#RightArea ul{
	list-style:none;
}
#RightArea ul a{
  transition: 0.3s;
}
#RightArea ul a:hover{
  opacity: 0.6;
}
#FooterArea{
	width: 992px;
	background-color: #fff;
	border-top: 4px solid #0d4672;
	border-right: 1px solid #CCCCCC;
	clear:both;
	margin:0 auto;
}
#Footer{
	margin: 20px auto 0 auto;
	height: 80px;
	width: 940px;
	display:block;
}
#FooterLogo{
	float:left;
}
#FooterText{
	float: right;
	font-size: x-small;
	color: #666666;
	line-height: 1.3em;
}
