@charset "utf-8";


#frame {
	background-image: url(../images/memu_bg.jpg);
	background-repeat: no-repeat;
	background-color: #42210B;
	height: 544px;
	width: 1000px;
}
#menu {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 10.5px;
	line-height: 1.2em;
	height: 310px;
	width: 540px;
	overflow: auto;
	text-decoration: none;
	margin-top: 40px;
	float: left;
	color: #333333;
}
#menu h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menu ul {
	height: auto;
	width: auto;
	list-style-type: none;
	padding-left: 15px;
}
.kindleft {
	height: auto;
	width: auto;
	margin-bottom: 5px;
}
.kindright {
	height: auto;
	width: auto;
	padding-bottom: 10px;
}
#menuleft {
	height: auto;
	width: 215px;
	float: left;
	padding-left: 30px;
	padding-right: 10px;
}
#menuright {
	height: auto;
	width: auto;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
}

#title {
	background-image: url(../images/menu_title.gif);
	height: 171px;
	width: 282px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: right;
}
#introduction {
	height: 120px;
	width: 190px;
	overflow: auto;
	padding-top: 10px;
}
#introduction h2 {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: small;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
}
#menu a:link, #menu a:visited {
	color: #FF00FF;
}
#menu a:hover {
	color: #996600;
	text-decoration: underline;
}

#introduction p {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: x-small;
	line-height: 1.3em;
	padding-left: 10px;
	padding-top: 15px;
}

#left {
	float: left;
	width: 260px;
	height: 310px;
	padding-left: 85px;
	padding-top: 10px;
}

