p,h1,h2,h3,ul,li,body {
	margin: 0px;
	padding: 0px;
}
img {
	virtical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#all {
	width: 100%;
        margin-right:auto;
	margin-left:auto;
        position: relative;
}
.gotop {
            text-align: right;
	    margin-right: 0px;
            position: absolute;
            right: 0px;
            bottom: 0px;
}
#header {
	border-right:1px solid #000;
	border-left:1px solid #000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#gnav {
	font-size: 85%;
	clear: both;
	width: 894px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}
#gnav li {
	font-size: large;
        text-align: center;
	float: left;
	width: 148px;
        border-left :1px solid #000;
}
#gnav li.lastbtn {
        border-left:none;
}
#gnav li a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 148px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#gnav li a:hover {
	background-color: #e6e6e6;
}
#main {
	clear: both;
	width: 900px;
	border-right:1px solid #000;
	border-left:1px solid #000;
	margin-right:auto;
	margin-left:auto;
        padding-bottom: 100px;
}
#main h2 {
	font-size: 90%;
	float: left;
	width: 200px;
	margin-top: 40px;
        margin-right:20px
	margin-bottom: 10px;
       margin-left:20px;	
}
#massage {
	width: 900px;
	padding-top:10px;
}
#massage p {
	font-size: large;
	line-height: 1.5;
	color: #333;
	margin-top: 10px;
        margin-right: 200px;
	margin-left: 20px;
	margin-bottom: 15px;
}
#massage2 {
	width: 900px;
	padding-top:70px;
        margin-left: 20px;
}
#main #scroll {
	width: 850px;
	height: 600px;
	border: 1px solid #333;
	margin-right:auto;
	margin-left:auto;
        margin-bottom:15px;
	padding-top:0px;
	padding-left:0px;
	overflow:auto;
}
/* homeのコメント関連*/
#box{
height:782px;
padding:5px;
background:url("img/coment01.jpg");
background-repeat:no-repeat;
}
#coment {
	width: 630px;
	height: 600px;
	border: 0px solid #333;
        margin-top:90px;
	margin-right:10px;
        margin-bottom:100px;
	margin-left:100px;
        overflow:auto;
}
#coment p {
	font-size: x-large;
	line-height: 1.5;
	color: #333;
	margin: 10px;
}

/* ↑homeのコメント関連*/


#main #scroll h2 {
	font-size: 120%;
	color: #000;
	height: 30px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#main #scroll p {
	font-size: 140%;
	line-height: 1.5;
	color: #333;
	margin-top: 15px;
        margin-left: 20px;
        margin-bottom: 15px;
}
#main #slide h2{
              float: left;
}
#slide p{
        float: left;
        margin-top: 10px;
}
strong {
	font-size: 90%;
	float: left;
	width: 162px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#bio {
             width: 800px;
             padding-top: 70px;
             padding-left: 70px;
             padding-bottom: 50px;
             margin-right:auto;
	margin-left:auto;

}
#bio p {
	font-size: 100%;
	line-height: 1.5;
	color: #333;
             text-align:left;	
}


#youtube {
	width: 900px;
	height:210px;
}
.inner {
	text-align: left;
	float: left;
	width: 290px;
}
.inner h2 {
	font-size: 90%;
	width: 280px;
}
.inner h3 {
	font-size: 90%;
	width: 280px;
	padding-left: 20px;
}
#youtube p {
	font-size: 90%;
	width: 180px;
	padding-left: 20px;
	padding-bottom: 0px;
}

#shop {
	width: 900px;
	height:500px;
}
#shop p {
	font-size: 90%;
	width: 180px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	font-size: 90%;
	line-height: 1.2;
	color: #333;
	background-color: #cccccc;	
        border-right:1px solid #000;
        border-bottom:1px solid #000;
	border-left:1px solid #000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
        padding-top: 10px;
}
#footer p {
	color: #333;
	text-align: center;
	padding-top: 5px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #900;
}
#footer .copy {
	padding-bottom: 10px;
	text-align: center;
}
#footer .mail {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block
}


/* #bio:before, #bio:after {
    background: none repeat scroll 0 0 #777777;
    bottom: 18px;
    box-shadow: 0 15px 10px #777777;
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}

#bio:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
}
*/