@charset"utf-8";

/*====================
 + Page (except frontpage) Common
====================*/
#main {
	min-height: 200px;
}

#primary-contents {
	float: left;
	width: 440px;
	padding: 0 26px;
}

#primary-contents p {
	font-weight: normal;
}

#primary-contents h1, #primary-contents h2 {
	color: #5F5D5A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
}

#primary-contents h2 {
	border-bottom: 1px dotted #969696;
	margin: 0 0 11px;
	padding:0 0 4px;
}

#primary-contents h3 {
	color: #C5C5C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
	padding:0 0 10px;
}

#primary-contents a {
	color: #5F5D5A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	text-decoration: underline;
}
/*
#secondary-contents {
	float: left;
	width: 195px;
	padding-left: 26px;
}
*/
#secondary-contents h2 {
	color: #5F5D5A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-transform: uppercase;
}
