@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 860px;
}

#header {
  padding: 20px 20px 10px;
}

#container {
  float: left;
  width: 680px;
}

#contents {
  float: right;
  width: 460px;
  padding: 2em 20px 4em 20px;
}

#left-sidebar {
  float: right;
  width: 170px;
  padding: 2em 5px;
}

#right-sidebar {
  float: right;
  width: 170px;
  padding: 2em 5px;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
}







/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

.logo a {
  text-decoration: none;
  background-color: #ffffff;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}

.description { }

/* -- 見出し -- */
h1 {
  /*font-size: 2.8em;*/
  font-size: 1.5em;
  /*font-weight:lighter;*/
  line-height: 1.2em;
  padding: 10px 0 5px 5px;
}

h2 {
  /*font-size: 1.4em;*/
  font-size: 1.32em;
  margin-top: 0.1em;
  padding: 2px 0px 0px 5px;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  padding: 2px 0 2px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}



/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
}



.img {
     float: left;
	 margin-right: 10px;
	 margin-top: 5px;
}
.text {
	 margin-top: 5px;
     overflow:auto;
     zoom:1;
}

.text2 {
	 margin-top: 3px;
	 margin-bottom: 5px;
     overflow:auto;
     zoom:1;
}

.img2 {
     float: left;
	 margin-bottom: 15px;
}


/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */

#contents dl.compact { overflow: hidden; padding-left: 5px; padding-right: 5px; }
#contents dl.compact dt { border-bottom: 1px dotted #999999; margin-bottom:0.5em; float: left; clear: left; width:135px; }
#contents dl.compact dd { border-bottom: 1px dotted #999999; margin-bottom:0.5em; }


#contents ul { margin: 0; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }




* html body dl.list dd div{
   display:inline-block;
}


dl.list {
}

dl.list dt {
   float:left;
   width:50px;
   letter-spacing:0.5em;
   padding-top:5px;
   padding-bottom:0;
   padding-right:0;
}

dl.list dd {
   padding-top:5px;
   padding-right:10px;
 }  
   
/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  width: 160px;
  padding: 0.5em;
  background-color: #eeeeee;
  color: #000000;
}

/* -- リスト -- */
.logo {
  padding: 0;
  background-color: #ffffff;
}



.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 160px;
  padding: 0.5em;
  background-color: #ffffff;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}


.localnavi p {
	font-size:smaller;
	margin-top:5px;
}

.localnavi div {
  text-decoration: none;
  display: block;
  width: 160px;
  padding: 0.5em;
  background-color: #ffffff;
  color: #000000;
  border-bottom: 1px solid #cccccc;

}


/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

#cds{ display: none; }




#insidecontainer{
  float: left;
}

#slides{
	margin: 0 auto;
}

.slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.slides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.slides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.caption {
	font-size:8pt;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2px;
  text-align: right;
  background: #000;
  background: rgba(0,0,0, .6);
  color: #fff;
}

