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;
}
div.imgArea01 {
	width:500px;
	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_wrap {
	float:right;
	width:270px;
}
div.imgArea01R_01 {
	background:#900;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
}
div.imgArea01R_02 {
	background:#FFE8E8;
	padding:10px;
}
div.imgArea01L {
	float:left;
}
div.imgArea01L img{
	margin:10px 0 0 10px;
}
ol {
	list-style:none;
	padding:10px;
	background:#FFE8E8;
}
.txtArea01 {
	padding:20px;
	border:double 3px #FF6600;
	margin:20px 40px 0 40px;
	display:block;
}
.txtArea01 span{
	color:#178AFD;
	font-weight:bold;
}
.txtArea01 p{
	padding:10px 0;
}
dl {
	margin-left:80px;
	margin-bottom:30px;
}
dt {
	margin-top:10px;
}
h3 {
	text-align:center;
}
