﻿@charset "utf-8";

/* ======================================================== blackboard */

#blackboard {
	width: 940px;
	height: 272px;
	margin: 0 auto;
	padding-top: 32px;
	background: url("../img/blackboard.gif") left top no-repeat;
}

#blackboard h1 {
	width: 480px;
	height: 80px;
	margin: 0 0 0 35px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("../img/h1.gif") left top no-repeat;
}

#blackboard h2 {
	width: 480px;
	height: 80px;
	margin: 0 0 0 35px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("../img/h2_lead.gif") left top no-repeat;
}



/* ======================================================== paper */

#paperTop {
	width: 940px;
	height: 118px;
	margin: 0 auto;
	background: url("../img/paper_top.gif") left top no-repeat;
	text-indent: -9999px;
}

#paper {
	width: 940px;
	margin: 0 auto;
	background: url("../img/paper.gif") left top repeat-y;
	line-height: 100%; /* 画像配置のためリセット */
}

#paper ul {
	width: 730px;
	margin: 0 auto;
}

#paper li {
	width: 730px;
	height: 192px;
}



/* ==================== balloon */

#balloon {
	width: 700px;
	height: 340px;
	margin: 11px auto 0;
	background: url("../img/balloon.gif") left top no-repeat;
	text-indent: -9999px;
}



/* ==================== paperBtm */

#paperBtm {
	width: 940px;
	height: 18px;
	background: url("../img/paper_btm.gif") left top no-repeat;
	text-indent: -9999px;
}



