<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
▽master
/index.html
#top-pagebox
*/

@import url(parts/style_all.css);
@import url(parts/style_box.css);
@import url(parts/style_mediabox.css);
@import url(parts/style_toppage.css);

#top_mes {
	height: 260px;
	width: 430px;
	background-repeat: no-repeat;
	background-image: url(../img/top_mes_bg.jpg);
	padding-top: 40px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin-left: 5px;
}
#top_mes p {
	margin-left: 200px;
	margin-right: 5px;
}
</pre></body></html>