@charset "UTF-8";
/*////////////////////////////////////////////////////////////
/*dogguide.csss*/

/*------------------------------------------------------------
	1. Container（ 2column Style)
-------------------------------------------------------------*/
#LeftSection {
	width: 177px;
	float: left;
	padding-top: 45px;
}

#RightSection {
	width: 700px;
	float: right;
	padding-right: 30px;
}

#RightSection p {
	padding-bottom: 1.5em;
}

h3.tit {
	padding-bottom: 20px;
}

h4.subtit {
	font-weight: bold;
	color: #403232;
}