<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main{
	min-height: 500px;
	background: url(../images/prof_bg.jpg) no-repeat center top;
}
#main .content{
	margin: 0 auto;
	width: 980px;
}
#main-content-default,
#main-content-tryoh{
	background: url(../images/prof_tryoh.png) 426px 0 no-repeat;
}
#main-content-makoto{
	background: url(../images/prof_makoto.png) 426px 0 no-repeat;
}
#main-content-hakase{
	background: url(../images/prof_hakase.png) 426px 0 no-repeat;
}
#main-content-chisato{
	background: url(../images/prof_chisato.png) 426px 0 no-repeat;
}
#main-content-minami{
	background: url(../images/prof_minami.png) 426px 0 no-repeat;
}
#main-content-minato-temma{
	background: url(../images/prof_minato_temma.png) 426px 0 no-repeat;
}
#main-content-gontako{
	background: url(../images/prof_gontako.png) 426px 0 no-repeat;
}
#main-content-joe{
	background: url(../images/prof_joe.png) 426px 0 no-repeat;
}
#main-content-seirei{
	background: url(../images/prof_seirei.png) 426px 0 no-repeat;
}

#main .relation-map{
	float: left;
	background: url(../images/prof_bg.png) repeat;
	margin: 16px 0;
	padding: 16px;
	width: 394px;
}
#main .profile{
	float: right;
	width: 519px;
	padding: 435px 0 0 35px;
}
#main .profile li{
	display: none;
}
#main .profile li.default{
	display: block;
}
#main .profile h2{
	display: none;
}
#main .profile li.minato-temma h2{
	display: block;
	margin: 15px 0;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	text-decoration: underline;
}
#main .profile p{
	margin: 15px 0;
	font-size: 1.2em;
	line-height: 1.6em;
}
#main .profile p em{
	font-weight: bold;
}
</pre></body></html>