@charset "utf-8";

#teika {
	width: 600px;
}

#teika h2 {
	font-size: 16px;
	background-image: url(../img/teika/title_bar.jpg);
	background-repeat: no-repeat;
	color: #000066;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#teika p {
	line-height: 150%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.v-align {
	vertical-align: super;
	font-size: x-small;
}
#teika ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#teika li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
	text-decoration: underline;
	color: #CC3300;
}
teika_menu {
	margin: 0px;
	padding: 0px;
	width: 600px;
}
#teika_nemu ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 500px;
}
#teika_nemu li {
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	list-style-position: inside;
	padding: 0px;
}
#teika_nemu a {
	display: block;
	padding: 5px;
	text-decoration: none;
	background-image: url(../img/teika/bg_menu_a.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
}
#teika_nemu a:hover {
	background-image: url(../img/teika/bg_menu_ah.jpg);
}
