@charset "Shift_JIS";

@import url(common.css);
@import url(type.css);


body {
	background: #FFF;
}


/* --------- 1:g_navi --------- */

#g_navi_bg {
	background: url(../images/main/g_navi_bg.jpg) repeat-x;
	height: 68px;
	width: 100%;
}


/* --------- 2:topic --------- */

#topic {
	background: url(../images/main/topic_bg.gif) no-repeat;
	width: 867px;
	height: 22px;
	margin: 0 auto;
	padding: 5px 0 0 13px;
	font-size: 10px;
	font-weight: bold;
}


/* --------- 3:foot --------- */

#foot {
 width: 100%;
 height: 103px;
 background: url(../images/main/foot_bg.gif);
 text-align: center;
}

/* --------- 4:FLASH --------- */

#indexSwf  {
	width: 100%;
	height: 533px;
	/*background: url(../images/main/main_bg.jpg) repeat-x;*/
	text-align: center;
}

.mainSwf {
	width: 1200px;
	height: 533px;	
	margin: 0 auto;
}


