body {
	margin-left: 27px;
	margin-top: 0px;
	background: #FFFFFF url(../images/top_01.jpg) no-repeat;
	font: 12px "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", verdana, arial, sans-serif;
	color: #336699;
	padding: 0px;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #336699;
}
a:hover {
	text-decoration: none;
	color: #FF00FF;
}
a:active {
	text-decoration: none;
}

/* 通常時 */
.hover {
  filter: brightness(1);
  /* イージングをおとなしくかける */
  transition: filter 0.5s;
}

/* ホバー時 */
.hover:hover {
  /* 明るくする */
  filter: brightness(1.5);
  /* イージングを強烈にかける */
  transition: filter 0.4s cubic-bezier(0, 2.5, 0.2, 2.5);
}
ol {
	padding: 0px;
	margin: 7px 0px 7px 25px;
}
ul {
	padding: 0px;
	margin: 7px 0px 7px 25px;
}

.moji_01 {
	font-size: 12px;
	line-height: 18px;
	color: #336699;
}
.top_waku {
	font-size: 12px;
	line-height: 20px;
	color: #172F46;
	padding: 70px 120px 0px 25px;
	font-weight: normal;
	letter-spacing: 1px;
	vertical-align: top;
	text-align:justify;
    text-justify:newspaper;
}
.waku_01 {
	font-size: 12px;
	line-height: 18px;
	color: #336699;
	background: url(../images/top_image01.gif) no-repeat;
	height: 165px;
	width: 236px;
	padding: 10px 10px 2px;
	vertical-align: top;
}
.waku_02 {
	font-size: 12px;
	line-height: 18px;
	color: #336699;
	background: url(../images/top_image02.gif) no-repeat;
	height: 165px;
	width: 236px;
	padding: 10px 10px 2px;
	vertical-align: top;
}
.waku_03 {
	font-size: 12px;
	line-height: 18px;
	color: #336699;
	background: url(../images/top_image03.gif) no-repeat;
	height: 165px;
	width: 236px;
	padding: 10px 10px 2px;
	vertical-align: top;
}
.waku_04 {
	font-size: 10px;
	line-height: 18px;
	background: url(../images/top_down_menu.gif) no-repeat;
	padding-top: 20px;
	text-align: center;
	letter-spacing: 1px;
}
.top_waku_02 {
	font-size: 10px;
	line-height: 18px;
	color: #336699;
	padding-left: 10px;
	vertical-align: bottom;
	padding-bottom: 5px;
}
