@charset "utf-8";



body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}


ul, ol { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
h1, h2, h3, h4, h5, h6, p {
	text-align:left;
}
dl {
	padding-left: 15px;
	padding-right: 15px;
}
a img { 
	border: none;
}


a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 80%;
	max-width: 780px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto; 
}


.header {
	background-color: #FFF;
	text-align:left
}
.photo {
	text-align:left;
}
.sidebar1 {
	float: left;
	width: 20%;
	background-color: #93A5C4;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 80%;
	float: left;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	text-align:center;
	background-color: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #6F7D94;
	color: #FFF;
}

.footer {
	padding: 10px 0;
	background-color: #FFF;
	position: relative;
	clear: both; 
        display: block;
        margin: 0px auto
}
.footer p {
     text-align: center;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

ul#headnavi	{
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
}


ul#headnavi li {
	list-style-type: none;
	float: left;
}


ul#headnavi li a {
	display: block;
	width: 155px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color:#8090AB;
	border-right: solid 1px #666;
}

ul#headnavi li a:hover {
	color: #FFFFFF;
	background-color: #6F7D94;
}			
#back-top {
    position: fixed;
	right:0px;
	z-index: 1;
    bottom: 30px;
    margin-left: -100px;
}
#back-top a {
    width: 150px;
    display: block;
}
#back-top span {
    width: 150px;
    height: 47px;
    display: block;
    margin-bottom: 7px;
    background: url(gotop.png) no-repeat center center;
}