@charset "utf-8";

/*-------------------------------------------------------------
	base
-------------------------------------------------------------*/

/*-------------------------------------------------------------
	main
-------------------------------------------------------------*/
body h2 {
	width: 580px;
	height: 82px;
	background: url(../images/blog/h2_qa.jpg) no-repeat 0 0;
	margin-bottom:15px;
	text-indent: -9876px;
}

p.paginate {
	margin: 10px 3px;
}

body div#content div.main div.entry {
	width: 578px;
	border: 1px solid #999;
	padding: 1px;
	margin-bottom: 25px;
}
	body div#content div.main div.entry div.question {
		background: #FB6773 url(../images/blog/question_back.gif) no-repeat 0 0;
		padding: 5px 5px 5px 65px;
		min-height: 40px;
		color: #000;
	}*html body div#content div.main div.entry div.question {
		height: 40px;
	}
	body div#content div.main div.entry div.answer {
		background: #FFF url(../images/blog/answer_back.gif) no-repeat 0 0;
		padding: 5px 5px 5px 65px;
		min-height: 40px;
		color: #333;
	}*html body div#content div.main div.entry div.answer {
		height: 40px;
	}

span.txts{
font-size: 0.9em;
}
span.txtss{
font-size: 0.9em;
color:#666666;
}




