@charset "UTF-8";

h1 {
	background-image: url(../knowhow/img/h1.gif);
	text-indent: -9999px;
	height: 62px;
	width: 820px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.canvas {
	float: left;
	width: 225px;
	margin-left: 30px;
	display:inline;
}
table .canvas {
	float: none;
	width: 225px;
	margin-left: 0;
	display:block;
}
.quicklink {
	margin-right: 30px;
	margin-left: 30px;
	background-color: #F3EFDE;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.canvas img {
	float: left;
	padding-right: 10px;
	padding-bottom: 50px;
}

/*-------------------------------------------------
折りたたみ
-------------------------------------------------*/
#folding ul.open {
	display: block;
	margin: 0px;
	padding: 0px;
}
#folding ul.close {
	display: none;
}
#folding li.open {
	list-style-type: none;
	background-image: url(../knowhow/img/Q.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 25px;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-right: 30px;
	font-weight: bolder;
	color: #333333;
}
#folding li.close {
	list-style-type: none;
	color: #0033CC;
	text-decoration: underline;
	cursor: help;
	clear: both;
	margin-left: 7px;
	background-image: url(../knowhow/img/Q.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-right: 30px;
}
#folding li.close:hover {
	list-style-type: none;
	padding-left: 25px;
	color: #0033CC;
	text-decoration: none;
	cursor: help;
	margin-left: 7px;
	background-image: url(../knowhow/img/Q.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-right: 30px;
}
#folding li.answer{
	list-style-type: none;
	background-image: none;
	padding: 0px;
	margin-left: 0px;
}
.Q {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-image: url(../knowhow/img/Q.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 25px;
	font-weight: normal;
	color: #0033CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	text-decoration: underline;
}

.A {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	background-image: url(../knowhow/img/A.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 25px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 5px;
	margin-top: 0px;
	line-height: 140%;
}
#Q01, #Q02, #Q03, #Q04, #Q05, #Q06, #Q07, #Q08, #Q09, #Q10, 
#Q11, #Q12, #Q13, #Q14, #Q15, #Q16, #Q17, #Q18, #Q19, #Q20, 
#Q21, #Q22, #Q23, #Q24, #Q25, #Q26, #Q27, #Q28, #Q29, #Q30 {
	background-image: url(../knowhow/img/Q.gif);
	background-repeat: no-repeat;
	background-position: 27px 10px;
	padding-left: 30px;
	width: 469px;
	padding-right: 20px;
}
.A h4 {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}
.A .attention {
	background-image: url(../knowhow/img/attention.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-left: 31px;
	padding-top: 5px;
	background-color: #FFF8E0;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}
.A .attention strong {
	color: #FF0000;
}
/*----------------------------------------------------
 * 
 * Q&A▽▽▽
 * 
----------------------------------------------------*/

/* カーソルオン時 */
.tabContainer ul.tabMenu li a:hover {
	color: #000;
}

/* Q&A */
dl {
	clear: both;
	padding: 0px;
	margin-right: 30px;
	margin-left: 30px;
}

/* Q */
dl dt {
	padding-left: 25px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

/* A */
dl dd {
	margin-bottom: 15px;
	padding: 0 10px 0 25px;
	background: url(../img/qa/a.gif) no-repeat 0px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココまで△△△
 * 
----------------------------------------------------*/
