@charset "UTF-8";

/* ぺぺぺぺ */

#bodyContainer {
	margin: 6px auto 24px auto;
}


#content {
	background: url(/img/qlist_ro_top.gif) transparent no-repeat 0 18px;
	width: 771px;
	margin: 0 auto 0 auto;
}


#qListRoBottom {
	background: url(/img/qlist_ro_bottom.gif) transparent no-repeat 0 0;
	width: 771px;
	height: 6px;
}

#content h2 {
	background: url(/img/list_bar.gif) transparent no-repeat 0 0;
	width: 771px;
	height: 64px;
	position: relative;
	top: 11px;
	z-index: 1;
}

#content h2 em {
	display: block;
	width: 175px;
	height: 28px;
	background: url(/img/list_title_new.gif) transparent no-repeat 0 0;
	text-indent: -9999em;
	position: relative;
	top: 19px;
	left: 12px;
}

#content h2 span {
	font-size: 16px;
	font-weight: bold;
	color: #339;

	position: absolute;
	top: 22px;
	left: 202px;
}


body.myList #listHeaderOpr {
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}

body#myQuestions #content h2 em {
	background-image: url(/img/list_title_my_questions.gif);
}

body#myAnswers #content h2 em {
	background-image: url(/img/list_title_my_answers.gif);
}

body.myList #content h2 span {
	top: 22px;
	left: 142px;
}

/*
#content .qList {
	border: 1px solid #222;
	border-width: 0 1px 0 1px;
	width: 770px;
	margin-left: 1px;
}

* html #content .qList {
	width: 771px;
	margin-left: 0;
}

#content .qList th,
#content .qList td {
	text-align: left;
	font-weight: normal;
	line-height: 2.4;

	border: 1px solid #222;
	border-width: 0 0 1px 0;
}

#content .qList th {
	background: url(/img/list_arrow.gif) no-repeat 10px 50%;
	padding-left: 31px;
	padding-right: 0.5em;
	white-space: nowrap;
}

#content .qList td {
	width: 100%;
	font-size: 83%;
}

#content .qList .listZebra0 th,
#content .qList .listZebra0 td {
	background-color: #fff;
}

#content .qList .listZebra1 th,
#content .qList .listZebra1 td {
	background-color: #cff1ff;
}
*/

/*
477 294 (182 112)
*/

#content .qList {
	border: 1px solid #222;
	border-width: 0 1px 0 1px;
}

#content .qList p {
	padding: 1em 2em 1em 2em;
}


#content .qList li:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .qList li {
	background: url(/img/list_arrow.gif) no-repeat 10px 0.5em;
/*
	border: 1px solid #999;
	border-width: 1px 0 0 0;
*/
	padding-left: 31px;
	padding-top: 6px;
	padding-bottom: 6px;

	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html #content .qList li { height: 1%; }
#content .qList li { display: block; }
/* End hide from IE-mac */







#content .qList li.first {
	border-width: 0;
}

#content .qList li span {
	display: block;
	float: left;
	line-height: 1.3;
}

#content .qList li .qlContent {
	width: 477px;
	width: 444px;
	padding-right: 8px;
	width: 336px;
}

#content #listMyAnswers li .qlContent {
	width: 300px;
}


#content .qList li .qlQuestioner {
	width: 130px;
}

#content .qList li .qlCities {
	width: 152px;
	font-size: 12px;
}

#content #listMyQuestions li .qlCities {
	width: 212px;
}

#content #listMyQuestions li .qlDelete {
	width: 70px;
	font-size: 12px;
	text-align: right;
	font-family: monospace;
	padding-top: 2px;
}

#content #listMyAnswers li .qlCities {
	width: 80px;
}

#content #listMyAnswers li .qlComment {
	width: 238px;
	font-size: 12px;
}


#content .qList li .qlDate {
	width: 112px;
	width: 100px;
	font-family: monospace;
	font-size: 12px;
	float: right;
	text-align: right;
	padding-top: 2px;
	padding-right: 12px;

	/* for Explorer 6 Duplicate Characters Bug */
	margin-right: -3px;
}

#content .qList li a span {
	font-size: 85%;
}

#content .qList li.listZebra0 {
	background-color: #fff;
}

#content .qList li.listZebra1 {
	background-color: #cff1ff;
}


#rss {
	margin-top: 7px;
	_margin-top: -5px;
}

#rss a {
	background: url(/img/bt_rss.gif) no-repeat 0 0;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
	width: 114px;
	height: 22px;

	/* Mac Firefox 点線消し (text-indentで点線が変) */
	outline: none;

	margin-left: auto;
	margin-right: 0;
}

#rss a:hover {
/*
	background: url(/img/bt_rss.gif) no-repeat 0 -22px;
*/
}


#rss a:focus {
	/* Win Firefox 点線消し (text-indentで点線が変) */
	–moz-outline-style: none;
}






.pageNavi {
	padding-left: 8px;
	margin-top: 1em;
	text-align: center;
}

.pageNavi .back {
	background: url(/img/arrow_b_left.gif) transparent no-repeat left 50%;
	padding-left: 22px;
}

.pageNavi .next {
	background: url(/img/arrow_b_right.gif) transparent no-repeat right 50%;
	padding-right: 22px;
}

