/* CSS Document */
#header, #contents, #footer{
	width:625px;
	margin-right: auto;
	margin-left: auto;
}
p{
	font-size: 12px;
	line-height: 18px;
	margin: 5px 10px 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
#footer {
	text-align: center;
	margin-top: 2em;
}
h1 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #330000;
	padding-top:0.5em;
	margin:0;
	display: none;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
/*
.p_header {
	padding-top: 110px;
}

*/
div#wrapp {
	width: 625px;
	background-image: url(img/ev_bgp.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #543225;
	text-decoration: underline;
}
a:active {
	color: #543225;
	text-decoration: none;
}
img {
	border: none;
}
