@charset "shift_jis";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: 420px;
	width: 580px;
	padding: 30px;
	background-image: url(image/backimage.png);
	background-repeat: no-repeat;
}
#contents {
	float: left;
	height: 160px;
	width: 200px;
	padding-top: 225px;
}

#kengaku {
	float: right;
	height: 385px;
	width: 345px;
}
li {
	list-style-type: none;
}
p {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
	font-size: 10pt;
	line-height: 1.5em;
	color: #604c3f;
}
a:hover {
	color: #ef845d;
	text-decoration: none;
}

#kengaku_txt {
	font-size: 10pt;
	line-height: 1.5em;
	width: 320px;
	color: #604c3f;
}
#kengaku_title {
	font-size: 13pt;
	font-weight: bold;
	height: 22px;
	color: #604c3f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #604c3f;
	margin-bottom: 13px;
}
