﻿@CHARSET "UTF-8";
body {
	background-color:#FF773E;
}

div#pagebody {
	width:790px;
	margin:auto;
	background-color:#EEFFFF;
}

div#header {
	height:240px;
	background-color:#5122B4;
}

.bx-wrapper img {
    width: 320px;
    height: 240px;
}


div#navigation {
	height:50px;
	width:790px;
	margin: 0;
	padding: 0;
	background: url(images/navigation-bg.png) no-repeat left top;
	position:relative;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	display: inline;
	margin: 0px;
}
#navigation ul li a {
	height:33px;
	display: block;
	float: left;
	padding: 17px 15px 0 15px;
	font: bold 12px Arial;
	color: #FFF;
	text-decoration: none;
	background: url(images/navigation-separator.png) no-repeat right center;
}

#navigation ul li a:hover {
	color:#134264;
	background: url(images/navigation-hover.png) repeat-x left top;
}

#navigation ul li#active a {
	color:#134264;
	background: url(images/navigation-hover.png) repeat-x left top;
}
div#content {
	margin:auto 20px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
h3 {
	font-weight: 800;
}
a#links {
	
	color: #111111;
	text-decoration: none;
}
a#links:hover {
	color: #999999;
	text-decoration: underline;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
div#footer {
	width:790px;
	margin:auto;
	padding:30px 0 30px;
	background-color:#008000;
	position:relative;
	text-align:center;
	font-size:small;
	color:white;
}

