<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a { 
color: #191970; text-decoration: underline;
}
a:hover {color: #dc143c; text-decoration: underline;
}
a:active { color: #333333; text-decoration: underline;
}

html body div h1{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height : 120%;
}

html body div#box01{
	float: senter;
	width: 462px;
	height: 200px;
	background-color: #ffffff;
/*	
	border: 1px;
	
	padding: 10px 20px;
*/	
}

html body div div#main11 { color: #333333; font-size: 12px; line-height: 160% }

html body div.gray {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height : 120%;
}
.gray {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height : 120%;
}
/* ### navi ### */
#navibar {
	height: 24px;
}

#navibar li {
	float: left;
	list-style-type: none;
}

#navibar #btn01 a {
	text-decoration: none;
	height: 24px;
	width: 103px;
	display: block;
	background-image: url(http://www.umiharajunko.com/image/medical.gif);
	text-indent: -9999px;
}

#navibar #btn01 a:hover {
	background-image: url(http://www.umiharajunko.com/image/medical2.gif);
}

#navibar #btn02 a {
	text-decoration: none;
	height: 24px;
	width: 103px;
	display: block;
	background-image: url(../image/work.gif);
	text-indent: -9999px;
}

#navibar #btn02 a:hover {
	background-image: url(../image/work2.gif);
}

#navibar #btn03 a {
	text-decoration: none;
	height: 24px;
	width: 103px;
	display: block;
	background-image: url(../image/info3.gif);
	text-indent: -9999px;
}

#navibar #btn03 a:hover {
	background-image: url(../image/info4.gif);
}

#navibar #btn04 a {
	text-decoration: none;
	height: 24px;
	width: 103px;
	display: block;
	background-image: url(../image/music.gif);
	text-indent: -9999px;
}

#navibar #btn04 a:hover {
	background-image: url(../image/music2.gif);
}

#navibar #btn05 a {
	text-decoration: none;
	height: 24px;
	width: 103px;
	display: block;
	background-image: url(../image/profile.gif);
	text-indent: -9999px;
}

#navibar #btn05 a:hover {
	background-image: url(../image/profile2.gif);
}

#navibar #btn06 a {
	text-decoration: none;
	height: 24px;
	width: 103px;
	display: block;
	background-image: url(../image/cinema.gif);
	text-indent: -9999px;
}

#navibar #btn06 a:hover {
	background-image: url(../image/cinema2.gif);
}

#navibar #btn07 a {
	text-decoration: none;
	height: 24px;
	width: 103px;
	display: block;
	background-image: url(../image/diary.gif);
	text-indent: -9999px;
}

#navibar #btn07 a:hover {
	background-image: url(../image/diary2.gif);
}

table#hyou tr td {
	text-align: center;
	vertical-align: center;
	height: 2em;
}

table#hyou {
border-collapse: separate;
border-spacing: 0px;
}

td, th {
border: 1px #999999
 solid;
}
.value td, th {
border: none;
text-align: center;
}
</pre></body></html>