@charset "utf-8";

* li,
* dd	{
	list-style: none;
	line-height: 1.3em;
}
body	{
	margin: 0;
	padding: 0;
	*text-align: center;
	color: #330;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
h1	{}
h2	{
	padding: 1px;
	font-size: 115%;
	background-color: #eee;
}
h3	{
	font-size: 100%;
}
/*** 中央寄せ ***/
div#content	{
	width: 800px;
	*width: 804px;
	margin: auto;
	*text-align: left;
	color: #330;
	font-size: 95%;
	background-image: url('../graphics/top1006.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

/*** ヘッダー ***/
div#header	{
	position: relative;
	width: 800px;
	height: 188px;
	overflow; hidden;
}
div#header h1	{
	position: absolute;
	*top: 10px;
	left: 80px;
	font-size: 130%;
	font-weight: bold;
	color: #ecc;
}
p#subtitle	{
	float: right;
	margin-top: 35px;
	font-size: 10pt;
}

/*** ナビ ***/
div#navi	{
	float: left;
	width: 200px;
	margin: 10px 0 0 0;	/*mainと同じ*/
	border: 1px solid #ddddcc;
	background-image: url(../graphics/back2.gif);
}
div#navi ul	{
	margin: 0 0 0 -1em;
	_margin: 0 0 0 1em;
}
div#navi li	{
	margin: 3px;
	padding:2px;
	letter-spacing: 0.1em;
}

/*** メイン ***/
div#main	{
	width: 587px;
	margin : 10px 0 0 210px;	margin-top: 10px;	/*mainと同じ*/
}
.attention	{
	color: #c03;
}
div#main li	{
	margin: 0 0 4px 0;
	letter-spacing: 0.05em;
}
div#news ul	{
	width: 550px;
	height: 110px;
	overflow: auto;
}
.exhiShimei	{
	display: inline;
}
div#info	{
/*	background-image: url(../graphics/kinenn15.jpg);	*/
	background-repeat: no-repeat;
	background-position: 100% 45px;
}
div#exhibition dt	{
	margin: 0 0 0 1em;
	padding: 1px;
	font-weight: 600;
	background-color: #fffacd;
}

/*** フッター ***/
div#footer	{
	clear: both;
	width: 800px;
	margin: 4px 0 0 0;
	border-top: 2px solid #ccc;
}
div#footer p	{
	text-align: center;
}
