* {
  margin: 0; padding: 0; 
}
ul,ol,dl{  
  list-style:none;
}
li{  
  display:list-item;
  zoom:normal;
}

body {
  /*	text-align:center;*/
	line-height: 1.5;
	background-color: #99FF99;
	background: -moz-linear-gradient(top, #99FF99, #66CCFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#99FF99), to(#66CCFF));
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99FF99', endColorstr='#66CCFF');
}

#container{
  position: relative;
min-width: 930px;
max-width:1024px;
height:auto;
margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
padding-top: 0px;
border-left: solid 1px #99FF99;
border-right: solid 1px #99FF99;
background-color: #99FF99;
background: -moz-linear-gradient(top, #99FF99, #66CCFF);
background: -webkit-gradient(linear, left top, left bottom, from(#99FF99), to(#66CCFF));
filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99FF99', endColorstr='#66CCFF');
z-index: 0;
}

#banner{
  background:#99FF99;
width:100%;
height:60px;
margin-left: auto;
margin-right: auto;
border-bottom: solid 5px #000000;
}

#banner img{
  width: 550px;
height:auto;
margin-left: 15px;
margin-top: 10px;
padding: 0;
margin-bottom: 5px;
}

#banner h4{
  margin:0;
padding: 0;
color: #000000;
font-size: 14px;
font-weight: bold ;
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
/*text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 1px rgba(255, 255, 255, 0.5);*/
}

#banner h5{
  margin:0;
padding: 0;
color: #000000;
font-size: 12px;
font-weight: normal ;
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
/*text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 1px rgba(255, 255, 255, 0.5);*/
}

#adress{
  float: right;
width:260px;
margin:0;
}

*:first-child+html #banner{
position: relative;
}

*:first-child+html #adress{
position: absolute;
top: 0;
right: 0;
float: right;
width:260px;
margin:0;
}

*html #banner{
position: relative;
}

*html #adress{
position: absolute;
top: 0;
right: 0;
float: right;
width:220px;
margin:0;
}

#menu{
  padding:0;
width:100%;
margin-left: auto;
margin-right: auto;
height:48px;
padding-bottom:20px;
background-color: #333333;
z-index: 10;
}

#menu ul{
  /*color:#FFCC99;*/
font-size:12px;
font-weight:bold;
}

#menu li{
  width:105px;
white-space:nowrap;
float:left;
padding:0;
margin:0;
text-align:center;
}

#menu li a{
  width:100%;
border:solid 2px #990000 ;
/*border-radius:4px 4px 4px 4px ;*/
color:#000000;
font-size:12px;
font-weight:normal;
/*text-shadow:0 -1px 0px #333,0 1px 0px #555;*/
padding:10px 0;
text-decoration:none;
display:block;
background:#66CCFF;
}

/*#menu li a:firstletter{
margin-left: 10px;
}*/

#menu li a:hover{
  /*border:outset 2px #800000 ;
border-radius:4px 4px 4px 4px ;*/
color: #FFFFFF;
background:#000000;
}

#menu li a:active{
  background-image : url(lallyr.gif);
_background-image: none;
background-repeat: no-repeat;
background-size:20% 100%;
/*	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;*/
}

/*#menu li:first-child a{
border-radius:5px 0 0 5px;
}

#menu li:last-child a{
border-radius:0 5px 5px 0;
}*/

#menu ul ul{
  display: none;
position: absolute;
width:100%;
/*	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;*/
}


#menu li li{
  clear: left;
position: relative;
width:100%;
padding:0;
margin:0;
text-align:center;
}


#menu li li a{
  /*clear: left;
position: relative;
width:100%;*/
border:solid 1px #000000 ;
/*border-radius:0px 0px 0px 0px ;*/
color:#000000;
font-size:12px;
font-weight:normal;
/*text-shadow:0 -1px 0px #333,0 1px 0px #555;*/
padding:0 0px 0px -2px;
text-decoration:none;
display:block;
background:#FFFFFF;
}

#menu li li a:hover{
  /*clear: left;
  width: 100%;*/
  display: block;
  position:relative;
  color: #FFCC99;
}

#menu ul li:hover > ul {
  display: block;
  width: 105px;
  z-index: 10;
}

/*#menu li li:first-child a{
border-radius:0 0 0 0;
}

#menu li li:last-child a{
border-radius:0 0 5px 5px;
}*/

/*-------------------------------------ie7*/

*:first-child+html #menu li{
width:105px;
white-space:nowrap;
float:left;
padding:0;
margin:0;
text-align:center;
position: relative;
  z-index: 10;
}

*:first-child+html #menu li a{
width:100%;
border:solid 2px #990000 ;
color:#000000;
font-size:12px;
font-weight:normal;
padding:10px 0;
text-decoration:none;
display:block;
background:#66CCFF;
  z-index: 10;
}

*:first-child+html #menu li a:hover{
color: #FFFFFF;
background:#000000;
  z-index: 10;
}

*:first-child+html #menu li a:active{
/*background-image: url(../tee/lallyr.gif);
_background-image: none;
background-repeat: no-repeat;
background-size:20% 100%;
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;*/
	  z-index: 10;
}

*:first-child+html  #menu ul ul{
display: none;
position: absolute;
top: 40px ;
left: 0;
width:100%;
z-index: 10;
}
*:first-child+html #menu li li{
clear: left;
position: relative;
width:100%;
padding:0;
margin:0;
text-align:center;
  z-index: 10;
}


*:first-child+html #menu li li a{
/*clear: left;
position: relative;
width:100%;*/
border:solid 1px #000000 ;
color:000000;
font-size:12px;
font-weight:normal;
padding:0 0px 0px -2px;
text-decoration:none;
display:block;
background:#FFFFFF;
  z-index: 10;
}

*:first-child+html #menu li li a:hover{
/*clear: left;
  width: 100%;*/
  display: block;
  position:relative;
  color: #FFCC99;
    z-index: 10;
}

*:first-child+html #menu  ul li:hover > ul {
  display: block;
  width: 105px;
  z-index: 10;
}

/*-------------------------------------ie6*/

*html #menu li{
width:105px;
white-space:nowrap;
float:left;
padding:0;
margin:0;
text-align:center;
position: relative;
  z-index: 10;
}

*html #menu li a{
width:100%;
border:solid 2px #990000 ;
color:#000000;
font-size:12px;
font-weight:normal;
padding:10px 0;
text-decoration:none;
display:block;
background:#66CCFF;
  z-index: 10;
}

*html #menu li a:hover{
color: #FFFFFF;
background:#000000;
  z-index: 10;
}

*html #menu li a:active{
z-index: 10;
}

*html  #menu ul ul{
display:none;
position: absolute;
top: 40px ;
left: 1px;
width:100%;
z-index: 10;
}

*html #menu li li{
clear: left;
position: relative;
width:100%;
padding:0;
margin:0;
text-align:center;
  z-index: 10;
}


*html #menu li li a{
border:solid 1px #000000 ;
color:000000;
font-size:12px;
font-weight:normal;
padding:0 0px 0px -2px;
text-decoration:none;
display:block;
background:#FFFFFF;
  z-index: 10;
}

*html #menu li li a:hover{
  display: block;
  position:relative;
  color: #FFCC99;
    z-index: 10;
}

*html #menu  ul li :hover > ul {
  display: inline;
  width: 105px;
  z-index: 10;
}

#menu2{
  min-width: 250px;
float:right;
}

#menu2 p{
  margin: 0 10px 10px 0;
text-align: right;
}

#menu2 p a{
  color:#FFFFFF;
/*border:inset 2px #990000 ;
border-radius:4px 4px 4px 4px ;*/
font-size:12px;
font-weight:normal;
text-decoration: none;
background-color: #333333;
border:solid 1px #333333 ;
/*border-radius: 2px;*/
padding: 4px;
}

#menu2 p a:first-child{
background-color: #99FF99;
color: #000000;
}

#content{
  position: relative;
clear:both;
width:100%;
height:auto;
}


#content h1,h2,h3{
  margin:15px;
border-radius: 5px;	
}

.info{
  background-color: #FFFFFF;
margin: 20px;
padding: 20px;
line-height: 1.2em;
text-align: left;
border:solid 2px #333300;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
/*	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;*/
z-index: 3;
}

.info  h1,h2,h3{
  color:#000000;
}

.info h4,p{
  color: #000000;
}

.info h3 a img{
  height: 40px;
border-color: #FFFFFF;
border-bottom: solid 1px #669966;
}/*for sitami.htm*/

#foot{
  clear:both;
margin-right: 10px;
background:#99FF99;
width:100%;
height: auto;
border-top:solid 5px #000000;
/*border-radius:0 0 8px 8px;*/
overflow: auto;
}

#foot h4{
  text-align:left;
}

#foot h4 a{
  margin-top: 10px;
margin-left: 20px;
color:#000000;
font-family: arial;
font-size:12px;
font-weight:normal;
text-decoration: none;
background-color: #99FF99;
border:solid 1px #99FF99 ;
	border-radius:         2px;
	-moz-border-radius:    2px;
	-webkit-border-radius: 2px;
padding: 2px;
}

#foot p{
  margin: 10px;     /*kikanai*/
font-size: 15px;
color: #000000;
text-align:right;
vertical-align: bottom;
}
