@charset "utf-8";

/* ★★★★★★★★★★　全体　★★★★★★★★★★ */

body      { text-align: center; margin: 0px; background-color: #000; color: #fff; font-family: 'Arial Black',Arial,'ＭＳ Ｐゴシック',sans-serif; }
a:link    { color: #dff; text-decoration: none; }
a:visited { color: #dff; text-decoration: none; }
a:hover   { color: #6ff; text-decoration: none; }
a:active  { color: #6ff; text-decoration: none; }
ul li     { list-style: none; }

.clearfix {width: 100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

div#wrapper {
  width: 1330px;
  margin: 0 auto;
  text-align: left;
} 

/* ★★★★★★★★★★　ヘッダー　★★★★★★★★★★ */

#header {
  width: 1000px;
  height: 120px;
  margin-left: 165px;
}

#logo {
  background-image: url("http://micweb.jp/img/top/logo_640x120.gif");
  width: 640px;
  height: 120px;
  float: left;
}

#logo h1,
#sns_links h2 {
  display: none;
}

#sns_links {
  width: 360px;
  height: 120px;
  float: left;
  margin: 0;
  padding: 0;
}

#sns_links ul {
  width: 360px;
  height: 120px;
  margin: 0;
  padding: 43px 0 0 100px;
}

#sns_links li {
  float: left;
  margin-right: 5px;
}

#sns_links a {
  display: block;
}

#sns_links .twitter a {
  background-image: url("http://micweb.jp/img/icons/Twitter.png");
  width: 64px;
  height: 64px;
}

#sns_links .facebook a {
  background-image: url("http://micweb.jp/img/icons/facebook.png");
  width: 64px;
  height: 64px;
}

#sns_links .youtube a {
  background-image: url("http://micweb.jp/img/icons/YouTube.png");
  width: 64px;
  height: 64px;
}

/* ★★★★★★★★★★　イベント情報　★★★★★★★★★★ */

#eventTitle {
  font-family: 'Lobster', cursive;
  font-size: 60px;
  text-align: center;
  padding: 25px;
}

#eventDetail {
  width: 550px;
  height: 500px;
  margin-left: 705px;
  margin-top: 70px;
}

#eventDetailText {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
}

#eventDetailText2 {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}

#eventDetailText3 {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}

#main {
  background-image: url("http://micweb.jp/brands/good_art_hlywd/Japan_Tour_2013/gah_jp_tour_2013-2.jpg");
  width: 1330px;
  height: 1039px;
  float: left;
  margin-bottom: 20px;
}

/* ★★★★★★★★★★　フッタ　★★★★★★★★★★ */

#sns {
  margin-left: 550px;
}

#copyright {
  font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 10px;
  text-align: center;
  padding: 20px;
}

