
/*------------------------------------
 h-tag
------------------------------------*/
h2 {
	width:860px;
	height:20px;
	text-align:right;
	font-weight:bold;
	color:#999999;
	line-height:20px;
	background:url(../images/bar_contents.gif) no-repeat;
	display:block;
	margin-bottom:20px;
	clear:both;
}

h3 {
	width:850px;
	height:26px;
	line-height:26px;	
	background:url(../images/bar_860.gif) no-repeat;
	display:block;
	padding-left:10px;
	margin-bottom:10px;
	clear:both;
}

/*------------------------------------
 main01
------------------------------------*/

#main01{
	width:860px;
	clear:both;
	padding:10px;
	line-height:1.8em;
	margin-bottom:40px;
}

#main01 .text{
	width:840px;
	clear:both;
	padding:0 10px;
	margin-bottom:40px;
}

#main01 .text02{
	width:840px;
	clear:both;
	border:solid 1px #cccccc;
	padding:10px;
	margin-bottom:40px;
}

/*------------------------------------
 dl.table
------------------------------------*/

dl.table dt {
	margin-right: -16em;
	float: left;
	clear: both;
	display: inline;
	width: 16em;
}

dl.table dd {
	margin-left:16em;
}

dl.table {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}

dl.table:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}