/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  line-height: 1;
}
ol, ul {
	list-style: none;
}

body {
  background-color: #000;
  font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
  font-weight: bold;
}

a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover   { color: #000; text-decoration: none; }
a:active  { color: #000; text-decoration: none; }

.clear {
  clear: both;
  display: none;
  font-size: 0px;
  line-height: 0%;
  height: 0px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* logo
------------------------------------------------------------------*/

#micLogo {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  z-index: 1;
}

#micLogo img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

#micupLogo {
  width: 100%;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 10px;
  z-index: 1;
}

#micupLogo img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

/* bg
------------------------------------------------------------------*/

#woodBg {
  background: url(bg_1280x931_mini.jpg) center top no-repeat;
  background-size: cover;
  position: fixed;  
  top: 0;
  z-index: -10;
}

/* title and main contents
------------------------------------------------------------------*/

#aboutTitle {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  color: #222;
  text-shadow: 2px 2px 3px #666, -1px -1px 2px #fff;
  z-index: 1;
}

#about {
  width: 100%;
  z-index: 1;
}

#aboutBox {
  width: 900px;
  margin: 0 auto;
}

#aboutBox p {
  background-color: rgba(228,223,208,0.8);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  padding: 15px;
  font-size: 20px;
  line-height: 135%;
  color: #222;
  width: 870px;
  margin: 15px auto;
  font-weight: bold;
  text-shadow: 2px 2px 1px #ccc, -1px -1px 1px #fff;
}

/* sns btn
------------------------------------------------------------------*/

.snsBtn {
  width: 290px;
  height: 20px;
  margin: 15px auto 30px auto;
}

.snsBtnFb {
  width: 163px;
  height: 20px;
  float: left;
}

.snsBtnTwt {
  width: 127px;
  height: 20px;
  float: left;
}

/* nav menu
------------------------------------------------------------------*/
#navMenu {
  position: fixed;  
  top: 250px;
  left: 50%;
  margin-left: -450px;
  z-index: 1;
}

#navMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navMenu li {
  float: left;
  width: 225px;
  margin: 0;
  padding: 0;
}
#navMenu a {
  text-align: center;
  display:block;
  padding: 14px 0;
  width: 100%;
  background-color: rgba(54,46,43,0.5);
  font-size: 24px;
  color: #fff;
  text-shadow: 2px 2px 2px #000, -1px -1px 1px #aaa;
  border-left: 1px solid #444;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			 -1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #333;
}
#navMenu a:hover {
  color: #fc5;
  text-shadow: 2px 2px 2px #000, -1px -1px 1px #aaa;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			 -1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #333;
}
#navMenu li:first-child a {
  border-radius: 10px 0 0 10px;
  box-shadow: -1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #333;
}
#navMenu li:last-child a {
  border-radius: 0 10px 10px 0;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #333;
}
