/*Initialize*/
* {
	margin: 5;
	padding: 0;
}

body {
	font-family:"メイリオ","ＭＳ Ｐゴシック",Osaka,monospace;
	width:100%;
	text-align: center;
	font-size: 100%;
	background-color: #FFFFFF;
	height: 100%;
	overflow-x: hidden;
}

a:link {
  color:#333333;  /* リンク */
  text-decoration:none; /* 下線非表示 */
}
a:active {
  color:#009999; /* アクティブ内 */
}
a:visited {
  color:#313131; /* 表示済 */
  text-decoration:none;
}
a:hover {
  color:#009999; /* マウスポイント時 */
}

a.blocklink {
 display:block;
 width:100%;
 text-decoration:none;
}

.backline {
	position: relative;
	width: 255px;
	height: 25px;
	background: url("../img/backline.jpg") no-repeat;
}
.backline .text {
	position: absolute;
	font-size: 129%;
	color: #003333;
	top: -7px;
	left: 30px;
}

.bar1 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #003333;
  border: 0; 
 }

.bar2 {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #003333;
  border: 0; 
  margin-bottom : 20px;
 }

.infomations {
	text-align: left;
	line-height: 130%;
	margin: 20px 12px 0 12px;
	text-align: justify;				/* 両端揃え */
	text-justify: inter-ideograph;		/* 両端揃え CSS3 IE下位互換用 */
	-ms-text-justify: inter-ideograph;	/* 両端揃え CSS3 IE8〜用 */
}