/* reset default */
*{
	margin: 0;
	padding: 0;
	font-color: #888;
	font-family:Verdana, palatino, georgia, sans-serif;
}

/*for menu*/
header {
  padding:0;
  background: skyblue;
}

#nav-drawer {
  position: 0;
  relative;

/*.menu { display: table-cell; text-align: left; }*/
/*.links  { display: table-cell; text-align: right; }*/

}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 40px;
  height: 30px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 4px;/*線の太さ*/
  width: 30px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
  margin: 4pt 0 0 0;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 250px;/*最大幅（調整してください）*/
  height: 100%;
  background: #dcdcdc;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

.nav-content img {
  position: absolute;
  width: 20%;
  height: 0;
  width: auto;
  height: auto;
  padding-bottom: 20%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


/* base */
body {  margin: 0px 15px;
	background-image: url(../img/bg.jpg);
	text-align: center;
	scrollbar-face-color: #c7e2e9;
	scrollbar-highlight-color: #e6eaf7;
	scrollbar-shadow-color: #8290ba;
	scrollbar-3dlight-color: #c7e2e9;
	scrollbar-arrow-color: #006F90;
	scrollbar-darkshadow-color: #28355b;
	font-size: 10pt;
}

body div {
	margin: 0 auto;
}

/* main color #4d9393 backup color #006F90 text color 514454/


/* content configuration*/

.floatend {
	clear:both;
}

.container {
	background-image: url(./img/b_pot_g.jpg);
	background-repeat:	no-repeat;
	background-position:	100% 100%;
	line-height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: left;
	padding: 0px;
	width: 750px;
	border-width: 0px 0px;
	border-color: #C4C4C4;
	background-color: #ffffff;
	border-style: inset;

}
	
.top {
	font-size:10pt;
	margin: 0px;
/*	padding: 20px;*/
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	color: #666666;
	line-height: 30px;
	width: 720px;
	text-align: right;


/*	border-top: dotted 1px;*/
/*	border-bottom: dotted 1px;*/
/*	border-left: dotted 1px;*/
/*	border-right: dotted 1px;*/


}

.leftside {
	width:76px;
	font-size: 10pt;
	color: #514454;
	padding: 0px 16px 0px 20px;
	float:left;
/*	border-top: dotted 1px;*/
/*	border-bottom: dotted 1px;*/
/*	border-left: dotted 1px;*/
/*	border-right: dotted 1px;*/

}

.whatsnew {
	float: left;
	font-size:10pt;
	width: 380px;
	color: #666666;
	padding-left: 16pt;
/*	padding-top: 30px;*/
	text-align: left;
	line-height: 14pt;

/*	border-top: dotted 1px;*/
/*	border-bottom: dotted 1px;*/
/*	border-left: dotted 1px;*/
/*	border-right: dotted 1px;*/
}	

.topcenter {
	clear: both;
	float: left;
	font-size:10pt;
	padding-left: 76px;
	width: 400px;
/*	color: #514454; */
	color: #666666;
	text-align: left;
	line-height: 14pt;
	vertical-align:middle;
/*	border-top: dotted 1px;*/
/*	border-bottom: dotted 1px;*/
/*	border-left: dotted 1px;*/
/*	border-right: dotted 1px;*/

}

.center {
	float: center;
	font-size:10pt;
/*コンテンツが増えたから余白をなくして幅を増やした*/
/*	padding-left: 10pt;*/
/*	padding-right: 10px;*/
	width: 600px;
/*	color: #514454; */
	color: #666666;
	text-align: left;
	line-height: 14pt;
}



.right {
	float: right;
	width: 180px;
/*	margin-top: 70px;*/
	margin-top: 30px;
	margin-right: 10px;
	padding: 5px;
	color: #514454;
	font-size: 9pt;
/*	border-top: dotted 1px;*/
/*	border-bottom: dotted 1px;*/
/*	border-left: dotted 1px;*/
/*	border-right: dotted 1px;*/
}

.pot {
	float: right;
	margin-top: 80px;
	padding-top: 80px;
}

.centerpart {
	clear: both;
	float: left;
	padding-left: 100pt;
	width: 610px;
/*	color: #514454; */
	color: #666666;
	line-height: 14pt;

}

.info {
 vertical-align:middle;
}

}


.footer {
	font-size:9pt;
	width: 680px;
	float: center;
	background-color: #ffffff;
	padding: 10pt 20pt 10pt 30pt;
	margin-left: 20px;
	margin-right: 20px;


/*	border-top: dotted 1px;*/
/*	border-bottom: dotted 1px;*/
/*	border-left: dotted 1px;*/
/*	border-right: dotted 1px;*/

	}
	
.foot {
	margin-top: 20px;
	color: #c0c0c0;
	font-size: 9pt;
	margin-left: 20px;
	margin-right: 20px;
}

/* Separate setting of character */

.top a:link {
	text-decoration: none;
	color: #006F90;
	padding: 6pt;
}
.top a:visited {color: #006F90;
	text-decoration: none;
	padding: 6pt;
}
.top a:active {color: #006F90;
	padding: 6pt;
}
.top a:hover {
	color: #ffffff;
	border: none;
/*リンクテキストのホバー時の背景色を変えていたがテキストを画像に変えた*/
/*	background-color: #006F90;*/
/*	padding: 6pt;*/
}
.leftside ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: center;

}
.leftside li {
	margin: 0;
	padding: 0;
	text-align: justify;
}
.leftside a {
	display: block;
	padding: 6pt;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	color: #006F90;
}

.leftside a:visited {
	display: block;
	padding: 6pt;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	color: #006F90;
}
.leftside a:hover {
	display: block;
	padding: 6pt;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	color: #ffffff;
	background: #006F90;
}

a:link {
	text-decoration: none;
	color: #55B5BF;
}
a:visited {
	color: #55B5BF;
	text-decoration: none;
}
a:active {
	color: #EA80AF;
}
a:hover {
	color: #006F90;
	border: none;
}

img{
	border:none;
	vertical-align: middle;
}

.center blockquote {
	line-height: 120%;
	}

.center li {
	line-height: 120%;
	}

.center ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 120%;
	}

h1 {
	color: #006F90;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 4px;
	margin-top: 50px;
	margin-left: 10px;
	padding-bottom: 3px;
	text-align: center;
	margin-bottom: 8px;
	border-bottom: dotted 1px #BDB5A1;
	}

h2 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 20px;
	/* margin-left: 10px; */
	padding-bottom: 3px;
	text-align: left;
	margin-bottom: 8px;
	border-bottom: dotted 1px #BDB5A1;
	}

.right h2 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	/* margin-left: 10px; */
	padding-bottom: 3px;
	text-align: left;
	margin-bottom: 8px;
	border-bottom: dotted 1px #BDB5A1;
	}

H3 {
	color: #d6db3f;
	font-family: Helvetica, Verdana, Arial, Osaka, MSゴシック;
	font-size: 12px;
	text-align: left;
	line-hight: 12px;
	margin-left: 6px;
	
	}

h4 {
	color: #666666;
	font-family: Helvetica, Verdana, Arial, Osaka, MSゴシック;
	font-size: 12px;
	text-align: left;
	margin-left: 12px;
	margin-bottom: 10px;
	
	}

ul {
	list-style-type: square;
	}

.table1 { 
	font-size: 9pt;
	width: 100%;
	border-collapse: collapse;
	border: 1px #D3D3D3 solid;
} 

.table1 TD { 
	border: 1px #D3D3D3 solid;
} 

.table2 { 
	width: 100%;
	border-collapse: collapse;
	border: 1px #514454 solid;
	line-height: 26px;
} 

.table2 TR { 
	background-color: #FFFFFF;
	border: 1px #514454 solid;
} 

.table2 TD { 
	border: 1px #514454 solid;
} 




.foot2 {
	text-align: right;
	font-size: 9pt;
	color: #514454;
/*	padding: 0px 0px 20px 0px ;*/
}
