<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;


}
#container {
	margin: 10px auto;
	border: solid 1px #DDD;
	width: 920px;
}
#head {
	background-image: url(../img/head_back.jpg);
	height: 150px;
}
#head_text   {
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 100px;

	font-weight: normal;
	text-align: right;
}
#head_text h2 a {
	text-decoration:none;
	color: black;
}
#head_text h2 a:hover {
	padding-bottom:0;
	border-bottom: #05FBFF 1px solid;
	
}


#menu ul li  {
	margin-bottom: 10px;


}
#menu a {
	color: black;
	text-decoration: none;
}
#menu a:hover  {
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #05FBFF 2px solid;
}

#menu {
	float: left;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	width: 150px;
	background-color: #E5E2E1;
	background-image: url(../img/menu-back.png);
	height: 150px;
}

#menu ul {
	list-style-type: none;
}



#container .foot address {
	font-style: normal;
	padding: 5px;
	text-align: right;
	font-size: 12px;
	line-height: 1.2em;

}
#main {
	padding: 50px;
	margin-left: 200px;
	font-size: 16px;
	line-height: 1.5em;
}


#container #main h1 {
	border-bottom: 2px #05FBFF solid;
	margin-bottom: 20px;
	padding: 0px 10px;
	border-left: 9px solid #05FBFF;
	font-size: 1.8em;
}
#container #main h2 {
	border-bottom: 1px #05FBFF solid;
	margin-bottom: 20px;
	padding: 0px 10px;
	border-left: 5px solid #05FBFF;
	font-size: 1.2em;
}
#container #main h3 {
	border-bottom: 1px solid #05FBFF;
	margin-bottom: 20px;
	margin-left: 15px;
	padding: 0px 2px;
	border-left: ０px solid #05FBFF;
	font-size: 1em;
}
#main ul li {
	margin-left: 50px;
}
#container #main p {
	margin-left: 30px;
}
#container #main dl {
	margin-left: 30px;
	margin-bottom: 30px;
}
#container #main dl dt {
	font-weight: bold;
}



.right{
	text-align: right;
	float: right;
}
.cb{
	clear: both;
}
</pre></body></html>