﻿@charset "utf-8";
﻿@import url("ex.css");


.imageBox{
	float:left;
	width:350px;
}
.dummy{
	display:block;
	margin-bottom:30px;
}
	.dummy img{
		border:solid 1px #cccccc;
	}
	.caption{
		display:block;
		font-weight:bold;
		margin:10px 0px 5px 0px;
		border-left:solid 5px #FF9900;
		padding-left:5px;
		color:#FF9900;
		
	
	}
	.zoomImage{
		border:none;
	}





.planTitle {
	background-image: url(/plan/ex/images/areaTitleBg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #000000;
	padding-bottom:3px;
}
.leadText{
	margin:12px 0px 12px 0px;
}
.textBox{
	background-image:url(/plan/ex/images/planCheck.gif);
	background-repeat:no-repeat;
	width:280px;
	padding:30px 0px 0px 3px;
	float:right;
}
.dataArea{
	background-image:url(/plan/ex/images/dataT.gif);
	background-repeat:no-repeat;
	width:280px;
	margin:5px 0px 0px 0px ;
	padding:20px 0px 0px 0px;
	clear:both;
	float:right;
}

	.planData{
		color:#666666;
		clear:both;
		
		
	}
		.titleText{
			float:left;
		}
		.dataText{
			float:right;
		}
		
		
