@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] フッターブロック内に関する指定
[5] 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: 95%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background : url(img/007.jpg) no-repeat fixed 0px 0px;

/* IE10 Consumer Preview */ 
/* background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E8EDEF 100%); */ 

/* Mozilla Firefox */ 
/* background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E8EDEF 100%); */ 

/* Opera */ 
/* background-image: -o-linear-gradient(top, #FFFFFF 0%, #E8EDEF 100%); */ 

/* Webkit (Safari/Chrome 10) */ 
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E8EDEF)); */ 

/* Webkit (Chrome 11+) */ 
/* background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E8EDEF 100%); */ 

/* W3C Markup, IE10 Release Preview */ 
/* background-image: linear-gradient(to bottom, #FFFFFF 0%, #E8EDEF 100%); */ 

}

#wrapper {
  width: auto;
  margin: 10px 30px auto 50px;
}

#globalnavi {
  margin-bottom: 20px;
  text-align:center;
  border-bottom: 20px solid #690;
}

#contents {
  padding: 0 30px 50px;
  background : url(img/bg-contents.jpg) no-repeat 0px 80%;
}

#footer {
  height: 120px;
  padding-top: 40px;
  background : url(img/bg-footer.jpg) no-repeat 0px 0px;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* -- ロゴ -- */
.logo {
  font-size: 140%;
  font-weight: bold;
  text-align: right;
  margin-bottom: 0.5em;
}

.logo a {
  text-decoration: none;
  color: #360;
}

.logo a:hover {
  text-decoration: underline;
  color: #f00;
}

/* -- ページの概要 -- */
.description {
  text-align: right;
  margin-bottom: 1em;
}

/*
#globalnavi ul {
  list-style-type: none;
  margin-bottom: 5px;
}
*/

#globalnavi li {
  display: inline;
  padding: 0 0.5em;
  border-left: 1px solid #060;
  border-right: 1px solid #060;
}

#globalnavi li a {
  text-decoration: none;
  color: #360;
}

#globalnavi li a:hover {
  text-decoration: underline;
  color: #f00;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* -- 見出し -- */
h1 {
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 2em;
  color: #360;
  border-bottom: 1px solid #360;
}

h2,h3,h4,h5,h6 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 1em;
  padding: 5px 0 5px 15px;
  background : url(img/bg-h.gif) no-repeat 0px 50%;
  border-bottom: 1px dotted #336600;
}

h3,h4,h5,h6 { margin-top: 4em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 1em;
}


/* -------------------------------------------------------------
   [4] フッターブロック内に関する指定 */

#footer p {
  text-align: center;
  padding-top: 10px;
  color: #navy;
}

/* -------------------------------------------------------------
   [5] CSSデザインサンプルリンク指定 */

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0;
  clear: both;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #eee;
}
.cel-1{
  padding-top : 5px;
  padding-left : 5px;
  padding-bottom : 5px;
  font-size: 16px ;
}
.cel-2{
  padding-bottom : 20px;
  font-size: 15px ;
 
}

/*　info table */
/*------------ table style set ------------*/
.hpb-cnt-tb1{
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.hpb-cnt-tb2{
	background-color: #333333;
	border: 1px solid #333333;
}
.hpb-cnt-tb3{
	background-color: #333333;
	border: 0px solid #333333;
}
.hpb-cnt-tb-th1 {
	background-color: #BBBBBB;
	font-size: 80%;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
  padding-top : 10px;
  padding-bottom : 10px;
}
.hpb-cnt-tb-th2 {
	background-color: #CCCCCC;
	font-size: 80%;
	color: #333333;
	border: 0px solid #333333;
}
.hpb-cnt-tb-cell1 {
	background-color: #EEEEEE;
	font-size: 80%;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
  padding-top : 10px;
  padding-bottom : 10px;
  padding-left : 5px;
}
.hpb-cnt-tb-cell2 {
	background-color: #FFFFFF;
	font-size: 80%;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
  padding-top : 5px;
  padding-left : 10px;
}
.hpb-cnt-tb-cell3 {
	background-color: #EEEEEE;
	font-size: 80%;
	color: #333333;
	border: 0px solid #333333;
}
.hpb-cnt-tb-cell4 {
	background-color: #FFFFFF;
	font-size: 80%;
	color: #333333;
	border: 0px solid #333333;
}
.hpb-cnt-tb-cell5 {
	background-color: #FFFFFF;
	font-size: 80%;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.td-info{
  
  
  margin-top : 50px;
  margin-bottom : 50px;
}
