@charset "utf-8";

/* ----- 全てのページに共通する部分の設定をします ----- */
/* ====================
 全体レイアウト
==================== */
/* BODY設定 */
body {
	margin: 0px;
	padding :0px;
	text-align: center;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #ffffff;
	background-image: url(../common_img/body_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* BODY設定 */
body#firstpage {
	margin: 0px;
	padding :0px;
	text-align: center;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #ffffff;
	background-image: url(../images/t-body_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* 外枠の影 */
div#stage {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

/* ヘッダー */
#header{
	width:960px;
	margin: 0px auto;
	padding: 0px;
}

/* 全体幅 */
div#content {
	margin: 0px auto;
	width: 960px;
}


/* 本文部分 */
div#side{
	width:220px;
	padding:0;
	margin:30px 5px 30px 0;
	float:right;
}


div#main{
	width:710px;
	padding:0;
	margin:30px 0 30px 5px;
	float:left;
}

/* ====================
 フッター
==================== */
/* フッター位置 */
#footer {
	clear: both;
	width: 100%;
	margin: 0px auto;
	bottom: 0px;
	text-align: left;
	background-image: url(../common_img/foot_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* コピーライト */
#copyright{
	width: 960px;
	margin: 0px auto;
	text-align:center;
	color:#008C3E;
}

#foot01{	
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}

/*フロートクリアー*/
.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;
}
