@charset "utf-8";

/*
	Site Name: 国立西洋美術館 The National Museum of Western Art
	Description: layout style
*/

/*
===== CONTENTS ===========================================

	1: CONTAINER
	2: HEADER
	3: MAIN CONTENT
	4: FOOTER

==========================================================
*/

/*
===== 1: CONTAINER ==========================================
*/
div#container {
	width:758px;
	margin:0 auto;
	background: #FFFFFF;
	border: 1px solid #666666;
}

/*
===== 2: HEADER ==========================================
*/
div#header {
	height: 65px;
	margin: 0 10px;
	background: url(../images/border.gif) bottom no-repeat;
}

div#header_eng {
	height: 82px;
	margin: 0 10px;
	background: url(../images/border.gif) bottom no-repeat;
}

/*
===== 3: MAIN CONTENT ====================================
*/
div#main {
	width:600px;
	clear: both;
	margin: 0 auto;
}

/*
===== 4: FOOTER ==========================================
*/
div#footer {
	margin: 10px 10px 0 10px;
	padding: 10px;
	background: url(../images/border.gif) top no-repeat;
}