@charset "utf-8";

/*-----------------------------------------------------
    10px = 77%     11px = 85%     12px = 93%     13px = 100%
    14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
    18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
    22px = 167%    23px = 174%    24px = 182%    25px = 189%
    26px = 197%
------------------------------------------------------*/
h3{
	float:left;
	margin-bottom:20px;
	font-size:123.1%;
}

h4{
	margin-bottom:10px;
	color:#B49435;
	font-size:123.1%;
	font-weight:bold;
}


p{
	font-size:100%;
}

dt{
	margin:0 0 5px 0;
}

dd{
	margin:0 0 20px 0;
}

.bg_w{
	background:#fff;
}
