@charset "UTF-8";
#header {
	height: auto;
	width: 800px;
}
#button {
	height: 40px;
	width: 800px;
}
#middle {
    width: 800px;
    font-weight: bold;
    color: #0B0B0B;
    font-size: medium;
    font-style: normal;
}
#left {
	float: left;
	width: 340px;
	margin: 0px;
	padding: 0px;
}
h3 {
	border-bottom-width: thin;
	border-left-width: thick;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #640000;
	border-left-color: #DBB100;
}
li {
	list-style-image: url(image/list.jpg);
}
.fsize {
    line-height: 135%;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
}
#right {
	padding: 20px;
	float: left;
	width: 460px;
}
#footer {
	clear: left;
	height: 200px;
	width: 800px;
}
