@charset "UTF-8";


/*ヘッダを固定して常に表示
-----------------------------*/
@media screen {  
body{  
	margin: 0;  
	padding-top:100px;
}  
* html body{  
    overflow: hidden;  
	/*スクロール時のブレ対策*/
    background-image : url("dummy");
    background-attachment: fixed;
}   
div#rock {  
    position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100px;  
    background-color: #FFF;  
/*IE6ヘッダ固定用*/
    _top: expression(eval(document.documentElement.scrollTop+0)+'px');
}  

* html div#moveable{  
    height: 100%;  
    overflow: auto;  
}  
}  
@media print {  
body {
	margin: 0;  
	zoom: 67%; /*WinIE only */
}
}  


/*メインイメージ
-----------------------------*/
/*=====Q&A=====*/
#mainimage_qanda {
	background:url(../imgs/main_qanda.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}


/*質問三角マークをつけて行間広げる
-----------------------------*/
.question{
	background:url(../imgs/sankaku.gif) 0 0px no-repeat;
	padding-left:10px;
	padding-bottom:30px;
	height:12px;
	font-size:13px;
	line-height: 100%;
}

/*回答
-----------------------------*/
.answer01{
	font-size:14px;
	font-weight:600;
	line-height: 180%;
}

.answer02{
	margin-left:35px;
	margin-right:35px;
	margin-bottom:30px;
	font-size:13px;
	line-height:180%;
}

.questionarea{
	width:680px;
	text-align:right;
	}

