@charset "utf-8";
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-image: url(images/a_topbg.gif);
	background-repeat: repeat-x;
	color: #999999;
}
td {
	font-size: 12px;
	line-height: 140%;
	text-decoration: none;
}
.tit1 {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.tit2a {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}


.feedbackbar {
	width:598px;
	border:1px solid #ddd;
	margin-top:7px;
	margin-left:6px;
}
.feedbackbar .feedbacktitle{
	width:596px;
	height:26px;
	margin:1px auto;
	background:url(/images/place_bg.gif) bottom repeat-x;
	border-bottom:1px solid #ddd;
}
.feedbackbar .feedbacktitle .title{
	float:left;
	margin:5px 0px 0px 12px;
	color: #444;
	display:inline;
}
.feedbackbar .feedbacktitle .title strong{
	letter-spacing:4px;
	color: #444;
	margin-right:10px;
}
.feedbackbar .feedbacktitle .gotopost{
	float:right;
	display:block;
	width:100px;
	height:23px;
}
.feedbackbar .feedbacktitle .gotopost a{
	width:95px;
	height:22px;
	display:inline;
	float:right;
	text-align:center;
	line-height:22px;
	text-decoration:none;
	background:url(/images/gotopost.gif) no-repeat;
	margin:1px 3px 0px 0px;
}
.feedbackbar .feedbackbox{
	width:576px;
	margin:0px auto 0px;
	text-align:left;
}
.feedbackbar .feedbackbox .feedbackbody{
	width:566px;
	margin:10px auto 0px;
	border:1px solid #AACCEE;
}
.feedbackbar .feedbackbox .feedbackreply {
	width: 610px;
	margin:10px auto 0px;
	border:1px solid #AACCEE;
}
.feedbackbar .feedbackbox dl dt{
	width:100%;
	background:#F3F7FF;
	line-height:25px;
	text-indent:10px;
	border-bottom:1px solid #AACCEE;
}
.feedbackbar .feedbackbox dl dt span{
	font-size:12px;
}
.feedbackbar .feedbackbox dl dd{
	padding:10px;
	font-size:13px;
	line-height:25px;
}
