@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}


body {
	background-color: #5C5C5C;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #BE8917;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
}

.mosttx {
	font-size: 0.8em;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

img{
  vertical-align:0;
  display:block;
}

.contrast img:hover{
-webkit-filter:contrast(1.4);
}

#header {
	width: 100%;
	height: 3.6em;
	padding-top: 0.5em;
}

.wrapper{
	height: 4980px;
    background-color: #F8F8F1;
}

.wrapper,footer{
	margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 1020px;
}

.text{
	background-color: #F8F8F1;
	overflow: auto;
	width:764px;
	height: 250px;
	
}

.mosttx132 {	
	font-size: 1em;
	color: #000;
	letter-spacing:1px;
	line-height:23px;
	margin-bottom: 1em;
}

.mosttx133 {
	font-size: 1.2em;
	font-weight:bold;
	color: #000;
	letter-spacing:1px;
	line-height:45px;
	margin:20;
}

.top {
    position: fixed;
    bottom: 1em;
    margin-left: 1020px;
}

footer{
	padding-top: 4em;
	height: 70px;
	text-align: center;
}