@charset "UTF-8";

body {
  margin: 0 auto;
  padding :0;
  background: url(/images/aivy_bk.jpg);
  color: #000;
  font-size: 100%;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  max-width: 1200px;
  min-width: 800px;
  margin-bottom: 20px;
}

a{text-decoration:none;color:#0000ff;}
a:hover{text-decoration:underline;}
a:visited{color:#00F;}

#company-logo {
  position:absolute;
  margin: 10px 0 0 20px;
  width: 0;
}

#header {
  border-bottom:8px solid #466432;
  height:72px;

  background: url(/Images/company-logo.png);
  background-repeat: no-repeat;
  background-size: 237px 17px;
  background-position: 20px 14px;
}

#nav {
  position:relative;
  margin-left:20px;
  height:100%;
  font-size:85%;
  }
  #nav div {
  position:absolute;
  width:500px;
  bottom:0;
  left:0;
  border-left:1px solid #9c3;
  }
  #nav a, #nav strong, #nav em {
  float:left;
  display:block;
  padding:2px 6px 7px;
  border-width:0;
  border-style:none;
  border-right:1px solid #9c3;
  text-decoration:none;
  text-transform:lowercase;
  color:#466432;
  voice-family: "\"}\"";
  voice-family:inherit;
  height:1.2em;
  } 
#nav strong {
  border-bottom:5px solid #9c3;
  padding-bottom:2px;
  color:#000;
  }
#nav a:hover {
  color:#f00;
  }
/* \ Hack to get IE5/Mac to ignore the following rule */
#nav a:hover {
  border-bottom:5px solid #8EF432;
  padding-bottom:2px;
  }
#nav strong a {
  float:none;
  display:inline;
  border-width:0;
  padding:0;
  }
#nav strong a:hover {
  border-bottom-width:0;
  }
#nav em {
  float:none;
  display:block;
  padding-left:0;
  padding-right:0;
  border-right-width:0;
  }
#nav span {display:none;}

#page-title {
  xxbackground-color: rgb(128,228,71);
  background-image: url(Images/yellow_green_gradu.gif);
  padding:5px;
}

#page-title h1{margin:0px;padding-left:20px;color:#1A7C2A;  font:medium Myraid,Verdana,Sans-serif;font-weight:bold;}

.content {
  width: 100%;
}

.content-left {
  width: 70%;
  float: left;
}

.content-right {
  width: 30%;
  float: right;
}

.right-body {
  border: 1px solid #E8A400;
  margin: -1px 10px 0 10px;
  xxbackground: #FFF;
  padding: 20px;
}


.body-header-background{
/*
	background-image:url('Images/box-round-top3.gif');
	background-repeat:no-repeat;
*/
    background-color: #eee;
    border: 1px solid #888;
    border-radius: 10px 10px 0 0;
    margin: 0 10px 20px 10px;
    /*width: 538px;*/

}

.body-sidebar-background {
  background-color: rgb(255,244,216);
  border: 1px solid #E8A400;
  border-radius: 10px 10px 0 0;
  margin: 0 10px 0 10px;
}


.body-sidebar-background-other{background-image:url('Images/box-round-side2.gif');background-repeat:no-repeat;}

.body-header-background h2{
    padding: 0 10px 0 10px;
    font-size:medium;
}
.body-sidebar-background h2{padding:10px;font-size:small;color:#000;margin-top:0px;margin-bottom:3px;;}
.body-sidebar-background-other h2{padding:10px;font-size:small;color:#000;margin-top:0px;margin-bottom:3px;;}
.image-in-body{float:left;margin-right:10px;padding:5px;border:1px solid #999;}
#contents {
  border: 1px solid #999;
  border-top: none;
  /*width: 508px;*/
  margin: -27px 10px 0 10px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#contents h3{margin-bottom:10px;border-bottom:1px dotted #9f9f9f;color:#666666;}
.each-paragraph-in-contents{padding-top:5px;}
.top-news dl{margin-top:5px;}
.top-news dt{color:#006633;font-weight:bold;}
.top-news dd{margin-left:10px;}

#products{margin-left:5px;margin-top:10px;font-size:90%;}
#products a{text-decoration:none;}
#products strong a{background-color:#FFFFCC;}
##products a:hover{color:#F00;border-bottom:2px solid #8EF432;}

#sidebar-component ul {margin-left:0px;}
#sidebar-component ul li{padding-left:0px;}


@media screen and (max-width: 896px) {
  body {
    max-width: auto;
    min-width: auto;
    width: 100%;
  }
  #nav {
    overflow: auto;
  }

  .content,
  .content-left,
  .content-right {
    width: 100%;
  }
  .content-right {
    margin-top: 20px;
  }
  .content-left img {
    width: 100%;
  }
}
