@charset "utf-8";

/* -----------------------------------------------------------

 Style Info:	top style sheet

----------------------------------------------------------- */


/* #flashBox
----------------------------------------------------------- */
/*flashエリア（swfobject使用）*/
#flashBox {
    width: 1120px;
	height:530px;
	padding:0;
    margin:0px auto;
	}
	#fArea{
		margin:0 auto;
		padding:0 0 0 0;
		}

/*******
以下、FirefoxでFlashが印刷出来ないための対処法
（http://tech.ironhearts.com/blog/archives/85） *******/
/* 基本、非表示 */
#flashArea_fw_print{
  display:none;
}
/* 印刷時 Gecko(Firefox)のみ、swfを非表示、印刷用を表示*/
@media print {
 .gecko #flashArea{
    display:none;
 }
 .gecko #flashArea_fw_print{
    display:block;
	width: 1120px;
	height:530px;
	margin:0 auto 50px auto;
 }
}
/* container
----------------------------------------------------------- */
#container {
	background: url(../images/top/container-bg.gif) left top repeat-x;
}
#container h2 {
	width: 920px;
	height: 31px;
	font-size: 1px;
	text-indent: -9999px;
	margin: 10px auto 10px;
}




/* contents
----------------------------------------------------------- */

#contents {
	width: 920px;
	padding: 20px 0;
}

/* */
#contents #main {
	width: 920px;
	text-align:center;
	margin:0 auto;
}
.kanbai{
	width:780px;
	margin:0 auto;}