@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 .qList {
	padding-top: 5px;
}

#article .qList li {
	display: inline;
}

#article .qList li.first {
	margin-right: 1px;
}

#article #linkTtl1 {
	padding-left: 11px;
	zoom: 1;
	margin-bottom: 13px;
}

/* clearfix */
#article #linkTtl1:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#article #linkTtl1 .ttlImg {
	float: left;
	width: 145px;
}

#article #linkTtl1 .ttlTxt {
	float: right;
}

#article .linkArea1 {
	background: url(../../common/img/parts/bg_ans.gif) repeat-y left top;
	padding-top: 1px;
	margin-bottom: 78px;
	zoom : 1;
}

#article .linkArea1 .linkArea1Innner {
	background: url(../../common/img/parts/img_dot.gif) repeat-x left top;
}

#article .linkArea1 dt {
	font-size: 134%;
	font-weight: bold;
	margin: 0 19px 13px 19px;
	padding-top: 13px;
}

#article .linkArea1 dt a:link {
	background: url(../img/icon_outside_off.gif) no-repeat left center;
	padding-left: 1em;
}

#article .linkArea1 dt a:visited {
	background: url(../img/icon_outside_off.gif) no-repeat left center;
	padding-left: 1em;
}

#article .linkArea1 dt a:hover {
	background: url(../img/icon_outside_on.gif) no-repeat left center;
	padding-left: 1em;
}

#article .linkArea1 dd.return a:active {
	background: url(../img/icon_outside_on.gif) no-repeat left center;
	padding-left: 1em;
}


#article .linkArea1 dd {
	background: url(../../common/img/parts/img_dot.gif) repeat-x left top;
	padding: 23px 19px 0 19px;
}

#article .linkArea1 dd.return {
	text-align: right;
	padding-bottom: 19px;
	background: none;
	background: url(../../common/img/parts/img_dot.gif) repeat-x left bottom;
}

#article .linkArea1 dd.return a:link {
	background: url(../../common/img/parts/icon_pageup2_off.gif) no-repeat left center;
	padding-left: 1.5em;
}

#article .linkArea1 dd.return a:visited {
	background: url(../../common/img/parts/icon_pageup2_off.gif) no-repeat left center;
	padding-left: 1.5em;
}

#article .linkArea1 dd.return a:hover {
	background: url(../../common/img/parts/icon_pageup2_on.gif) no-repeat left center;
	padding-left: 1.5em;
}

#article .linkArea1 dd.return a:active {
	background: url(../../common/img/parts/icon_pageup2_on.gif) no-repeat left center;
	padding-left: 1.5em;
}

#article #linkTtl2 {
	padding-left: 11px;
	zoom: 1;
	margin: 0 0 13px 0;
}

#article #linkTtl2:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#article #linkTtl2 .ttlImg {
	float: left;
	width: 145px;
}

#article #linkTtl2 .ttlTxt {
	float: right;
}

#article .linkArea2 {
	padding: 1px;
	background: url(../../common/img/parts/bg_ans.gif) repeat-y left top;
}

#article .linkArea2 .linkArea2Innner {
	background: url(../../common/img/parts/img_dot.gif) repeat-x left bottom;
	padding-bottom: 1px;
}

* html #article .linkArea2 .linkArea2Innner  { padding-bottom: 0px; }

*:first-child+html #article .linkArea2 .linkArea2Innner  { padding-bottom: 0px; } 

#article .linkArea2 table {
	width: 100%;
	border: 0px;
}

#article .linkArea2 table tr {
	background: url(../../common/img/parts/img_dot.gif) repeat-x left top;
}

#article .linkArea2 table th {
	width: 161px;
	padding: 19px 0 19px 19px;
	vertical-align: top;
}

#article .linkArea2 table th.odd {
	background: url(../../common/img/parts/img_dot.gif) repeat-x left top #f9e2e2;
}

#article .linkArea2 table th.even {
	background: url(../../common/img/parts/img_dot.gif) repeat-x left top #fcf0f0;
}

#article .linkArea2 table td {
	padding: 24px 15px 16px 15px;
}

#article .linkArea2 table td li {
	float: left;
	width: 160px;
	margin-bottom: 8px;
	line-height: 1.5;
}

#article .linkArea2 table td li.last {
	width: 132px;
}

#article .linkArea2 table td .long li {
	float: none;
	width: 455px;
}

#article p.return {
	text-align: right;
	padding-bottom: 19px;
	background: none;
	margin-top: 10px;
}

#article p.return a:link {
	background: url(../../common/img/parts/icon_pageup2_off.gif) no-repeat left center;
	padding-left: 1.5em;
}

#article p.return a:visited {
	background: url(../../common/img/parts/icon_pageup2_off.gif) no-repeat left center;
	padding-left: 1.5em;
}

#article p.return a:hover {
	background: url(../../common/img/parts/icon_pageup2_on.gif) no-repeat left center;
	padding-left: 1.5em;
}

#article p.return a:active {
	background: url(../../common/img/parts/icon_pageup2_on.gif) no-repeat left center;
	padding-left: 1.5em;
}