@charset "UTF-8";

html {

}

body {
	background-color: #eeeeef;
}


/* コンテナ
--------------------------------------*/
#container-back {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
/*	background-image: url(../image/container.png); */
	background-repeat: repeat-y;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
}

/* ヘッダー
--------------------------------------*/
#header {
	height: 267px;
	width: 900px;
	background-color:#ffffff;
	background-image: url(../image/header-bk.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}

/* サイトID */
#siteID {
}

/* メイン
--------------------------------------*/
#main {
	width: 880px;
	margin-top: 10px;
	margin-left: 10px;
	background-color:#0099FF;
	background-color:#FFFFFF;
}

 /* コンテンツ */
#contents {
	width: 880px;
	margin-bottom: 40px;
}


/* 左エリア
--------------------------------------*/

#left {
	width: 190px;
	float: left;
}

/* グローバルナビゲーション */
#globalNavi {
}


/* フッター
--------------------------------------*/
#footer {
	clear: both;
	height: 58px;
	width: 900px;
	background-color:#666666;
}
