@charset "utf-8";
/* 県立美術館 */

:root {
	--header: #eaeaea;
	--footer: #D6D6D6;
	--color1: #CD3434;
	--color2: #333132;
	--color3: #333132;
}

#header {
	height: 90px;
}
.art_message {
	width: 80%;
	margin: 10px auto;
}
.art_message ul li {
	list-style: square;
	margin-bottom: 5px;
}
.art_message ol li {
	list-style: decimal;
	margin-bottom: 5px;
}

