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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1.6;
	-webkit-text-size-adjust: 100%;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Osaka, sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ol, ul {
    list-style: none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


header{
	width:100%;
	height:60px;
	background:url(../images/headerBg.jpg);
	text-align:center;
}

header img{
	width:300px;
}

.navBox {
  background-color: #7c6833;
  height: 150px;
  background:#7c6833;
  position: relative;
}

.navBox nav {
  height: 150px;
  position: absolute;
  background-color: #7c6833;
  width: 100%;
  top: 0;
  left:0;
  padding-top:15px;
}

.navBox.fixed nav {
  position: fixed;
  top: 0;
  opacity:0.8;
  z-index:1;
}

nav a {
	width:40%;
	height:40px;
	margin:0 5%;
	line-height:40px;
    display: block;
	float:left;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	letter-spacing:3px;
	
}

#main{
	margin:0 20px;
}

footer{
	width:100%;
	background:#7c6833;
	position:relative;
}

footer ul{
	margin:0 20px;
}

footer ul li{
	border-bottom:1px dotted #655429;
	display:block;
	padding:15px 0;
	color:#fff;
	font-size:14px;
}

footer ul li a{
	text-decoration:none;
	color:#fff;
}

footer .pageTop{
	position:absolute;
	top:5px;
	right:20px;
}

footer .pageTop a{
	display:block;
	background:#7c6833;
	width:65px;
	height:65px;
	position:relative;
	border: 1px solid #615128;
}
footer .pageTop span:after{ 
display: block; 
width: 30px; 
height: 30px; 
border-top: 1px solid #615128; 
border-right: 1px solid #615128; 
-webkit-transform: rotate(-45deg);
-moz-transform: skew(-45deg); 
content: "";
vertical-align: middle;
position:absolute;
top:25px;
left:16px;
}