@charset "utf-8";
/* pages.css */


/* --------------------------------

	* Pages Style Sheet {


		* last update 08.03/05
		* author : hirai;
	
	}
	
	
--------------------------------
		 Contents
	
	1. common
	
	
	
--------------------------------- */



/* ==========================================================================================================

	 1. common
 
============================================================================================================*/

body.faq {
	background: url(../img/common/bg/bg_body.gif) repeat-x left top;
}

body.faq div#mainContent div.h1Group.generalGroup {
	height:55px;
	margin-bottom:20px;
}
/* ie6 hack */
* html body.faq div#mainContent div.h1Group.generalGroup {
	height:80px;
}
/* ie7 hack */
*:first-child+html body.faq div#mainContent div.h1Group.generalGroup {
	height:80px;
}

body.faq div.contentHead {
	height	: 100px;
}

body.faq div#container {
	background	: url(../img/common/bg/bg_container.gif) no-repeat left top;
}



/*  質問一覧
-----------------------------------*/
body.faq div#mainContent div#qList {
	border			: 1px solid #cccccc;
	margin-bottom	: 5em;
}

body.faq div#mainContent div#qList ol {
	/*background	: #fbfcf7;*/
	border		: 1px solid #FFFFFF;
	padding		: 1.5em 1.5em 1em 50px;
	list-style	: none;
	font-weight	: bold;
	line-height	: 1.6;
	color		: #00561f;
}

body.faq div#mainContent div#qList ol li {
	text-indent		: -25px;
	margin-bottom	: 1.4em;
}

body.faq div#mainContent div#qList ol li a {
	color		: #70a106;
}


/*  解答内のリスト
-----------------------------------*/
body.faq table.generalComplex tbody th {
	font-size	: 82%;
	line-height	: 1.3;
	text-align	: left;
	width		: auto; 
}


/*  Table Style
-----------------------------------*/
body.faq table.generalComplex tbody th {
	font-size	: 82%;
	line-height	: 1.3;
	text-align	: left;
	width		: auto; 
}




/*  ------------------------------------------------------------------

	general03

---------------------------------------------------------------------*/

body.faq div#mainContent dl.general03 {
	padding-top:1em;
}

body.faq div#mainContent dl.general03 dt {
	padding:0;
	margin-bottom:0;
	font-size:100%;
	font-weight:normal;
	color:#434343;
}

body.faq div#mainContent dl.general03 dd {
	margin-bottom:0;
}




body.faq div.uwa {
	font-size:50%;
	vertical-align:text-top;
	line-height:100%;
	display: inline;
}
body.faq div.sit {
	font-size:90%;
	vertical-align:text-bottom;
	line-height:100%;
	display: inline;
}