/*--------------------------------------
　メインコンテンツ (以下全ページ共通)
---------------------------------------*/
#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;
	padding-bottom: 50px;
	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;
	padding-bottom: 2em;
}

li {
	list-style: none;
}

/*--------------------------------------
　背景グレイのタイトル
---------------------------------------*/
.h3icon {
	background: #e5e5e5;
	padding: 15px;
	margin: 20px 0 0 0;
	font-size: 120%;
}

/*--------------------------------------
　アイコン付きリスト
---------------------------------------*/
.h4icon {
	background: url(../img/change/arrow_01.gif) left center no-repeat;
	font-size: 100%;
	padding: 0 0 0 18px;
	margin: 2em 0 0 0;
}

.h5icon {
	background: url(../img/faq/faq_li.gif) left center no-repeat;
	font-size:14px;
	padding: 0 0 0 18px;
	margin: 0px;
}


div#link_top p {
	width: 495px;
	margin:0px;
}

/*--------------------------------------
　class
---------------------------------------*/
div#link_top {
	margin:2em 0px 0px 0px;
}

div#link_top li {
	background: url(../img/change/arrow_01.gif) left center no-repeat;
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
}

div#link_top ul {
	margin: 10px 0 50px 0;
}

div#link_top ul p{
	margin: 5px 0 20px 20px;
}

.link_box {
	margin: 0px 0px 10px 0px;
	padding-bottom:30px;
	background: url(../img/link/line_under.gif) bottom center repeat-x;
}
