@charset "UTF-8";

/* 共通設定 */
* {
  margin: 0px;
  padding: 0px;
  position: center:
}

a:link {
  color: #006699;
  text-decoration: none;
}

a:visited {
  color: #663366;
  text-decoration: none;
}

a:hover {
  color: #FF6600;
  text-decoration: none;
}

ul,ol {
  margin-left: 30px;
}

ul.menu {
  margin: 0px;
  padding: 0px;
}

ul.menu li {
  list-style-type: none;
}

body {
	color: #333333;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	line-height: 1.6;
	text-align: left;
	background: #666666;
}
/* 共通設定 END */


/* 全体構造 */
#wrap {
  width: 770px;
  margin-right: auto;
  margin-left: auto;
  background: #FFFFFF;
}
/* 全体構造 END */


/* ヘッダ */
#head {
  height: 27px;
  background: #663300;
}

#head h1 {
  font-size: small;
  color: #CC9999;
  margin-top: 4px;
  margin-left: 9px;
  float: left;
}
/* ヘッダ END */


/* キャッチ */
#catch {
  width: 444px;
  height: 35px;
  text-indent: -700em;
  background-image:   url(../images/we_love_sports.gif);
  background-repeat: no-repeat;
  margin-left: 163px;
  margin-top: 39px;
  margin-bottom: 39px;
}
/* キャッチ END */

/* メインイメージ */
#entrance {
  position: relative;
  width: 770px;
  height: 512px;
}

#entrance a { 
  display: block;
}

a.yonago-entrance {
  position: absolute;
  top: 382px;
  left: 122px;
}

a.matsue-entrance {
  position: absolute;
  top: 382px;
  left: 451px;
}

/* メインイメージ END */

/* フッタ */
#foot {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  background-color: #FFFFFF;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 120px;
  position: center;
}
/* フッタ END */
