@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

#flame {
	width: 800px;
	margin: 0 auto;
	border: solid 1px;
	border-bottom: solid 1px #999999;
}

#main-img {
	background-image: url(../img/outline.jpg);
	height: 190px;
}

#leftbox {
	width:  800px;
	height: 870px;
	padding-top: 14px;
}


#tbl {
	width: 600px;
	font-size: small;
	margin-left: 15px;
	margin-top: 10px;
	border-top: dashed 1px #bebebe;

}

#tdleft {
	width: 130px;
	padding-top: 5px;
	padding-left: 20px;
	vertical-align: top;
	border-right: dashed 1px #bebebe;
}

#tdright {
	padding-top: 5px;
	padding-left: 35px;
	padding-bottom: 8px;
	line-height: 130%;
}

#right_info {
/* 続きはここから */
	/*background-color: #ff00ff;*/
}


