@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "MS P ゴシック", Helvetica, Arial, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0px;
  line-height: 1.6;
  background: #331a00 url(../img/bg_map.jpg) no-repeat top center fixed;
}

header {
  width: 100%;
  height: 35px;
  background: #bf8e63;
  position: fixed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  z-index: 1;
}

#head_menu {
  width: 100%;
  height: 35px;
  position: fixed;
  z-index: 2;
  color: #FFF;
  margin: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}
#head_menu img {
  vertical-align: bottom;
}
#head_menu a {
  color: #FFF;
  text-decoration: underline;
}
#head_menu a:hover {
  text-decoration: none;
}

#wrap {
  width: 964px;
  margin: 0 auto;
  background: url(../img/bg_title.png) no-repeat top center;
}
#wrap_contest {
  width: 964px;
  margin: 0 auto;
  background: url(../img/bg_title_contest.png) no-repeat top center;
}

#title {
  width: 100%;
  height: 920px;
}

#con1 {
  width: 100%;
  height: 529px;
  background: url(../img/bg_con1.png) no-repeat bottom center;
  margin-top: 150px;
}

#con2 {
  width: 100%;
  height: 546px;
  background: url(../img/bg_con2.png) no-repeat bottom center;
}

#con3 {
  width: 100%;
  height: 526px;
  background: url(../img/bg_con3.png) no-repeat bottom center;
}

#foot_link {
  width: 100%;
  height: 60px;
}

.title_in {
  width: 964px;
  margin: 0 auto;
}
.title_in .headline {
  width: 100%;
  padding-top: 360px;
  padding-bottom: 20px;
}
.title_in .headline:after {
  content: "";
  display: block;
  clear: both;
}
.title_in .headline .video {
  float: left;
  padding-left: 50px;
  padding-top: 10px;
}
.title_in .headline .register {
  float: right;
  padding-right: 80px;
}
.title_in ul li {
  width: 334px;
  height: 150px;
  float: left;
}
.title_in ul li:hover {
  top: 4px;
  left: 3px;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.title_in ul li.menu1 {
  background: url(../img/menu1.png) no-repeat;
}
.title_in ul li.menu2 {
  background: url(../img/menu2.png) no-repeat;
  margin-left: 11px;
}
.title_in ul li.menu3 {
  background: url(../img/menu3.png) no-repeat;
  margin-left: 11px;
}

.con1_in {
  width:964px;
  height: 600px;
  margin: 0 auto;

}
.con1_in .button1 {
  float: right;
  padding-top: 350px;
}

.con2_in {
  width:964px;
  height: 600px;
  margin: 0 auto;
}
.con2_in .button2 {
  float: left;
  padding-top: 320px;
  padding-left: 50px;
}

.con3_in {
  width:964px;
  height: 600px;
  margin: 0 auto;
}
.con3_in .button3 {
  float: right;
  padding-top: 300px;
}

.foot_link_in {
  width:964px;
  margin: 0 auto;
}
.foot_link_in ul:after {
  content: "";
  display: block;
  clear: both;
}
.foot_link_in ul li.foot_li {
  width: 332px;
  height: 144px;
  float: left;
  margin-left: 14px;
}
.foot_link_in ul li.foot_li:first-child {
  margin: 0;
}
.foot_link_in .official {
  margin: 0 auto;
  padding-top: 10px;
  width: 126px;
  height: 30px;
}

footer {
  width: 100%;
  height: 35px;
  color: #FFF;
  text-align: center;
  padding-top: 1.5rem;
  font-size: 12px;
  font-size: 1.2rem;
  
}

#pagetop {
  position: fixed;
  bottom: 0px;
  right: 30px;
}
.clear		{ clear: both; }


.bnrbox	{ width:920px; margin:0 auto; text-align: center;}

p{
  text-align: center;
  margin-bottom: 20px;
}
p a:hover{
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}