/*FAQ領域だけを示すID*/
#Common {
	padding: 0;
	margin: 0;
}

#Common a:link {
	text-decoration:bold;
	color:#336699;
}

#Common a:visited {
	text-decoration:bold;
	color:#660099;
}

#Common a:hover {
	text-decoration:underline;bold;
	color:#CC3333;
}

#Common h3 {
	font-size:medium;
	font-color:#336699;
	background: #DDDDDD;
	padding: 3px 0px 3px 3px;
	margin-top: 10px;
	margin-bottom: 8px;

}

#Common h4 {
	margin: 5px;
	margin-bottom: 0px;
	background-image: url(../images/faq_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 32px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #336699;
	font-size:medium;
}

#Common p {
  font-size: small;
	line-height: 130%;
}

#Common p.faq {
	margin: 5px;
	margin-bottom: 0px;
	margin-top: 10px;
	background-image: url(../images/faq_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 32px;
	padding-top: 0px;
	padding-bottom: 3px;
	color: #333333;
	font-size:small;
	line-height: 130%;
}

#Common hr { 
	border-style: dotted none none none; 
	border-top-width: 1px; 
	border-top-color: #9999CC; 
	height: 1px; 
}

#Common ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Common li {
	background-image:  url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: left middle;
	padding: 0px 0px 3px 15px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	font-weight: bold;
	font-size: small;
}

#Linkframe {
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 34px;
}

#Linkframe ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#Linkframe li {
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left middle;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0px 0px 3px 17px;
}

#Common img {
  border: none;
	margin-top: 3px;
	margin-bottom: 5px;
}

/* tablelist2はサポート用テーブルとして設定 */

#Common table {
	color: #333333;
	padding: 0;
	margin: 8px 0px 8px 0px;
	width: 530px
	border: none;
	border-collapse: collapse; 
}

#Common table th {
	font-size: small;
	line-height: 130%;
	white-space: nowrap;
	background-color: #999999;
	padding: 3px;
	margin: 0;
	color: #FFFFFF;
	border: 1px solid #666666;
}

#Common table td {
	font-size: small;
	line-height: 130%;
	background-color: #FFFFFF;
	padding: 3px;
	margin: 0;
	color: #333333;
	border: 1px solid #666666;
}

.text {
	font-size: small;
	line-height: 130%;
	color: #333333;
	margin: 0;
	padding: 10px;
}

.page_back {
	clear: both;
	text-align: left;
	margin-top:8px;
}

.back {
	clear: both;
	text-align: right;
	margin-top:8px;
}