@charset "utf-8";
/* Style Vera WebSite */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}
#h3 {
	height: 83px;
}

#wrapper {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
ul#pageHeader {
	background-image: url(image/top-img.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 257px;
	list-style-type: none;
	text-align: center;
	padding-left: 33px;
}
ul#pageHeader li a {
	display: block;
	float: left;
	width: 120px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding-top: 5px;
}
ul#pageHeader  li  a:hover, ul#pageHeader li a:active {
	color: #FF9900;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF6633;
}
#mainContent {
	margin-top: 55px;
	text-align: left;
}
#mainContent p {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333333;
}
#mainContent  .p2 {
	margin-top: 20px;
}


#about {
	margin-bottom: 30px;
	background-color: #ffc180;
	padding-bottom: 50px;
	background-image: url(image/about-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#about h3 {
	background-image: url(image/about.png);
	background-repeat: no-repeat;
	height: 83px;
}
#about  h3  span, #site h3 span {
	display: none;
}

#site {
	background-color: #ffc180;
	padding-bottom: 50px;
	background-image: url(image/site-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


#footer {
	height: 80px;
	background-image: url(image/fotter-bg.png);
	background-repeat:  repeat-x;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF3300;
	margin-right: auto;
	margin-left: auto;
	margin-top: 22px;
	letter-spacing: 0.1em;
}
#footer ul {
	padding-left: 33px;
	list-style-type: none;
	font-size: 0.8em;
	margin-top: 20px;
	text-align: center;
}
#footer ul li a {
	color: #00CC33;
	display: block;
	float: left;
	width: 80px;
	text-decoration: none;
	margin: 0px;
	padding: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#footer   ul   li   span a  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer  ul  li  a:hover, #footer ul li a:active {
	color: #CCFF33;
}

#site h3 {
	background-image: url(image/site.png);
	background-repeat: no-repeat;
	height: 83px;
}
#mainContent .p3 {
	margin-top: 20px;
}
