@charset "utf-8";
/* CSS Document */

body,html {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #627584;
	font-size: 14px;
	height: 100%;
}
h1 { font-size: 28px; }
h2 { font-size: 18px; }
h1.mail a { color: #000; }
a:link {
	color: #CCCCCC;
	text-decoration:underline;
}
a:visited {

color: #E13B3F;
	text-decoration:underline;
}
a:hover {
	
		color: #CCCCCC;
			text-decoration:underline;
}
a:active {
		text-decoration:underline;
color: #005597;
}


#wrap {
width: 760px;
margin-left: auto;
margin-right: auto;
text-align: justify;
height: 100%;

background-color: white;
padding-top: 20px;
}
#wrap h2 { text-align: center; }

#menu
{
margin-left: auto;
margin-right: auto;
margin-top: 20px;
padding-bottom: 0px;
text-align: center;

}


#content
{
padding: 30px;

}
#content h1 {
font-weight: normal;
	font-size: 24px;
}
