
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	font-family: "小塚明朝 Pr6N","ＭＳ P明朝", serif;
	font-size: 85%;
	background: url(../img/bg.jpg) fixed;
	background-size: 100% 100%;
}
a{
	color: black;
}
a:hover{
	color: gray;
}
#wrapper{
	text-align: center;
}
header, #container{
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#container{
	margin-bottom: 100px;
}

.corich{
	float: left;
	font-size: 90%;
	width: 394px;
}
img.topbar{
	margin-top: 1px;
	float: left;
}
p{
	margin:1em 0;
	line-height: 1.6em;
}
h2{
	margin-top:3em;
	border: black solid 0;
	border-bottom-width: 1px;
	font-size: 130%;
	font-weight:bold;
}

#kotoba p, #toge p{
	margin-bottom: 5em;
}
h3{
	font-weight:bold;
}
strong{
	font-size: 120%;
	line-height: 1.6em;
}

#toge, #role, #int, #note{
	display: none;
}

.int_img{
	width: 266px;
	float: left;
}
.int_img img{
	margin-bottom: 1em;
}
.int_p{
	width: 510px;
	float: right;
}

#totop{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: fixed;
	bottom: -130px;
	right: 10px;
	float: none;
}
