@import url("init.css");
@import url("font.css");

/* 共通 */
* {
	margin: 0;
	padding: 0;
}
body {
	padding-top: 40px;
	padding-bottom: 20px;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#header {
	margin-bottom: 5px;
	width: 800px;
}

#header .menu {
	width: 800px;
	height: 50px;
}

#header ul {
	list-style-type: none;
}

#header li {
	display: inline;
}

#contents{
	width: 800px;
	position:relative;
	/*left: 70px;*/

}


#contents02{
	width: 950px;	
}

#contents03{
	position: relative;
	width: 800px;	
}


.lesson{
	position: absolute;
	top: 40px;
	left: 40px;
	width: 125px;
}


#footer {
	width: 800px;
	clear: both;
}

/* イメージボーダー指定 */
img {
	border:	0;
}
#envelopeLink {
display:block;
width:121px;
height:41px;
overflow:hidden;
position:absolute;
z-index:10;
top:505px;
left:148px;
background:url("img/top_envelope.gif") no-repeat center top;
text-decoration:none;
}
#envelopeLink span {
display:none;
}


#curtainLink {
display:block;
width:224px;
height:142px;
overflow:hidden;
position:absolute;
z-index:10;
top:311px;
left:560px;
background:url("img/curtain_bn.jpg") no-repeat center top;
text-decoration:none;
}
#curtainLink span {
display:none;
}
