@charset "utf-8";

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
table {
border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1{
	font-size:0.8em;
}
h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* CSS RESET */

body {
	background: url(img/bg.png) repeat-x;
	font-size: 13px;
	color: #f05;
	line-height:180%;
}
#container {
	margin: 0 auto;width:810px;
}
#bg {
	position: absolute;
		top:0;
	height: 800px;
	background-color: #fff;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
	margin: 0 auto;
	width:830px;
	z-index: 100;
}
#wrapper {
	position: absolute;
		top:0;
	margin: 0 auto;
	width:830px;
	z-index: 1000;
}
#headimg {
	width: 810px;
	height: 328px;
	margin: 10px auto;
}
.section {
	padding: 0 0 25px 0;
}
h2 {
	padding: 5px;
	width:745px;
	margin: 0 auto;
	font-size: 16px;
	height: 1em;
	line-height: 1em;
	padding: 12px 0 12px 65px;
	font-weight: bold;
	background: url(img/h2.png) no-repeat;
}
h2.center {
	font-size: 16px;
	height: 1em;
	line-height: 1em;
	padding: 0;
	text-align: center;
	font-weight: bold;
	background: none;
}
iframe{
	display:block;
	margin: 0 auto;
}
.message {
	padding: 15px 25px  0 25px ;
}
.copy {
	padding: 5px 15px 10px 15px;
}

