@charset "utf-8";

/*--------------------------------------
@Share Style
---------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: verdana,"lr oSVbN",sans-serif,"qMmpS Pro W6"
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:160%;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.clear {
	clear:both;
}



/*--------------------------------------
@Link Color
---------------------------------------*/
a {
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/*--------------------------------------
@container
---------------------------------------*/
#container {
	margin: 0;
	text-align: center;
}
#wrapper_book
 {
	margin: 0px auto;
	width: 800px;
	background-image: url(../img/bg_book.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper_shisyu
 {
	margin: 0px auto;
	width: 800px;
	background-image: url(../img/bg_shisyu.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
img.logo {
	margin-top: 30px;
	margin-bottom: 40px;
}
div.copy {
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
}
