@charset "utf-8";

/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/
body {
	background:#fff
	line-height: 1.4;
	letter-spacing: 0.06em;
	overflow: scroll;
	font-size: small;
	color: #414141;
}

/*クローム用*/
body:first-of-type {
	padding: 0 0 0 1px;
}

/*IE6・7用*/
*body {
	overflow: auto;
	padding: 0 0 0 1px;
}

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a:hover img{
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;
	opacity: 0.80;
}

/*--------------------------------------------------------------------
haikei gazou
--------------------------------------------------------------------*/
img.big {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.big{
	left: 50%;
	margin-left: -512px; }
}

/*--------------------------------------------------------------------
title bar
--------------------------------------------------------------------*/
div#title {
	width: 100%;
	height: 100px;
	margin: 0px 0px;
	position: fixed;
	background-color: rgba(0,0,0,0.8);
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	position: relative;
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
.pic {
	background: url(../img/title.png) no-repeat;
	width: 600px;
	height: 190px;
	float: left;
	top: 10px;
	margin-right:100%;
	margin-top:10px;
	margin-left:20px;
}

.pic2 {
	background: url(../img/title2.png) no-repeat;
	width: 500px;
	height: 100px;
	float: left;
	top: 10;
	margin-right:100%;
	margin-top:10px;
	margin-left:20px;
}

/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	margin: 0px auto;
	padding: 20px 20px 100px 20px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	width: 900px;
	height: auto;
	left: 0px;
	top: 300px;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

/*--------------------------------------------------------------------
Contents0
--------------------------------------------------------------------*/
div#Contents0 {
	padding:0px 0px;
	padding-bottom:100px;
	overflow: hidden;
	width:600px;
	height: auto;
	top: 300px;
	left: 0;
	float: left;
}

/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	width: 700px;
	float: none;
}

div#Main h2 {
	font-size: 105%;
	font-weight: bold;
	color: #ca9a0f;
}

div#Main div#PortImg {
	margin: 60px 100px 0 100px;
	text-align: center;
}

div#Main p {
	margin: 10px 150px 0 150px;
	color: #fff;
	font-weight: bold;
}

div#Main table {
	width: 600px;
	margin: 10px 150px 0 150px;
	border-collapse: separate;
	border: 0 none;
	border-spacing: 1px 4px;
}

div#Main table tr th {
	width: 20%;
	padding: 10px 10px;
	background-color: rgba(202,154,15,0.7);
	border: 1px solid #414141;
	text-align: center;
	vertical-align: top;
	color: #fff;
}

div#Main table tr td {
	width: 80%;
	padding: 10px 10px;
	border: 1px solid #414141;
	text-align: left;
	vertical-align: top;
	background-color: rgba(255,252,209,0.7);
	color: #4a3300;
}

div#Main table tr td ul {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main table tr td ol {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

/*--------------------------------------------------------------------
Main2
--------------------------------------------------------------------*/
div#Main2 {
	width: 700px;
	height: auto;
	float: left;
	margin-top:200px;

}

div#Main2 h2 {
	font-size: 105%;
	font-weight: bold;
	color: #ca9a0f;
}

div#Main2 div#PortImg {
	margin: 60px 100px 0 100px;
	text-align: center;
}

div#Main2 p {
	margin: 10px 150px 0 150px;
	color: #a77f05;
	font-weight: bold;
	font-size: 200%;
}

.pic3 {
	background: url(../img/moji.png) no-repeat;
	width: 400px;
	height: 250px;
	float: left;
	top: 0;
	margin-right:0;
	margin-top:50px;
	margin-left:100px;
}
/*--------------------------------------------------------------------
Side
--------------------------------------------------------------------*/
div#Side {
	width: 150px;
	float: right;
	padding: 0px 20px 0 0;
}

div#Side ul li {
	list-style: none;
	margin: 0 10 0 0;
}

div#Side ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	width: 150px;
	height: 60px;
	color: rgba(0,0,0,0);
}

#nav_home a {
	background-image: url(../img/home.png);
}
#nav_kadai1 a {
	background-image: url(../img/nagakute.png);
}
#nav_kadai2 a {
	background-image: url(../img/bunbougu.png);
}
#nav_kadai3 a {
	background-image: url(../img/okinawa.png);
}
#Side a:hover {
	background-position: 0 -60px;
}

/*--------------------------------------------------------------------
TopMenu
--------------------------------------------------------------------*/
div#TopMenu {
	width: 100%;
	margin: 0px 0px;
	position: fixed;
	top: 20px;
	left: 600px;
}

div#TopMenu ul:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

div#TopMenu ul li {
	list-style: none;
	width: 150px;
	height: 60px;
	margin: 10px 10px 0px 10px;
	float: left;
}

div#TopMenu ul li a {
	display: block;
	padding: 20px 10px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	color: rgba(0,0,0,0);
}

#nav_home a {
	background-image: url(../img/home.png);
}
#nav_kadai1 a {
	background-image: url(../img/nagakute.png);
}
#nav_kadai2 a {
	background-image: url(../img/bunbougu.png);
}
#nav_kadai3 a {
	background-image: url(../img/okinawa.png);
}
#TopMenu a:hover {
	background-position: 0 -60px;
}

/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
address {
	clear: both;
	position: fixed;
	text-align: right;
	bottom: 0;
	width: 100%;
	color: #fff;
}

