@charset ”UTF-8”;

#menu{
  margin-left: 170px;
  padding: 0;
  width: ***;
}

#menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li{

  float: left;
  width: 125px;
  margin-left: 2px;
  padding: 0;
}

#menu a{
  text-align: center;
  display:block;
  padding: 0.2em 0;
  width: 100%;
  background-color: black;
  color: white;
  text-decoration: none; 
}

#menu a:hover{
  background-color: #091025;
  color: white;
}

/* 全体設定 */

body{
font-size:12pt;
text-align: center;
color:#000000;
background-color:#000000;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* 基本レイアウト */

*{
margin: 0px;
padding: 0px;
}

#wrapper{
margin-left: auto;
margin-right: auto;
width: 980px;
height: 700px;
margin-top: 10px;
background-image: url(../img/back.gif);
background-repeat: no-repeat;
}

#wrapper2{
margin-left: auto;
margin-right: auto;
width: 980px;
height: 700px;
margin-top: 10px;
background-image: url(../img/index.gif);
background-repeat: no-repeat;
}

#header{
width: 980px;
height: 80px;
}

#content { 
width: 980px;
height: 540px;
float: left;
position: relative;
}

#content2 { 
width: 980px;
height: 660px;
float: left;
position: relative;
}

#select { 
width: 980px;
height: 40px;
float: left;
position: relative;
}

#footer { 
color: #858ea5;
width: 980px;
height: 40px;
clear: both;
}

/* スクロールバー オプション */

html{
overflow-y:scroll;
}

/* リンク オプション */

.none_border {
border-style: none;
}

a:link{
color: #00ffff;
}

a:visited{
color: #00ffff;
}

a:hover{
color: #ff00ff;
}

a:active{
color: #ffff00;
}

/* マウス オプション */

a{
cursor:crosshair;
}