@charset "utf-8";
/* CSS Document */
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: whatis.css
 * author		: kotaro sekiya
 * style info	: このディレクトリ内用ページCSS
 -----------------------------------------------------------*/
/* subpage.css -  2階層目以降ページ用共通CSS
----------------------------------------------------------- */
@import url("../../common/css/subpage.css");


#article .AnsArea dt {
	font-size: 117%;
	font-weight: bold;
	background: url(../img/icon_q.gif) no-repeat 0 23px;
	padding-left: 1.5em;
}

#article .AnsArea dd {
	background: url(../img/icon_a.gif) no-repeat left top;
	padding-left: 1.5em;
}

#article .AnsArea dd.return {
	background: none;
}