<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* コンテンツ内でのフォントサイズ指定 */
body,td,div,p,li{

	font-size:16px;

}

/* 疑似クラス指定 */
a:link,a:visited{
	text-decoration:none;
	color:#006496;
}
a:hover{
	text-decoration:underline;
	color:#006496;
}
a:active{
	text-decoration:underline;
	color:#aa0000;
}

/* メニュー項目の位置調整 */
.menu{
	margin-bottom:9px;
}

/* メニュー項目の文字サイズ */
.menu_font{
	font-size:14px;
}

/* コンテンツの位置調整 */
.contents{
	margin-top:35px;
	margin-left:30px;
	margin-right:50px;
}

/* コンテンツの位置調整(ニュース詳細用) */
.contents_news{
	margin-top:20px;
	margin-left:30px;
	margin-right:50px;
	padding:10px;
}

/* 本文の行間・マージン調整 */
p{
	line-height:25px;
	margin-top:0px;
	margin-bottom:0px;
        font-size:16px;
}

/* 画像(ニュース詳細用) */
.image_news{
	margin:0px;
	margin-bottom:40px;
}

/* ラベル(ニュース詳細用) */
.label_news{
	margin-top:25px;
	margin-bottom:20px;
	font-size:22px;
	line-height:120%;
}

/* ラベル(開催中の展覧会用) */
.label_exhibitions{
	margin-top:5px;
	margin-bottom:5px;
	font-size:14px;
}

/* 日付けの色指定 */
.date{
	color:#a6a7aa;
	font-size:15px;
}

/* ナビゲーションの位置調整 */
.navi{
	text-align:right;
	margin-top:35px;
	margin-bottom:20px;
	margin-right:30px;
}

/* 展覧会詳細の表 */
.table_exhibitions{
	text-align:right;
	margin-top:35px;
	margin-bottom:20px;
	margin-right:30px;
        font-size:22px;
}

/* キャプションの文字サイズ */
.caption{
        font-size:12px;
}

/* 過去の展覧会の文字サイズ */
.exhibitions_font{
	font-size:15px;
}</pre></body></html>