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

#wrap {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
}

#header {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
    height: 65px;
    text-align: left;
}

#navi {
    margin-right: auto;
    margin-left: auto;
	border-top: solid 3px #8DC3F2;
	margin-bottom: 50px;
}

.top-pic {
    height: 500px;
    width: 1200px;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
	margin-top: 80px;
	color: #2772BA;
	text-align: center;
}

.text {
	text-align-last: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: lighter;
	margin-top: 30px;
	margin-bottom: 80px;
	color: #444;
	clear: both;
}

#footer {
    background-color: #B0D1F6;
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 15px;
    height: 80px;
    color: white;
    text-align: center;
    clear: both;
}

#footer a:link {
	color: #FFFFFF;
}

#footer a:visited {
	color: #FFFFFF;
}


hr{ border:none;
    border-top: 1px dotted #444444;
	clear: both;
    }

ul{
display: table;
margin: 0 auto;
padding: 0;
width: 60%;
text-align: center;
}
ul li{
display: table-cell;
min-width: 50px;
}
ul li a{
display: block;
width: 100%;
padding: 10px 0;
text-decoration: none;
color: #555;
font-weight: bold;
}
ul li.current{
background-color: #ffffff;
}
ul li.current a{
color: #555;
}
ul li:hover{
background-color: #B0D1F6;
}

p {
    text-align: right;
}



table { width: 80%; }
th, td  { padding: 10px; border: 1px solid #ddd; }
th {
background-color:rgba(146,130,130,0.1); 
width: 30%;
text-align-last: center;
}



.box-left {
    float: left;
    margin-top: 80px;
	margin-bottom: 80px;
    margin-right: 30px;
}

.box-right {
    margin-top: 80px;
	margin-bottom: 80px;
	margin-right: 30px;
    float: right;
}
