
/* コンテナ */
#container {
	width: 860px;
	/* width: 976px; */
    /* Mozilla系ブラウザでのセンタリングの為 */
    margin: 0px auto;
	padding: 0 20px;
	text-align: center;
	background:#FFFFFF;
	background-image: url(../images/bk_image.jpg);
	background-repeat: no-repeat;
}

/* ヘッダー以降のコンテナ */
#container-main {
	margin: 0px;
}

/* ヘッダー */
.head {
	height: 200px;
    text-align: left;
	position:relative;
}

/* ヘッダー内のロゴ */
a.head-logo {
	position:absolute;
	top:20px;
	left:400px;
	display:block;
	height:150px;
	width:300px;
}
/* ヘッダー内のタイトル */
.head-title {
	text-indent:-9999px;
}

/* ヘッダー内のイントロ */
.head-intro {
	text-indent:-9999px;
}

/* フッター（１行） */
.foot1 {
	height: 60px;
	padding: 35px 0px 0px 0px;
	color: #FFFFFF;
	background: url(../images/foot_back.jpg) 0px no-repeat;
	font-size: 9pt;
	text-align: center;
}

/* フッター（２行） */
.foot2 {
	display:none;
	height: 60px;
	padding: 35px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: center;
}

/* アンカー（フッター） */
a.foot:link,
a.foot:visited,
a.foot:hover {
	color: #FFFFFF;
}

/* メインスペース */
.center {
    width: 966px;
	min-height: 600px;
	text-align: left
}

/* セル */
.cell {
	float: left;
	padding: 2px;
	margin: 2px;
	background: #FFFFFF;
	border: 1px #999999 solid;
	text-align: center;
}

/* クリア */
.clear {
	clear: both;
}
