@charset "UTF-8";


* { margin: 0px; padding: 0px; }
body, div, img, h1, h2, a, { margin:0; padding:0; }

img, a { 
	border:none;
	vertical-align:top;
}

body {
	font-size:74.5%;
	font-family:'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3',sans-serif;
	/*font-family: "MS PGothic", verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "lr oSVbN", Sans-Serif;*/
	color:#6A5000;
	line-height:1.5;
	background-color: #ffffff;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
}
body#pop { background-image:url(../image/angou/bg.jpg); background-position:top center; background-color:#FCD001;}

#container {
	width:1000px;
	height: 650px;
	margin:0 auto;
	text-align: center;
}

#swfArea {
	width: 1000px;
	height: 650px;
	text-align: center;
}


#containerPop {
	width:500px;
	margin:0 auto;
}

#copy {
	width:100%;
	height:25px;
	margin:0 auto;
	background-image: url(../image/copy_bg.gif);
	text-align:center;
}

#footer {
	width:100%;
	height:40px;
}
#footerPop { width:100%; height:25px; background-color:#ffffff; text-align:center; margin-top:100px;}


/* table */
.tableStyle{
	border:2px solid #ffffff; border-spacing:0px; margin:0; border-collapse:collapse; empty-cells:show;
	margin-bottom:10px; background-color:#ffffff;
}
.tableStyle th{
	padding:5px; vertical-align:center; text-align:left; font-weight:bold;
	background-color:#ff9900; color:#ffffff; font-size:14px;
	border:2px solid #ffffff;
}
.tableStyle td{
	padding:5px; vertical-align:center; text-align:left; font-weight:normal;
	background-color:#ffea97; font-size:12px;
	border:2px solid #ffffff;
}

.fontOrangeB{ color:#ff9900; font-weight:bold;}
.font16{ font-size:16px;}
.fontBold{ font-weight:bold;}
.imgCenter{ margin:0 auto; display:block;}




