html,body {
	height: 100%;
}


body {
	background-image:url("../resources/subtle-pattern-8.jpg");
}

#container {
	margin: 0 auto;
	width: 800px;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background: #F4F4F4;
	box-shadow: 0px 0px 18px 3px #999999;
	position:relative;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
}

body > #container {
    height: auto;
    position:relative;
}

font.construction {
	font-size: 50px;
}

#header{
	width: 100%;
	height:50px;
	text-align:left;
    box-shadow: 0px 0px 18px 3px #999999;
	background:#2B2B2B;
	vertical-align:middle;
	line-height: 50px;
	letter-spacing: 5px;
}


a.header_link{
	font-size: 30px;
	font-weight: bold;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	color:#D9D9D9;
}

a.header_link:hover{
	color:#FFFFFF;
}

#browser_icon {
	width: 800px;
	height: 30px;
	background-image:url("../resources/browser_icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
}

#canvas {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


#canvas.bgImg{
/*
	position:absolute;
*/
}

.contents{
	top:470px;
	margin-top: 50px;
	margin-bottom: 50px;
	min-height:300px;
	height: auto !important;
	height: 300px;
	margin: 5px 10px 15px 20px;
	background-repeat: no-repeat;
	position:absolute;
}


#footer{
	width: 800px;
    position:absolute;
    background:#2B2B2B;
    box-shadow: 0px 0px 18px 3px #999999;
    bottom:0px;
    height:60px;
    width:100%;
    color:#D9D9D9;
	line-height: 30px;
	text-align: center;
}

/****************/
/* sub_contents */
/****************/
h4.headline {
  position: relative;
  color: #FFFFFF;
  background: #3E3E3E;
  font-size: 20px;
  line-height: 1;
  margin: 30px 20px 0px -10px;
  padding: 14px 5px 10px 50px;
  border-radius: 22px 0 0 22px;
  width: 500px;
}
h4.headline:before {
  content: "";
  position: absolute;
  background: #CCC;
  top: 50%;
  left: 14px;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #777 inset;
}
h4.headline:after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  height: 0;
  width: 0;
  border: 22px solid #3E3E3E;
  border-right-color: transparent;
}

div.sub_contents{
	padding :5px 20px 20px 20px;
	border-color:#333333;
	height:auto;
	width:680px;
}

div.sub_contents_Story{
	padding :5px 20px 20px 20px;
	border-color:#333333;
	height:700px;
	width:680px;
	background-image:url("../resources/sekibanki_main.png");
	background-repeat: no-repeat;
	background-position:right 50%;
}

div.sub_contents_System{
	padding :5px 20px 20px 20px;
	border-color:#333333;
	height:700px;
	width:770px;
}


li.fade {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


ul.Photos {
	padding: 0px;
	list-style: none;
}

ul.Photos li {
	display: inline;
}

ul.Photos li:hover {
	position:relative;
	top:3px;left:3px;
}

ul.Photos li img {
	border-width: 1px;
	border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;

    margin: auto;
    background: #ccc;
    border: 5px solid white;
    position:relative;
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.65);

}

/*********************************/
/* sub_contents - photo's makeing*/
/*********************************/

