@charset "utf-8";
body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:80%;
	text-align:center;
}
h1,h2,h3,ul,li,dl,dt,dd,p {
	margin:0;
	padding:0;
}
ul,li {
	list-style:none;
}
img {
	max-width:100%;
	border:0;
	height:auto;
}
a:link {
	color: #03C;
}
a:visited {
	color: #03C;
}
a:hover {
	color: #F00;
}
h2 {
	margin-bottom:20px;
	font-size:180%;
}

#frame {
	margin:30px auto 0;
	border:1px solid #999;
	width:640px;
	height:440px;
}
#container {
	margin:auto;
}
#container_fix {
	margin:30px auto 0;
	border:1px solid #999;
	width:640px;
	height:440px;
}
#header { 
	margin:0;
	padding: 0;
	height:60px;
	border-bottom:2px solid #039;
	position:relative;
} 
#header #logo {
	position:absolute;
	top: 12px;
	left: 10px;
}
#header #sbi {
	position:absolute;
	top: 25px;
	right:10px;
}
#contents {
	padding:80px 0 50px;
	text-align:center;
}
#contents p {
	font-size:130%;
}
#information {
	margin-bottom:60px;
}
#footer {
	text-align:center;
}
.ma20 {
	margin-bottom:20px;
} 

iframe {
	margin:30px auto 0;
	border:1px solid #999;
	width:640px;
	height:440px;
}