@charset "UTF-8";
li img { vertical-align:bottom;}
table {
	border-collapse: collapse;
	width:100%;
}
#article {
	margin: 30px 50px;
}
#wrapper #content #article h2 {
	text-align: center;
	margin-bottom: 55px;
	padding-top: 5px;
}
#wrapper #content #article h3 {
	margin-top: 40px;
}
#wrapper #content #article .section {
	margin: 0px 20px;
}
#wrapper #content #article table tr th {
	border: 1px solid #B28F4B;
	font-size: 12px;
	background: #E6E1D5;
	font-weight: normal;
	padding: 7px 16px;
	line-height: 160%;
}
#wrapper #content #article table tr td {
	border: 1px solid #B28F4B;
	font-size: 11px;
	padding: 7px 20px;
	line-height: 160%;
}
#wrapper #content #article p {
	line-height: 170%;
	padding-bottom: 20px;
}
#wrapper #content #article .linkArea {
	background: #FFF;
	border: 1px solid #DDCAA7;
	padding: 15px;
	text-align: center;
	margin: 40px 0px 20px;
}
#wrapper #content #article .linkArea p {
	text-align: center;
}
#wrapper #content #article .linkArea h5 {
	color: #666;
	letter-spacing: 0.2em;
	font-size: 14px;
	margin: 5px 5px 10px;
}
#wrapper #content #article .lead {
	margin: 0px 0px 40px;
	padding: 0px;
	text-align: center;
}
#wrapper #content #article #contentBlock {
	width: 480px;
	float: left;
}
#wrapper #content #article #sideBlock {
	float: right;
	width: 180px;
}
#wrapper #content #article #contentBlock h4 {
	margin-bottom: 5px;
}
