#MainMenuQuestion{
		background-position:-360px -76px !important;
}

/*一覧表示*/
#QuestionList {
	border:1px solid #ccc;
	width:100%;
	border-collapse:collapse;
	font-size:80%;
	margin-bottom:10px;
}

#QuestionList  TH,
#QuestionList  TD{
	border:1px solid #ccc;
	padding:5px;
}
.AnswersCount{
	width:5em;
	text-align:center;
}
#QuestionList  TD A{
	display:block;
}
#QuestionList  TH{
	background-color:#676767;
	color:#fff;
}
#QuestionList h2{
	font-size:120%;
	margin:0;
	font-weight:normal;
}
.AnswerStatus{
	text-align:center;
	width:5em;
}
.Unsolved{
	padding-left:18px;
	background:url(/images/common/icons/flag_circle.gif) left center no-repeat;
}
.Solved{
	padding-left:18px;
	background:url(/images/common/icons/checked_circle.gif) left center no-repeat;
}
#QuestionWrap{
	padding:15px;
	border:1px solid #ccc;
}

#QuestionsConfirm INPUT{
	margin-top:10px;
}
/*タイトル
#QuestionWrap H1{
	font-size:110%;
	background-color:#f2f2f2;
	margin-bottom:5px;
	overflow: hidden;
	border:1px solid #ccc;
	border-top:5px solid #676767;
	padding:5px 10px;
}*/

.QuestionBody{
	padding:10px 0;
}
.QuestionInfo{
	margin-bottom:10px;
	text-align:right;
	width:100%;
}
.QuestionInfo SPAN{
	position:absolute;
	left:0;
}
.EditFunctions{
	text-align:right;
}

/*新規質問投稿画面　入力欄*/
#QuestionsNew TEXTAREA,
#QuestionsNew INPUT,
#QuestionsCreate TEXTAREA,
#QuestionsCreate INPUT,
#QuestionsUpdate TEXTAREA,
#QuestionsUpdate INPUT{
	margin-bottom:10px;
}
.SuggestArea INPUT{
	margin:0 !important;
}
/*回答入力欄*/
.AnswerTextArea{
	height:10em;
	margin-bottom:5px;
}
#QuestionEditTitle{
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:10px;
}
#QuestionEditTitle:hover{
	cursor:not-allowed;
}
#BestAnswer,
.Answer,
.Reply{
	padding:10px;
	margin:0;
	clear:both;
}
#BestAnswer{
	margin-bottom:10px;
	border:1px solid #ccc;
}
#BestAnswerHead{
	background-color:#9f3;
	padding:5px;
	display:block;
	margin-bottom:5px;
}

.Answer{
	margin-bottom:10px;
	border-top:1px solid #ccc;

}
/*回答者、投稿日時　削除*/
.AnswerInfo{
	text-align:right;
	width:100%;
	padding:5px 0;
}
/*回答者、投稿日時*/
.AnswerInfo SPAN{
	position:absolute;
	left:0;
}
.Reply{
	position:relative;
	margin-top:10px;
	top:-1px;
	background-color:#f3f3f3;
	border:1px solid #ccc;
}
.Reply .EditFunctions{
	padding:0;
}

/*回答、回答への返信確認画面*/
#AnswersConfirm H1{

}
#AnswerConfirm,
#ReplyForAnswerConfirm{
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:10px;
}
#AnswerConfirm H1{
	font-size:100%;
}
.ReplyForAnswerTextArea{
	height:10em;
}
.ShowReplyForm{
	font-size:80%;
}

.CloseReplyForm{
	position:absolute;
	font-size:80%;
	font-weight:bold;
	right:0;
	top:0;
	padding:3px;
	background-color:#999;
	color:#FFF;
	text-decoration:none;
	width:1.2em;
	height:1.2em;
	text-align:center;
	vertical-align:middle;
}
