@charset "euc-jp";

/* ----- 全てのページに共通する部分の設定をします ----- */
/* -------------------- 全体レイアウト -------------------- */
/* html設定*/
html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

/* BODY設定 */
body {
	margin: 0px;
	padding :0px;
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", Osaka, san-serif;
	background: url(../common-img/background.jpg) no-repeat center top;
	background-repeat: repeat-x;
	background-position: center top;
}

/* 外枠の影 */
div#stage {
	width: 960px;
	margin: 0px auto;
}

/* 全体幅 */
div#content {
	margin: 0px auto;
	width: 960px;
	text-align: left;
	background-image: url(../common_img/content_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* 本文部分 */

div#main{
	width:960px;
	padding:0px;
	margin:0px;
}

#right-box {
	float: right;
	margin: 30px 0px 10px;
	padding: 0px;
	width: 660px;
}

/* -------------------- フッター -------------------- */
/* フッター位置 */
#footer {
	margin: 0px auto;
	width: 100%;
	bottom: 0px;
	border-top: 2px solid #666666;
	background-color: #EFF3F4;
}

* html #footer {
	bottom:expression(document.getElementById("stage").offsetHeight % 2 == 0 ? 0 : -1);
}

/* オールインターネットバナー */
#banner{
	margin: 0px auto;
	text-align: right;
	padding-right: 10px;
}

#foot01{
	margin: 0px auto 0px auto;
	width: 960px;
	}

/*フロートクリアー*/
.clear {
	clear:both;
}

/* FLASH ダウンロード */
#flash_banner {
	padding: 0px;
	font-size: 10px;
	float: left;
	margin: 5px 0px 0px 0px;
	line-height: 1.5em;
	text-align: left;
}

#flash_banner img {
	padding: 0px;
	float: left;
	margin: 0px 3px 0px 0px;
	vertical-align: bottom;
}
