@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


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

/* 全体的なリンク */


a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }
a:visited { color: #90f; }
a:hover { color: #f00; }
a:active { color: #f00; }

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

body {
  font-size: 85%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "Times New Roman", Times, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #eee;
}

#wrapper {
  text-align: left;
  width: 800px;
  margin: 20px auto;
  border: 1px solid #333;
  background-color: #fff;
}

/* -------------------------------------------------------------
        TOP背景の指定 */

#toprandom {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  position: relative;
  background-image:url(../images_top/bg-header_top0.jpg) no-repeat 0 0;
 }

#headertop {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  position: relative;
  background: url(../images_top/bg-header_top01.jpg) no-repeat 0 0;
}

#headerworks {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  position: relative;
  background: url(../images_top/bg-header_top01.jpg) no-repeat 0 0;
}

#headerclass {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  position: relative;
  background: url(../images_top/bg-header_class.jpg) no-repeat 0 0;
}

#headerorder {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  position: relative;
  background: url(../images_top/bg-header_top02.jpg) no-repeat 0 0;
}

#headerintroduction {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  position: relative;
  background: url(../images_top/bg-header_introduction.jpg) no-repeat 0 0;
}

#headerlocation {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  position: relative;
  background: url(../images_top/bg-header_location_bw.jpg) no-repeat 0 0;
}

#headerupdate {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  position: relative;
  background: url(../images_top/bg-header_update.jpg) no-repeat 0 0;
}

#preparation {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  position: relative;
  background: url(../images_top/bg-header_preparation.gif) no-repeat 0 0;
}

/* -------------------------------------------------------------
        TOP背景の指定終わり */

#container {
  margin-bottom: 40px;/
  padding: 20px 0 0;
  background: url(../img/bg-container.jpg) repeat-y 100% 0;
}

#contents {
  width: 540px;
  float: left;
  padding: 0 40px 0 20px;
}

#sidebar {
  width: 185px;
  float: right;
  padding: 0 10px 0 5px;
}

#footer {
  padding: 10px 0 20px;
  background: #333;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* キーワード */
h1 {
  font-size: 90%;
  font-weight: bold;
  color:#ffffff;
  position: absolute;
  top: 20px;
  right: 10px;
}

/* タイトル */
.logo {
  font-size: 160%;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 20px;
}

.logo a {
  text-decoration: none;
  color: #fff;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

/* ページの概要 */
.description {
  position: absolute;
  top: 180px;
  left: 20px;
}

/* グローバルナビゲーション */
#globalnavi {
  list-style-type: none;
  width: 800px;
  height: 28px;
  padding-top: 12px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
}

#globalnavi li { display: inline; }

#globalnavi a {
  text-decoration: none;
  padding: 0 5px 0 15px;
  background: url(../img/mark.gif) no-repeat 0 50%;
  color: #eee;
}

#globalnavi li a:hover {
  background: url(../img/mark.gif) no-repeat -400px 50%;
  color: #09f;
}


/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
h2,h3,h4,h5,h6 {
  font-size: 120%;
  font-weight: bold ;
  text-align : center ;
  height: 40px;
  margin-bottom: 5px;
  padding: 10px 0 0 10px;
  background: url(../img/bg-bar.jpg) no-repeat 0 0;
}

h3,h4,h5,h6 { margin-top: 3em; }

/* 文字 */
#contents p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

a img {
 border: none;
 }

.linkstyle a {
  text-decoration: none;
  color: #000;
}

.linkstyle a:hover {
  text-decoration: none;
  color: #f00;
}

.titletext {
  font-size:120%;
  font-weight:bold;
  padding:20px 0 0 0;"
  }

.newstext {
  font-weight:bold;
  padding:20px 0 0 0;"
  }

.fbold {
 font-weight:bold;
 }

.tcenter {
  text-align: center;
 }

.tright {
  text-align:right;
 }


table#table-eto {
 width: 560px;
 }

table#table-eto th {
 width: 186px;
 padding-left: 5px;
 background: #c8c8c8;
 font-weight: nomal;
 text-align: center ;
 }

table#table-eto td {
 width: 186px;
 }

table#table-01 {
    width: 550px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#table-02 {
    width: 550px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-02 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: nomal;
    line-height: 120%;
    text-align: center;
}

table#table-02 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

table#table-03 {
    width: 350px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-03 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: nomal;
    line-height: 120%;
    text-align: center;
}
table#table-03 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

table#table-04 {
    width: 550px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-04 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: nomal;
    line-height: 120%;
    text-align: center;
}

table#table-04 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* サイドバータイトル */

.side-maintitle {
  margin-bottom: 1em;
  font-size:90%;
  font-weight:bold;
  text-align:center;
}

.side-title {
  margin-bottom: 0;
  font-size:90%;
}

/* サイドバーメニュー */
.localnavi {
  list-style-type: none;
  margin-bottom: 1em;
}

/* .localnavi li { display: inline; } */

.localnavi li a {
  text-decoration: none;
  width: 175px;
  padding: 3px 3px;
  display: block;
  border: 1px outset #eee;
  background-color: #eee ;
  color: #333;
}

.localnavi li a:hover {
  text-decoration: none;
  border: 1px outset #fff;
  background-color: #666;
  color: #fff;
}

.localnavi_article {
  margin: 5px 10px 5px 10px;
  font-size:90%;
  font-weight:nomal;
 }

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
  color: #fff;
  text-align: center;
}

/* -------------------------------------------------------------
   [6] 更新履歴のリンク指定 */

.ao {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 0;
  padding-right: 10px;
  clear: both;
}

.ao,
.ao a,
.ao a:hover {
  text-decoration: none;
  color: #aaa;
}

.cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 0;
  padding-right: 10px;
  clear: both;
}

.cds,
.cds a,
.cds a:hover {
  text-decoration: none;
  color: #f3f3f3;
}

/* -------------------------------------------------------------
   [7] LightBoxの指定 */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox img{
	width: auto;
	height: auto;
	}

#lightbox a img{
	border: none;
	}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height:250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{
	outline: none;
	}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */ display: block;
	}

#prevLink {
	left: 0;
	float: left;
	}

#nextLink {
	right: 0;
	float: right;
	}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
	}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
	}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
	}

#imageData{
	padding:0 10px;
	color: #666;
	}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
	}

#imageData #caption{
	font-weight: bold;
	}

#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	}

#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

