 
* {
  margin: 0;
  padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-size: 80%;
	line-height:120%;
	font-family: Verdana, Arial, sans-serif;
}
h1, h2, h3, p {
	padding-bottom: 1em;
	padding-left:50px;
}

h4{
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}


#header h1 {
  line-height: 30px;
  position:relative;
  left:0%;
}

#header {
	background-color: black;
	height: auto;
	margin-left:0;
}

#header a{
	background-color: black;
	height: auto;
  font-size: 12px;
  color: white;
  background-color: black;
  text-align: center;
  text-decoration: none;
}

#header a:over{
  background-color: yellowgreen;
}


#container 	{
	width: 100%;
	background: white;
  position: relative;
  height: 100%;
  min-height: 100%;
}

body > #container {
  height: auto;
}

#contents {
	padding-bottom: 50px;
}

#footer {
	width: 100%;
	background: black;
  position: absolute;
  bottom: 0;
  height: 50px;
  font:bold;
  color:#FFFFFF;
}

#footer p {
  padding: 0;
  line-height: 50px;
  margin-left:70px;

}

table.palam1{
	margin-left:80px;
	border-spacing:5px 1px;
	}
	
table.palam2{
	margin-left:30px;
	}
	
table.palam30{
	position:relative;
	left:7%;
	}
	
.palam30{
	position:relative;
	left:7%;
	}
	

td.right1{
	padding-left:50px;
	}
	
.text1{
	font-size:12px;
	font-weight:bold;
	line-height:130%;
	color:#9ac93f;
	}

.text5{
	font-size:26px;
	color:#9ac93f;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	margin-top:5px;
	font-style:italic;
	line-height:130%;
	}

.textcaption{
	font-size:26px;
	color:#ff3300;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	margin-top:5px;
	font-style:italic;
	line-height:130%;
	}
	
.text2 a{
	font-size:12px;
	color:#9ac93f;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	decoration:none;
	}
	
.text2 a:over{
  background-color: yellowgreen;
  font-weight:bolder;
}
	


/*---------- header ----------*/


#header-menu {
	margin: 15px;
	padding: 0px;
	height: 5px;
	background-color: black;
	margin-top: 0px;
}

#header-menu li {
  list-style-type: none;
  float: left;
}

#header-menu li a {
  font-size: 11px;
  height: 23px;
  width: 120px;
  line-height: 25px;
  color: #fffffc;
  background-color: black;
  text-align: center;
  display: block;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cccccc;
  text-decoration: none;
  padding-top: 1px;
}

#header-menu li  a:hover {
  background-color: yellowgreen;
}

#header-menu #contact {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}


.style1 {font-size: small;
}


/* ナビゲーション */
#navi_continer {
position: relative;
z-index:100;
width: 100%;
height:30px;
}

#navi {
position: absolute;
top: 2px;
left: 12px;
width: auto;
}

#navi ul {
margin: 0;
padding: 0;
list-style: none;
}

#navi li {
color: #fffff;
float: left;
width: 120px;
margin: 0;
}

#navi li a {
font-size: 14px;
color: #ffffff;
display: block;
width: 100%;
padding: 3px 0;
text-align: center;
text-decoration: none;
background-color: black;
}

#navi li a:hover {
color: #ffffff;
background-color: #999;
font-weight: bold;
}


/* 縦メニュー */
.sample_menu{
width:165px; /* メニューのサイズ */
border-bottom:1px solid  #999; /* メニューの下線 */
background: #000 ; /* 背景色 */
color:#9ac93f ; /* 文字の色 */
font-size:16px;
font-weight:bold;
line-height:150%;
margin-left:20px;
}

/* 縦メニューのリンク部分のデフォルト */
.sample_menu a{
width:100%; 
display:block; 
text-decoration: none; 
color:#fff; 

}

/* 縦メニューのリンク部分のマウスオーバー時 */
.sample_menu a:hover{
background: gray; /* マウスオーバー時の背景色 */
}