/* qa.css 2010.2.25 */

/*============目次============
　最終更新日：2010/2/25
　1.共通
  2.表組み
============================*/

/*// ClearFix ///*/
div:after,
ul:after
{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

/*===========================
■1.共通
============================*/

/* 質問行 */

TD.ques {
	background-color: #999999;
}

TD.ques P{
	margin: 5px;
	font-weight: bold;
	color: #FFFFFF;
}



/* 上余白15px */
DIV.Top15 {
margin-top: 15px;
}

/* 左右余白10px */
DIV.LR10 {
margin-left: 10px; margin-right: 10px;
}

/* コンテンツ　ページ送り枠 */
.Cont_turn_frame {
width: 100%;
text-align: left;
}

/* コンテンツ　ページ送り 前へ */
.Cont_turn_prev {
float: left;
text-align: left;
}

/* コンテンツ　ページ送り 次へ */
.Cont_turn_next {
float: right;
text-align: right;
}


/*===========================
■2.表組み
============================*/
/* OSテーブル　oslist */
TABLE.oslist {
	border-collapse: collapse;
	font-size: 100%;
}

TABLE.oslist TH{
	padding: 3px 5px;
	border: 1px solid #999999;
}

TABLE.oslist TD{
	padding: 3px 5px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px dashed #999999;
}

TABLE.oslist TR.last TD{
	border-bottom: 1px solid #999999;
}

TABLE.oslist TH{
	background-color: #DDDDDD;
	text-align: center;
}

TABLE.oslist TR.even{
	background-color: #E1F0FF;
}
