﻿@charset "utf-8";

#contents h4{
	padding-left:20px;
}
#contents h5{
	margin:0 0 20px 0;
}

/*list type 01*/
.lst01,.lst04{
	margin:0 0 0 50px;
	color:#000;
}
.lst01 li,.lst04 li{
	background:url(../img/i_mark02.gif) left center no-repeat;
	padding:5px 0 5px 20px;
}
.lst01 li.li_none{
	background:none;
}
.lst01 li span{
	display:block;
	float:left;
	width:3.5em;
}

/*list type 02*/
.lst02{
	margin:20px 0 0 0;
	padding:20px 0 0 20px;
	background:url(../img/line.gif) left top no-repeat;
}
.lst02 li{
	clear:both;
	padding:5px 0 5px 0;
	background:url(../../common/img/line_dot.gif) left bottom repeat-x;
}
.lst02 li{ /zoom : 1; }
.lst02 li:after{ content : ''; display : block; clear : both; height:0; }
.lst02 li span.lsttit{
	display:block;
	float:left;
	width:150px;
	padding-right:10px;
}
.lst02 li span.lstlnk{
	float:right;
	width:473px;
	background:url(../img/i_mark02.gif) left 0.2em no-repeat;
	padding-left:27px;
	display:block;
}
/*list type 03*/
.lst03{
	clear:both;
	padding-top:30px;
}
/*list type 04*/
.lst04 li{
	margin-bottom:50px;
}

.name{
	text-align:right;
	color:#000;
}

#contents dl{
	color:#000;
	margin:0 0 1em 0;

}
#contents dt{
	background:url(../img/t_bg.gif) left center no-repeat;
	margin-left:30px;
	margin-bottom:5px;
	padding-left:20px;
	font-size:90%;
	min-height:24px;
	line-height:24px;
}
* html #contents dt{
	height:24px;
}
.dt_none{
	background:none;
	padding-top:5px;
	padding-bottom:5px;

}
