﻿@charset "utf-8";
body{
	margin: 0 0 0 0;
	padding:0 0 0 0;
	color: #000000;
	background: #FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
}
.wrapper {
	margin: 0 auto 0 auto;
	width: 1450px;
}
.wrapper2 {
	margin: 0 auto 0 auto;
	width: 950px;
	height: 100%;
	background-color: #FFFFFF;
}
h1 {
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	line-height: 0;
}
h2 {
	margin: 0px 0 20px 0;
	padding: 50px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #000000;
}
h3{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
}

img {
	border-style: none;
}
.nav li{
	display: inline;
	list-style-type: none;
	padding-left: 28px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
.nav li a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.nav li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.nav li a:hover{
	color: #CCFFAA;
	text-decoration: none;
}
.nav li a:active{
	color: #CCFFAA;
	text-decoration: none;
}

.nav2 {
	width: 237px
	padding: 0;
}
.nav2 li{
	margin: 0;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	font-size: 30px;
	padding: 10px;
	text-align: left;
	list-style-type: none;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ff3366;
	color: #FFFFFF;
	text-decoration: none;
}
.nav2 li:hover {
	background-color: #ff4477;
	border-left: 10px solid #440011;
	color: #CCCCFF;
	text-decoration: none;
}
.nav2 li a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.nav2 li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.nav2 li a:active{
	color: #AAAAAA;
	text-decoration: none;
}
.header{
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100px;
	text-align: center;
	background-color: #006633;
}
.tittle{
	margin: auto;
	top: 20px;
	left: 250px;
}
.logo{
	margin-left: 250px;
	margin-top: 20px;
	float: left;
	width: 180px;
	height: 60px;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
}
.menu{
	float: right;
	margin-right: 250px;
	margin-top: 20px;
}
.top{
	float: left;
	width: 1450px;
	height: 362px;
	margin-right: 0px;
	text-align:center;
	background-image: url("images/top.jpg");
}
.button{
	margin: auto;
	width: 483px;
	height: 362px;
	margin-left: 478px;
	margin-top: 250px;
	text-align: center;
}
.honbun_left{
	padding: 0 29px 0 0;
	float: left;
	width: 683px;
	margin-right: 0px;
	background-color: #FFFFFF;
}
.honbun_right{
	float: right;
	width: 237px;
	margin-right: 0px;
	background-color: #FFFFFF;
}
}
.counter {
	text-align: left;
}
.footer{
	clear: both;
	bottom: 0px; 
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	width: 100%;
	height: 120px;
	margin: auto;
	padding:20px 0 20px 0;
	font-size: smaller;
}

.ghost{
	display: inline-block;
	padding: 20px 20px;
	border: solid 2px #FFFFFF;
	border-radius: 3px;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
.ghost:hover{
	color: #333333;
	background: #ffffff;
}
table.contents { 
    border-collapse: collapse; 
    text-align: left; 
    line-height: 1.5; 
    border: 1px solid #ccc; 
} 
table.contents thead { 
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; 
    background: #006633; 
} 
table.contents thead th { 
    padding: 10px; 
    font-weight: bold; 
    vertical-align: top; 
    color: #fff; 
} 
table.contents tbody th { 
    width: 150px; 
    padding: 10px; 
    font-weight: bold; 
    vertical-align: top; 
    border-bottom: 1px solid #ccc; 
    background: #efefef; 
} 
table.contents td { 
    width: 350px; 
    padding: 10px; 
    vertical-align: top; 
    border-bottom: 1px solid #ccc; 
} 


* {
	padding-left: 0;}
