body {
	color: #666666;
	text-align: center;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	}
h1 {
	background-image: url("../images/logoback.gif");
    background-repeat: no-repeat;
	height: 120px;
	margin: 0 0 20px 0;
	padding: 0;
	}
h2 {
	font-size: 24px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url("../images/bar02.gif");
	background-repeat: no-repeat;
	height: 30px;
	margin: 20px 50px 0 50px;
	padding-left:20px;
	}
h3 {
	font-size: 90%;
}
h4 {
	font-size:90%;
	color : #a00001;
}

a {
/*  color: #0076b4;*/
  text-decoration: none;
}
a:visited {
/*  color: #0076b4;*/
}
a:hover {
/*  color: #f0a700;*/
  text-decoration: none;
}

p {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 85%;
	}

.movie {
	width: 100%;
	height: 100%;
}
div.movie {
	width: 480px;
	height: 300px;
	text-align: center;
}

div.movie2 {
	width: 620px;
	height: 500px;
	text-align: center;
}

#section {
  width : 600px;
  marigin : 10px 0;
  padding-top:15px;
  background:url(../images/waku600-01.gif) no-repeat left top;
}

#section .body {
  padding:5px;
  border-left:4px solid #ffa449;
  border-right:4px solid #ffa449;
}
#section .bottom {
  height:15px;
  background:url(../images/waku600-02.gif) no-repeat left bottom;
  font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
  line-height:1px;
}

div.code {
	font: 10pt Verdana, sans-serif;
	overflow: auto;
	border: 1px solid #333333;
	padding: 3pt;
	margin: 0pt 0pt 3pt 0pt;
}

img {
  border:0px;
}

.center {
	text-align:center;
}

address {
	font-size: smaller;
	font-style: normal;
	background-color: #e7551b;
	color: #ffffff;
	padding: 5px 20px;
	}

