@font-face{
  font-family:"zero";
	src: url("fonts/kgmn_p_sans-serif_code.woff2"),
	url("fonts/kgmn_p_sans-serif_code.woff");
}
body{
  background-color:#2f4f4f;
	line-height:180%;
	font-family: "zero", sans-serif;
	font-size:16px;
  margin:auto;
}

/****layout*****/

#area {
  color:#444;
  background-color:#f0fff0;
  margin: 5px auto;

  border-color:#988532;
  border-width:2px;
  border-style:solid ;
}
#header_1 {
  position: relative;
  text-align: center;
  height:90px;

  margin : 4px;/* 10px/2-1 */
  color:#fff;
  background:linear-gradient(#4d4effff, #00ffffff,#4d4effff);
  border-color:#2e8b57;
  border-width:1px;
  border-style:solid;
}
#center_1 {
  position: relative;
  margin : 4px;/* 10px/2-1 */
  min-height:660px;
  background-color:#fffff0;

  border-color:#988532;
  border-width:1px;
  border-style:solid ;
  float:left;
}
.right_1 {
  position: relative;
  text-align: center;
  margin : 4px;/* 10px/2-1 */
  width: 324px;
  height:540px;
  color:#004C25;
  background-color:#fffff0;

  border-color:#988532;
  border-width:1px;
  border-style:solid ;
  float:left;
}
.right_1 .waku {
  width:300px;
  height:460px;
  margin: 0px auto;
  text-align:center;
  color:#004C25;
  background-color:#fff;

  border-width:2px;
  border-style:solid;
  border-color:#2f4f4f;
}
.right_2 {
  position: relative;
  text-align: center;
  margin : 4px;/* 10px/2-1 */
  width: 324px;
  height:350px;
  color:#004C25;
  background-color:#fffff0;

  border-color:#988532;
  border-width:1px;
  border-style:solid ;
  float:left;
}
.right_2 .waku {
  width:300px;
  height:260px;
  margin: 0px auto;
  text-align:center;
  color:#004C25;
  background-color:#fff;

  border-width:2px;
  border-style:solid;
  border-color:#2f4f4f;
}
.right_3 {
  position: relative;
  text-align: center;
  margin : 4px;/* 10px/2-1 */
  width: 324px;
  height:180px;
  color:#004C25;
  background-color:#fffff0;

  border-color:#988532;
  border-width:1px;
  border-style:solid ;
  float:left;
}
.right_3 .waku {
  width:300px;
  height:160px;
  margin: 8px auto;
  text-align:center;
  color:#004C25;
  background-color:#fff;

  border-width:2px;
  border-style:solid;
  border-color:#2f4f4f;
}
.clear_left {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  height: 0px;
  clear:both;
}

.space_top {
  display:block;
  position: relative;
  width : 100%;
  height :50px;
  top:0px;
  text-align:center;
  /*background-color:#ff8;*/
}
.space_bottom {
  display:block;
  position: absolute;
  width : 100%;
  height :50px;
  bottom: 0px;
  text-align:center;
  /*background-color:#ff8;*/
}

.side_title{
  display:inline-block;
  position:relative;
  margin-top:15px;
  height:50;
  text-align:center;
  /*background-color:#0f0;*/
  background-size:contain;
  clear:both;
}

/******image******/

.javarengre{
  display: block;
  margin:0px auto;
  position: relative;
  width:600px;
  height:90px;
  background:url(_img_deco/title.png) no-repeat;
  background-size:contain;
  border-width:0px;
  z-index:2;
  /*background-color: red;*/
}
.tea_L{
  display: block;
  position: absolute;
  height: 80px;
  width:120px;
  background:url(_img_deco/tea_w.png) no-repeat;
  background-size:contain;
  border-width:0px;
  top: 10px;
  left: 6px;
  z-index:1;
  /*background-color: red;*/
}
.tea_R{
  display: block;
  position: absolute;
  height: 80px;
  width:120px;
  background:url(_img_deco/tea_w.png) no-repeat;
  background-size:contain;
  border-width:0px;
  top: 10px;
  right:6px;
  z-index:1;
  /*background-color: red;*/
}

.kouji {
  display:block;
  position:relative;
  width:128px;
  height:64px;
  margin:0 auto;
  background:url(_img_deco/kouji.png) no-repeat;
  background-size:contain;

}
.kado1_L{
  display: block;
  position: absolute;
  width:50px;
  height:50px;
  background:url(_img_deco/kado4.png) no-repeat;
  background-size:contain;
  top: 5px;
  left:5px;
}
.kado1_R{
  display: block;
  position: absolute;
  width:50px;
  height:50px;
  background:url(_img_deco/kado4.png) no-repeat;
  background-size:contain;
  top: 5px;
  right:5px;
}
#page_top{
  position:fixed;
  z-index: 100;
  bottom:20px;
  right: 60px;

  width:75px;
  height: 150px;
  text-align: left;
  color: #033;

  margin:5px auto;
  background:url(_img_deco/SHIZU_PageTop.png) no-repeat;
  background-size:contain;
}

.copy {
  display:block;
  position:relative;
  bottom:20px;
  width: 100%;
  height:48px;
  text-align:center;
  background:url(_img_deco/copy.png) no-repeat;
  background-position: center;
  /*background-color:#0f0;*/
  background-size:contain;
  clear:both;
}


/****elements****/

a{
  font-weight:normal;
  color:#036;
  text-decoration : none;
}
a:hover{
  color:#630;
}
pre{
  tab-size:4;
}
p{
  margin:1em 0 0.2em 0;
}
hr {
  margin:0px auto;
  width:90%;
	height:1px;
	background-color:#988532;
	color:#988532;
}
.waku hr {
  margin:2px auto;
  width:98%;
	height:1px;
	background-color:#988532;
	color:#988532;
}
h1 {
  margin:50px 100px 40px 100px;
  background-color:inherit;
  line-height: 50px;
  text-align:center;
  font-size:40px;
  font-weight:normal;
  color: #033;
}
h2 {
  margin:20px 20px;
  height:25px;
  padding: 0.5em 1em;
  font-size:18px;
  font-weight:bold;

  color:#fff;
  background-color:#191970;
  border-color:#11e;
  border-width:0px 11px 0px 11px;
  border-style:solid;

}
h3 {

}
h4 {
  /*gray*/
  margin:20px 20px;
  height:25px;
  padding: 0.5em 1em;
  background-color:#808080;

  font-weight:bold;
  color:#fff;
}
blockquote{
  border:1px solid #ccc;
  padding:5px;
  margin:10px;
}
.t01 table {
  background-color:#fff;
  border-collapse: collapse;
  border: solid 2px orange;
}
.t01 table th, .t01 table td {
  border: solid 1px orange;/**/
  padding: 3px 0px 3px 5px;
}
