/*****************************************************************************
 body base.cssを流用　不要な設定があるかも
 *****************************************************************************/

body {
	line-height: 1.0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color:#444444;
	position:relative;
	background:url(../img/va.jpg) 50% 0 no-repeat #white;
	background-size:100% auto;
	background-attachment: fixed;
}
.body {
	min-width:100%;
	overflow:hidden;
}

/*****************************************************************************
 お知らせ表示位置の調整
 ベースはindexに100％表示しているため、中の文章の位置を制御する。
 *****************************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.information{
  font-color: #285CA5;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/*****************************************************************************
 リスト類　フォント色はヘッダーメニューの青と同じ
 *****************************************************************************/
.information ul li, ol li {
  color: #285CA5;
  border-left: solid 10px #285CA5;	/*左側の線*/
  background: white;				/*背景色*/
  margin-bottom: 3px;				/*下のバーとの余白*/
  line-height: 1.0;					/*行間*/
  padding: 0.1em;					/*上下余白*/
  padding-left:10px;					/*solidからの左余白*/
  list-style-type: none!important;	/*ポチ消す*/
}

.mL80{
	padding-left: 80px!important;
}
.mT10{
	padding-top: 10px!important;
}


