h2.title {
	font-size:14px;
	display:block;
/*
	width:480px;
	text-indent:20px;
*/
	text-align:left;
	margin:60px 30px 5px 30px;
	background:#FFCC66;
	border-left:#FF6600 20px solid;
	padding:10px;
}
h3 {
	background:#FFCC66;
	font-size:14px;
	padding:6px;
	border:3px double #ffffff;
	font-weight:normal;
}
div.imgArea01 {
	width:430px;
	margin:30px auto 0 auto;
	overflow: hidden;
}
div.imgArea01:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div.imgArea01 {
	height: 1em;
	overflow: visible;
}
/**/
div.imgArea01R {
	float:right;
	text-align:center;
	padding-top:9px;
}
div.imgArea01L {
	float:left;
	text-align:center;
}
div.imgArea01 img{
	margin-bottom:5px;
}

ol {
	list-style:none;
	padding:10px;
	background:#FFE8E8;
}
.txtArea01 {
	margin:20px 80px 0 80px;
	font-size:14px;
	line-height:160%;
	display:block;
}
.txtArea01 span{
	color:#00ccff;
	font-weight:bold;
}
.txtArea01 p{
	padding:10px 0;
}
.txtArea02 {
	padding:40px 20px 20px 20px;
	border:double 3px #FF6600;
	margin:20px 40px 0 40px;
	display:block;
	text-align:center;
}
.txtArea02 img{
	margin:0 auto 30px auto;
}
.txtArea03 {
	padding:20px;
	border:double 3px #FF6600;
	margin:20px 40px 0 40px;
	display:block;
	text-align:left;
}
dl {
/*
	margin-left:20px;
*/	
	margin-bottom:30px;
	text-align:left;
}
dt {
	margin:15px 0 5px 0;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

