@charset "UTF-8";

h2 {
	background-image: url(img/h2_bg.gif);
	background-repeat: no-repeat;
}

#submenu li {
	list-style-position: outside;
	list-style-image: url(img/summenu.gif);
}
#submenu li a:hover {
	background-image: url(img/submenu_bg.gif);
	background-repeat: repeat-x;
}

#main p {
	font-weight: bold;
}
#conbox {
	color: #333333;
	border: 2px dotted #27005B;
	background-color: #FDFFC9;
	padding: 0px 10px;
	margin-top: 10px;
}
#conbox dd,dt {
	margin-top: 10px;
	font-size: 100%;
}
#form {
	margin: 0px;
}
#form .red {
	color: #990033;
}

#thanks {
	font-weight: bold;
	color: #333333;
	margin: 20px;
	padding: 10px;
	border: 2px dotted #27005B;
	background-color: #FDFFC9;
}
fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

