@charset "utf-8";
#contents #main #msg_box {
	position: absolute;
	left: 79px;
	top: 101px;
}
#contents #main #msg_box p {
	color: #033;
	font-weight: bold;
}
#contents #cmt_box {
	padding-top: 15px;
	padding-bottom: 5px;
}
#contents #cmt_box p {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 30px;
	margin-left: 50px;
	line-height: 130%;
	color: #033;
}

#contents #fee {
	background-image: url(../mikaku/img/bbq.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 15px;
	padding-bottom: 20px;
}
#contents #fee h3 {
	color: #C00;
	margin-top: 10px;
	margin-bottom: 0px;
}
#contents #fee table {
	margin-top: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #090;
	border-left-color: #090;
	margin-left: 20px;
}
#contents #fee th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #090;
	border-bottom-color: #090;
	background-color: #DEEDD3;
	color: #030;
}
#contents #fee td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #090;
	border-bottom-color: #090;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFC;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 130%;
}
#contents #fee td b  {
	color: #F00;
	font-size: 110%;
}

#contents #fee ul {
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 20px;
}
#contents #fee li {
	margin-top: 10px;
	margin-left: 30px;
}
#contents #fee .im_cmt {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 410px;
}

