#main-contents ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main-contents #qa-title {
	margin-bottom: 10px;
}

/*	カテゴリ名と日付
-----------------------------------------------	*/
#main-contents p.cate-name{
	text-align:right;
        margin-bottom: 3px;
}

#main-contents p#a-date {
	font-size: 12px;
	text-align: right;
}



/*	質問エリア
-----------------------------------------------	*/

#q-area {
	background-color: #fdf8ed;
	background-image: url(img/q_image.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0d6c6;
	border-bottom-color: #e0d6c6;
	min-height:95px;
	height: auto !important;
	height: 95px;
	margin-bottom: 20px;
}

#q-area p {
	margin: 10px 10px 10px 96px;
	font-size: 16px;

_word-break: break-all;}

#main-contents #q-area #qestioner {
	font-size: 13px;
}


/*	回答エリア
-----------------------------------------------	*/

#a-area {
	background-image: url(img/a_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:100px;
	height: auto !important;
	height: 100px;
	margin-bottom: 30px;
}

#a-area p {
	margin: 10px 10px 10px 96px;
	font-size: 14px;
_word-break: break-all;
}

#main-contents #a-area ul {
	font-size: 14px;
	margin-left: 100px;
	margin-right: 10px;
}

#main-contents #a-area ul li {
	background-image: url(img/listicon.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	margin-bottom: 3px;
}
#main-contents #a-area ol {
	font-size: 14px;
	margin-left: 78px;
	margin-right: 10px;
_margin-left:120px;
}


blockquote{
margin-left:96px;
}

#a-area blockquote p{
margin:9px;
}



/*	関連Ｑ＆Ａ
-----------------------------------------------	*/
#main-contents #relevant-list p {
       margin-bottom: 0px;
}

