@charset 'UTF-8';
/* reset */
html {
 overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
table{
    border-collapse:collapse;border-spacing:0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
a { text-decoration: none; outline: none; }
/* original */
body {
  background-color: #222B26;
}
a:hover {
  color: #ff0000;
}
#container {
  background-color: #F8F8F8;
}
#header {
  background-color: #F8F8F8;
  box-shadow: 0 0 2px rgba(0,0,0,.5);
  height: 38px;
  padding: 7px 0 4px;
  position: fixed;
  width: 100%;
}
#header #nav {
  float: right;
  margin-top: 10px;
}
#header #nav a {
  background-image: url(../top_img/button.jpg);
  float: left;
  display: block;
  margin-left: 40px;
  text-indent: -9999px;
}
#header #nav a.gallery {
  background-repeat: no-repeat;
  background-position: 0 -5px;
  width: 57px;
  height: 21px;
  margin-top: 5px;
}
#header #nav a.about {
  background-repeat: no-repeat;
  background-position: -98px -5px;
  width: 77px;
  height: 21px;
  margin-top: 5px;
}
#header #nav a.facebook {
  background-repeat: no-repeat;
  background-position: -223px 0;
  width: 84px;
  height: 23px;
}
#header #nav a.gallery:hover {
  background-position: 0 -35px;
}
#header #nav a.about:hover {
  background-position: -98px -35px;
}
#header #nav a.facebook:hover {
  background-position: -223px -30px;
}
#content {
  background-color: #222B26;
  padding-bottom: 20px;
  padding-top: 49px;
  overflow: hidden;
  color: #FFF;
}
#content h1 {
  font-size: 90%;
  font-weight: 700;
  margin: 30px 0;
}
#content h1 span {
  font-family: 'Josefin Sans', sans-serif;
  margin-right: 0.5em;
  font-size: 150%;
}
#content p {
  line-height: 2.5em;
  font-size: 80%;
}
#content p.link {
  background-image: url("../about_img/link.jpg");
  background-position: 0 12px;
  background-repeat: no-repeat;
  padding-left: 19px;
}
#content dl {
  line-height: 2.5em;
  font-size: 80%;
  margin: 30px 0;
}
#content a {
  color: #FFF;
}
#content a:hover {
  color: #F33;
}
#content dt {
  float: left;
  width: 11em;
}
#content dd {
  margin-left: 13em;
}
#content ul {
  margin-bottom: 15px;
  overflow: hidden;
}
#content li {
  float: left;
  font-size: 80%;
  line-height: 35px;
  margin-bottom: 30px;
  margin-right: 50px;
  text-align: center;
}
#content li.nomargin {
  float: left;
  text-align: center;
  margin-right: 0;
}
#content li a {
  color: #FFF;
}
#content li a:hover {
  color: #FFF;
}
#content a:hover img {
  box-shadow: 0 0 5px rgba(0, 0, 0, .7);
}
#content hr {
  border-top: solid 1px rgba(0,0,0,.5);
  border-bottom: solid 1px rgba(255,255,255,.2);
  border-left: none;
  border-right: none;
  height: 1px;
}
#content .box {
  margin: 30px 0 70px;
}
#content .top_img {
  margin: 38px 0 45px;
}
#content .top_txt {
  background-color: #F8F8F8;
  color: #000;
  font-size: 80%;
  padding: 25px 0 40px;
  text-align: center;
}
#content .top_txt p {
  line-height: 1.6em;
  font-size: 100%;
}
#footer {
  background-color: #F8F8F8;
  bottom: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-size: 60%;
  overflow: hidden;
  padding: 10px 0;
  position: fixed;
  width: 100%;
}
#footer ul {
  float: left;
}
#footer li {
  display: inline;
  background-image: url(../top_img/arrow.jpg);
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 10px;
  margin-right: 15px;
}
#footer li ul {
  float: none;
  display: inline;
  padding-left: 8px;
}
#footer li ul li {
  background-image: url(../top_img/arrow_s.jpg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 10px;
  margin-right: 5px;
}
#footer a {
  color: #222B26;
}
#footer a:hover {
  color: #ff0000;
}
#footer #copy {
  float: right;
}
.inner {
  width: 954px;
  margin: 0 auto;
}
#logo {
  float:left;
	}