body {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    text-shadow: 1px 1px 0px #fff;
}

/* ======== htmlのリセット： 全体背景にドッド画像【 bg.gif】を使用。 行間を120％に設定 ======== */

html {
	background: url("../img2/bg.gif");
	line-height: 150%;
}

/* ======== a 要素のリセット： 文字装飾なし、文字色は黒に設定 ======== */

a {
    text-decoration: none;
	color: #000000;
}

/* ======== ｐ要素のリセット： 行間を150％、文字サイズを90%、文字色を濃灰色に設定 ======== */

p {
	line-height: 150%;
	font-size: 90%;
	color: #505050;
	letter-spacing: 1px;
}


/* ======== ▼重要▼ floatの解除（<div class="cl"></div>で単独使用） ======== */

.cl {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


/* ======== タイトル（過去のイベント） ======== */

.textbox10 {
	position: relative;
        top: 20px;
        left: 80px;
        width: 900px;
	margin: 0 0 10px 250px;
	line-height: 180%;
	font-size: 140%;
	color: #000000;
	font-weight: bold;
}



/* ======== タイトル（PDF案内） ======== */

.textbox11 {
	position: relative;
        top: 10px;
        left: 80px;
        width: 900px;
	margin: 0 0 0px 270px;
	line-height: 180%;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}


/* ======== 百千鳥ホームへロゴ挿入 ======== */

.phtobox2 {
   margin: 20px auto;

}
/* ======== ライン挿入 ======== */

.linebox {
   margin: 20px auto;
   width: 900px;
 }


/* ======== 最下段のSince の配置と上線の設定 PHP"footer"で使用 ======== */

#footer {
	border-top: 3px solid #000000;
	text-align: center;
	padding: 10px 0 40px 0;
	font-family: Arial,Helvetica,sans-serif;
	
