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

body {
	background-repeat: no-repeat;
	margin: 30 auto;
	background-image: url(../itoi_interview/images/bg_html.jpg);
	background-position: center top;
	background-attachment: scroll;
	background-attachment:fixed;
}

#wrapper {
	width: 1036px;
	background-repeat: repeat-y;
	padding-top:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../itoi_interview/images/body_back.png);
}

#header {
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 30px;
}

.main {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #331E00;
	letter-spacing: 1px;
	line-height: 26px;
	font-weight: bold;
}

.yodogawa {
	margin: 10 auto;
	margin-top: 45px;
	margin-bottom: 30px;
	font-size: 17px;
	color: #331E00;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: bold;
}

.caption {
	margin: 10 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #331E00;
	letter-spacing: 1px;
	line-height: 12px;
}

.footer {
	margin: 0 auto;
	margin-top: 20px;
}
</pre></body></html>