@charset "shift_JIS";                      
/* *********************************************************
 *
 *	GHZ ltd.ジーエイチゼータ株式会社ホームページCSS
 *	2018/03/03
 *
 *
 * *********************************************************
 */

/* ================================================ */
/* 全体設定           */
* {
  margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 11pt;
}
/* body              */
body {
  font-size: 84%;
  font-family: Arial,"ＭＳ Ｐゴシック",Osaka;
  line-height: 150%;
  text-align: center;
  color: #666;
  background-color: #000;
  -webkit-text-size-adjust: 100%;
}

/* ================================================ */
/* 見出し           */
h1,h2 {
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* ================================================ */
/* リンク            */
a {
  color: #000000;
  text-decoration: underline;
}
a:visited {
  color: #0000ff;
}
a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #8eb0c6;
}

/* ================================================ */
/* 文字強調     */
em {
  color: #c33;
}
strong {
  font-weight: bold;
  border-bottom: 1px solid #0000ff;
}

/* ================================================ */
/* 画像              */
img {
  border: 0;
  border-style: none;
}

/* ================================================ */
/* ページの整形     */
#container {
  text-align: left;
  background-color: #FFF;
  margin: 0 auto;
  width: 720px;
}

/* ================================================ */
/* ヘッダー     */
#header {
  width: 720px;
  height: 405px;
  border-top: 7px solid #666;
  border-bottom: 7px solid #666;
  background: #FFF url("ghzeigo1.jpg") no-repeat;
  background-position:center  
}
/* サイト名     */
h1 {
  font-size: 30px;
  font-family: Arial,"ＭＳ Ｐゴシック",Osaka;
  padding: 300px 5px; /*padding 上、右、左、下　数値px　入力、text-alignで中央合わせ*/
    color: #000080;  
  text-align:center
}

/* ================================================ */
/* メニュー     */
#menu {
  width: 720px;
}
/*-------------------------------------*/
#menu ul{ 
margin: 0; 
padding: 0; 
list-style: none; 
}
#menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}
#menu li a{
display: block; 
border-left: 8px solid #C97556;
background-color: #474655;
padding: 3px 10px;
text-decoration: none;
color: #E1E2CF;
width: 152px;
margin: 1px 0px;
text-align: left;
font-size: 14px;
}
#menu li a:hover{
border-left: 8px solid #990033;
background-color: #474655;
}
/*-------------------------------------*/



/* ================================================ */
/* メイン     */
#main {
  width: 720px;
  margin: 0;
  padding: 0;
}
/* 見出し     */
#main h2 {
  font-size: 120%;
  margin: 30px 20px 30px 40px;
  border-bottom: 2px dashed #ccc;
  padding: 3px 2px;
  color: #000000;
}
/* 段落・リスト     */
#main p,dl {
  margin: 1em 20px 20px;
  color:#333333;
}
#main dt {
  margin: 0px 20px 0px 40px;
  font-weight: bold;
  line-height:1.8em;/*行間設定*/
  color:black
}
#main dd {
  margin: 0px 20px 0px 40px;
  line-height:1.8em;/*行間設定*/
  color:#333333; 
}
#main ul {
}
#main li {
  margin: 0px 20px 0px 60px;
  list-style: none;
  list-style-type: disc;
  line-height:2em;/*行間設定*/
}

/*========================================*/
/* テーブル*/

table, td, th {
border: none;/* 2px #2b2b2b solid; */
}

div.poster table {
width: 107px;
margin: 0 30px 30px 0;
float: right;
}

/* ================================================ */
/* フッター     */
#footer {
  padding: 5px 0 5px 0;
  margin: 0 0 0px 0;
  text-align: center;
  width: 720px;
  border-top: 1px dashed #666666;
}
/* 著作権     */
address {
  margin: 0;
  padding: 2px;
}