* {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
}
html, body {height:100%;}
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #4c4c4c;
}
h1,h2,h3,h4,h5 {
  font-family: Verdana, sans-serif;
}
a {
	color: #4c4c4c;
	text-decoration: none;
}
a:hover {
	color: #cc3300;
	text-decoration: none;
	/*border-bottom: 1px solid #cc3300;*/
}

a.mail:hover {
  color: #cc3300;
  border-bottom: 1px solid #cc3300 !important;
}

a.line {
  color: black;
  text-decoration: underline;
}

a.line:hover {
  color: #cc3300;
  text-decoration: underline;
}

.wrapper {
	width: 904px;
	margin: 0 auto;
	padding: 40px 48px 20px;
	position: relative;
}
.act, .act a {color: #cc3300;}
.clear{clear: both;}
.logo {
	position: absolute;
	display: block;
	right: 48px;
	top: 30px;
	text-align: right;
	font-size: 22px;
}
.logo:hover {
	border: none;
}
.logo h1 {
	font-size: 32px;
	font-weight: normal;
}
.top1 {margin-bottom: 36px; margin-top: 5px;}
.top2 {margin-bottom: 36px;}
.main {min-height: 630px;}
.left {
	float: left;
	width: 204px;
	padding-right: 40px;
}
.lmnu_title {
	font-size: 30px;
	margin-bottom: 33px;
}
.lmnu_wrapper div {
	font-size: 16px;
	margin-bottom: 15px;
}
.about {
	border: none;
	font-size: 19px;
}
.right {
	float: right;
	width: 660px;
}
.content h2 {
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 13px;
}
.content h3 {
	font-size: 19px;
	font-weight: normal;
	padding-bottom: 5px;
}
.content p {
	padding-bottom: 25px;
}
.foot {
	padding-top: 0px;
	padding-bottom: 23px;
}
.copyright {
	float: right;
}