@charset "utf-8";

/*
	Site Name: 
	Description: style print
	Version: 1.0
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset

==========================================================
*/

body {
	margin:0;
	padding:0;
	font-size:10pt;
	line-height:1.5;
	background:#fff;
	}
	
a:link,
a:visited {
	color:#000;
	text-decoration:underline;
	}

img {border:0;}

/*==========================================================
	5: HEADER
==========================================================
*/
#search{
	display:none;
}
#header{
	border-bottom:solid 1px #9e9e9e ;
}


#siteid{
	float:left;
	height:90px;
}
#siteid img {
	width:149px;
	height:44px;
	margin:22px 0 24px 0;
}


#globalNavi {
	display:none;
}

#museumNavi{
	display:none;
}

