/* 共通 */
BODY{
  font-family : Arial;
  background : url(yuuzora24-1.jpg) fixed no-repeat #000000;
  color : #000000;
  font-size : small;
  margin : 0px;
}

A{
  color : #004040;
}
A:HOVER{
  background : #add8e6;
}
.main{
  background : url(pepar_l.jpg) 50% 50%;
  width : 100%;
  height : 100px;
  border-top : 1px solid #000000;
  border-bottom : 1px solid #000000;
}
.menu{
  width : 100%;
  font-size : small;
  border-bottom : 1px solid #000000;
  text-align : right;
}
.menu LI, .menu UL{
  display : inline;
}
.menu A{
  padding : 0 1em 0 1em;
  text-decoration : none;
}
H1{
  width : 100%;
  font-size : small;
  border-top : 1px solid #000000;
  font-weight : bold;
  margin : 0px;
  color : #004040;
  letter-spacing : 1em;
}

/* トップ */
.top .lay{
  position : absolute;
  top : 60%;
  width : 100%;
  background : #000000;
}


/* 各ページ */
.page{
  text-align : center;
}
.page .lay{
  background : #ffffff;
  border : 1px solid #000000;
  width : 70%;
  text-align : left;
  margin : auto;
}
.textfield{
  color : #000000;
  padding : 15px;
  line-height : 150%;
}


h2.title02{
	margin: 0.5em 10% 1.2em 10px;
	padding: 0.3em 0.5em 0.2em 0.5em;
	border-style: solid;
	border-width: 0 0 1px 25px;
	border-color: #add8e6;
	font-size: 16px;
}
h3.title03{
	margin: 0.5em 10% 1.2em 10px;
	padding: 0.3em 0.5em 0.2em 0.5em;
	border-style: solid;
	border-width: 0 0 1px 25px;
	border-color: gray;
	font-size: 16px;

}