@charset "Shift_JIS";

* {
  padding: 0;
  margin: 0;
}
label {
    background-image:url(/aic/it_support/images/midashi_left1.png);
    padding: 0.5em 0;

    border-bottom: 1px solid #000000;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 0px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 200px;
}

body {
  font-size: 80%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background:#e9dfe5;

}

#wrapper {
  text-align: left;
  max-width: 1000px;
  min-width: 760px;
  margin: 0 auto 0;
  background:#ffffff;
}

#header {
  padding: 30px 20px 10px;
    font-size: 85%;
}

#header2 {
  padding: 2px 2px 2px 365px;
    font-size: 85%;
}

#container {
  float: right;
  width: 100%;
  margin-left: -200px;
}

.banner {
  font-size: 180%;
  margin-bottom: 0.5em;
}

#contents {
  margin-left: 200px;
  padding: 0px 10px;
}

#links-left {
  float: left;
  width: 180px;
  padding: 2em 10px;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  font-size: 90%;
   color:#808080;  
}


h1 {
  font-size: 125%;
  background-image:url(/aic/it_support/images/komidashi.png);
  background-repeat:no-repeat;
  margin-bottom: 1em;
  padding: 12.5px 0 2px 48px;
  color: #663300;
  height:20px;


}

h3 {
  font-size: 125%;
  background-image:url(/aic/it_support/images/komidashi2.png);
  background-repeat:no-repeat;
  margin-bottom: 1.5em;
  padding: 12.5px 0 2px 48px;
  color: #663300;
  height:30px;


}
h2 {
  font-size: 125%;
  margin-bottom: 1.5em;
  padding: 5.5px 0 2px 5px;
  border-left: 10px solid #8b0000;
  border-bottom: 2px solid #8b0000;

}

ol.topic-path {
  margin: 0;padding: 7px 5px;
  background-color: #ffffff;
  list-style-type: none;
  font-size: 100%;
}

#contents p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

#contents .topic-path {
  line-height: 1em;
  margin-bottom:0.5em;
}

ol.topic-path li {
padding-left: 5px;
display: inline;
}

ol.topic-path li.first {
padding-left: 0px;
}

ol.topic-path li a {
	padding-right: 18px;
	color: #849D2D;
	text-decoration: none;
}

ol.topic-path li a:hover {
	color: #849D2D;
	text-decoration: underline;
}


.sidetitle {padding: 0.5em 0;
  border-bottom: 1px solid #000000;
  background-image:url(/aic/it_support/images/midashi_left1.png);
}


.localnavi {list-style-type: none;
  margin-bottom: 0em;}

.localnavi li {display: inline;
}

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-image:url(/aic/it_support/images/midashi_left2.png);
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}


#footer p {text-align: center;}

a:link {color: #000000;
  text-decoration: none;}

a:visited {color: #000000;
  text-decoration: none;}

a:hover {color: #a52a2a;
  text-decoration: none;}
  
  
.textwrite{            /* infoページ内のテキスト記述 */
	padding-left: 48px;
	height: 100%;
	width:500px
}

.text-indent{          /* infoページ内のテキスト開始位置（インデントあり） */
	text-indent:1em;
}

.indent-1 {          /* infoページ内のテキスト開始位置（※の使用時） */
padding-left:1em;
text-indent:-1em;
}
