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

h3{
	border-left:none;
	padding-left:0;
	margin-bottom:20px;
}

h4{
	margin-bottom:2px;
}
#topLeftBox{
	width:351px;
}
#topRightBox{
	width:351px;
	padding-left:20px;
}

#topLeftBox p,
#topRightBox p{
	margin:0;
	padding:10px;
}



.guideCommon{
	margin-bottom:2em;
}
.guideCommon h4{
	margin-bottom:20px;
}

.guideCommon h5{
	color:#009933;
	font-weight:bold;
	font-size:100%;
}

.guideCommon p{
	margin:0 0 1em 0;
}



.greenBox{
	border:1px solid #CCEBD6;
	background-color:#EBF7EF;
	padding:10px;
}