@charset "utf-8";
/*----------------------------------------------------------------------------------------*
*　■内外電機　Q and A 専用スタイル
*
*		更新日：		2008.04.03
*		更新者：		otsubo
*		対象頁：		/process/以下
*
*-----------------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------
　■共通
-----------------------------------------------------------------------*/
#main{}



/*---------------------------------------------------------------------
　■カテゴリイメージ
-----------------------------------------------------------------------*/
#categoryImage{
	width: 553px;
	height: 78px;
	text-indent: -9999px;
	margin-bottom: 32px;
	background: url(../img/qa/main_qa.jpg);
}


/*---------------------------------------------------------------------
　■カテゴリフレーズ
-----------------------------------------------------------------------*/
#categoryPhrase{
	text-align: center;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #ccc;
}
#categoryPhrase p{
	margin: 0;
	padding:0;
}


/*---------------------------------------------------------------------
　■TOP:カテゴリメニュー
-----------------------------------------------------------------------*/
#categoryMenu{
	margin-bottom: 24px;
	padding-top: 15px;
	border-bottom: 1px dotted #ccc;
}

div.linkBox{
	width: 268px;
	float: left;
	margin: 0 0px 15px 5px;
	font-size: 11px;
}
#categoryMenu a{
	display: block;
	width: 266px;
	height: 76px;
	text-indent: -9999px;
	margin-bottom: 6px;
}
#aboutNaigai a{
	background: url(../img/qa/btn_about_naigai.jpg) no-repeat;
}
#aboutProduct a{
	background: url(../img/qa/btn_about_product.jpg) no-repeat;
}
#aboutTech a{
	background: url(../img/qa/btn_about_tech.jpg) no-repeat;
}
#aboutWeb a{
	background: url(../img/qa/btn_about_web.jpg) no-repeat;
}
#categoryMenu a:hover{
	background-position: 0px -76px;
}
#categoryMenu p{
	margin-left: 9px;
}

/*---------------------------------------------------------------------
　■問合せ
-----------------------------------------------------------------------*/
#inquiryArea{
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: center;
}




/*---------------------------------------------------------------------
　■Q & A 目次
-----------------------------------------------------------------------*/
#QandA_index{
	margin-bottom: 30px;
}
#QandA_index ul{
	margin: 15px 0 0 36px;
}
#QandA_index li{}




/*---------------------------------------------------------------------
　■Q & A 内容
-----------------------------------------------------------------------*/
#QandA_Content{
	margin-right: 10px;
}
#QandA_Content dl{}
#QandA_Content dt{
	height: 27px;
	line-height: 27px;
	margin-bottom: 10px;
	padding-left: 39px;
	font-weight: bold;
	font-size: 1.26em;
	
	background: url(../img/qa/icon_question.gif) no-repeat;
}
#QandA_Content dt a{
	color:#333;
}
#QandA_Content dt a:hover{
	color:#333;
}
#QandA_Content dd{
	min-height: 27px;
	padding: 9px 0 0 39px;
	margin-bottom: 36px;
	
	background: url(../img/qa/icon_answer.gif) no-repeat;
}
#QandA_Content dd p.example{
	color: #999;
	font-size: 11px;
	margin-top: 9px;
}
#QandA_Content dd p.imageSmallSize{
	float: right;
}
#QandA_Content dd p.imageSmallSize img{
	margin: 0 0 12px 12px;
}
#QandA_Content dd p.imageBigSize{
	text-align: center;
	margin-top: 12px;
}













/*EOF*/