@charset "UTF-8";

/* reset.css
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

input,textarea {
	margin: 0;
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}



fieldset,img { 
	border: 0;
}

img {
	vertical-align: bottom;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/* clearfix
--------------------------------------------------*/
.clearfix {
	width:100%;
}

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

/* base
--------------------------------------------------*/
html{
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	background-image:url(../images/background.jpg);
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-size: 12px;
}
body {
	background-repeat:no-repeat;
	background-position:right top;
	color: #222;
	width:100%;
	height:100%;
}
header{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 15px;
	height: 37px;
	background-image: url(../images/header_back.png);
	background-repeat: repeat-x;
}
header h1{
	font-size: 12px;
}
article{
	width:100%;
	position: absolute;
	left: 0;
}
footer{
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/footer_back2.png);
	background-repeat: repeat-x;
	height: 80px;
	padding-top: 20px;
}
#footer_btn{
	position: absolute;
	top: -100px;
	right: 50px;
}

#footer_btn a:hover{
	opacity: 0.9;
}
.wrapper {
  position: relative;
  min-height:100%;
}
.inside {
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-50%,-20%);
  -ms-transform: translate(-50%,-20%);
  transform: translate(-50%,-20%);
}
nav ul{
	list-style: none;
	width: 500px;
}
nav ul li{
	float: left;
}
.inner{
	width: 940px;
	margin: 0 auto;
}
.inner2{
	
}
.waku{
	background-repeat: no-repeat;
	height: 300px;
	width: 300px;
}
.left{
	float: left;
}
.right{
	float: right;
}

#wrap-kamameshi{
	background-color: rgba(0, 0, 0, .8);
	padding: 2%;
}
#wrap-odoburu{
	background-color: rgba(255, 255, 255, .8);
	padding: 2%;
}
#wrap-torimeshi{
	background-color: rgba(0, 0, 0, .8);
	padding: 2%;
}