@charset "UTF-8";
/* CSS Document */

.howtoArea{
	width: 730px;
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
	padding: 10px 15px;
	border: solid 1px #aaa;
}
.howtoBlock{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.howtoTitle img{
	max-width: 100%;
	box-shadow: 2px 2px 4px gray;
}
.howtoLead{
	font-size: 15px;
	margin: 25px 0 30px 0;
}

.howtoHeadLine{
	font-size: 15px;
	font-weight: bold;
	padding: 5px 5px 5px 8px;
	margin-bottom: 15px;
	color: #003B74;
	background: #eeeeee;
		background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
		background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
		background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	box-shadow: 2px 2px 4px gray;
}

.howtoTextArea{
	width: 50%;
	margin-right: 8%; 
	float: left;
}
.howtoSubImage{
	text-align: center;	
}
.howtoSubImage img{
	width: 70%;
}
.howtoImageArea{
	float: left;
	width: 37%;
	display: block;
	overflow: hidden;
	min-height: 250px;
	border: solid 1px #000;
}

.howtoImageArea img{
	width: 100%;
}

.howtoHR01{
	border-width: 1px 0px 0px 0px;
	border-style: dotted; 
	border-color: #AAAAAA;
}

.howtoHR02{
	clear: both;
	border-width: 1px 0px 0px 0px;
	border-color: #ccc;
	margin: 25px 0;
}