/*--------------------------------------
　メインコンテンツ (以下全ページ共通)
---------------------------------------*/
#topic_path{
	width: 560px;
	height: 27px;
}
#topic_path ul{
	list-style: none;
}
#topic_path li{
	font-size: 11px;
	line-height: 27px;
	color: #ffffff;
	display: inline;
}
#topic_path li a{
	color: #ffffff;
}
#topic_path h2{
	font-size: 11px;
	display: inline;
}
#content{
	width: 560px;
	background: url(../img/contents_bgimg.png) repeat-y;
}
/* IE6以下に適用 */
* html body #content{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../test/img/contents_bgimg.png',sizingMethod='scale');
	background: none;
}

#content_title{
	width: 540px;
	height: 44px;
}


/*--------------------------------------
　かんたんテンプレート
---------------------------------------*/

div#content_inner {
	margin-left: 20px;
	width: 495px;
}
li {
	list-style: none;
}

/*--------------------------------------
　クエスチョン
---------------------------------------*/
div#content_inner h3 {
	background: #e5e5e5;
	padding: 15px;
	margin: 20px 0 0 0;
	font-size: 120%;
}
div#content_inner ul {
	margin: 1em 0 1em 0;
}
div#content_inner li {
	background: url(../img/faq/faq_li.gif) left center no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 0 12px;
	line-height: 2.0;
}

div#q {
	margin: 80px 0 0 0;
}


/*--------------------------------------
　アンサー
---------------------------------------*/

div#content_inner dl {
	margin: 2em 0 1em 0;
}

div#content_inner dt {
	background: url(../img/faq/faq_li.gif) left center no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 .5em 12px;
}

div#content_inner dd {
	margin: .5em 0 0 18px;
	border-top: dotted 1px #000000;
	padding: .5em 1em 0 0;

}
.li {
	background: url(../img/faq/faq_arrow01.gif) left center no-repeat;
	padding: 0 0 0 16px;
	margin: 0 0 0 12px;
}
.top {
	float: right;
	background: url(../img/faq/faq_arrow02.gif) left center no-repeat;
	padding: 0 0 0 16px;
}
div.box {
	padding: 0 0 3em 0;
}
div.box p {
	margin: .5em 0 0 24px;
}
