@charset "utf-8";

body {
	text-align: center;
	vertical-align: middle;
	font-size: 90%;
	line-height: 1.5em;
}
.back     {
	font-weight: bold;
	color: #007F00;
	height: 35px;
	vertical-align: text-botom;
	background-image: url(img/kuroba.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 50px;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #007F00;
}
li {
	list-style-position: outside;
	list-style-image: url(img/kuroba.gif);
}

strong {
	font-weight: bold;
	line-height: 2em;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #FFBF55;
	border-bottom-width: 2px;
	border-bottom-color: #FFBF55;
}
#container {
	width: 750px;
	padding-top: 0px;
}
#container #header {
	width: 750px;
	padding-bottom: 10px;
	padding-top: 0px;
}

#container #contents-1 {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	height: 100%;
	padding-left: 60px;
}
#container #contents-1 #contents-1left {
	float: right;
	padding-right: 50px;
	padding-left: 10px;
	width: 230px;
}
#container #contents-2 {
	clear: none;
	padding-top: 10px;
}


#container #contents-3 {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#container #contents-4 {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#container #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #007F00;
}
