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: 2.5px;
}


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

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

/* ====== トップロゴ「対談」等の画像配置です。左に寄せて(上)30px(右)0px(下)30px(左)10px ========== */

h1 {
	position: relative;
    top: 10px;
    left: 100px;
    margin: 0 0 0 20px;
}

/* ======== タイトル（記事） ======== */

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

/* ======== 中タイトル（御題目） ======== */

.textbox15 {
	position: relative;
   top: 10px;
   left: 100px;
   width: 580px;
	margin: 0 0 0 10px;
	line-height: 110%;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}

/* ======== 百千鳥コメント:プロローグ ======== */

.textbox20 {
	position: relative;
   top: 10px;
   left: 100px;
   width: 580px;
   margin: 15px 0 0 0;
	line-height: 150%;
	font-size: 90%;
	letter-spacing: 2px;
	color: #505050;
}	


/* ======== 写真挿入 ======== */

.phtobox {
   position: relative;
   top: 10px;
   left: 100px;
   width: 580px;
}

.phtobox12 {
   position: relative;
   top: 30px;
   left: 120px;
   width: 580px;
}

/* ======== お菓子写真挿入 ======== */

.mbox11 {
	position: relative;
    top: 30px;
    left: 100px;
    
    float: left;
	width: 50px;
	margin: 30px 0 0 0px;
	line-height: 150%;
}

.phtobox11 {
   position: relative;
   top: 30px;
   left: 100px;
   width: 580px;
}
/* ======== 百千鳥ホームへロゴ挿入 ======== */

.phtobox2 {
   position: relative;
   top: 30px;
   left: 420px;
   width: 580px;
}
/* ======== ライン挿入 ======== */

.linebox {
   position: relative;
   top: 30px;
   left: 70px;
   width: 580px;
   
   
   
}
/* ======== 左欄（名前等）の文の設定 ======== */

.mbox1 {
	position: relative;
    top: 10px;
    left: 100px;
    
    float: left;
	width: 50px;
	margin: 30px 0 0 0px;
	line-height: 150%;
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	/*background: #ff0000;*/
	
}

/* ======== 右欄（本文等）の文の設定 ======== */

.mbox2 {
	 position: relative;
     top: 10px;
     left: 100px;
     
       float: left;
	   width: 500px;
	   margin: 30px 0 0 20px;
	   line-height: 150%;
	   font-size: 90%;	
	   color: #505050;
	   letter-spacing: 1px;
	/*background: #fff000;*/
}

/* ======== 百千鳥コメント:本文途中======== */

.mbox3 {
	 position: relative;
     top: 10px;
     left: 100px;
     
     float: left;
	width: 580px;
	margin: 30px 0 0 0;
	line-height: 150%;
	font-size: 90%;	
	color: #505050;
	letter-spacing: 1px;
	/*background: #fff000;*/
}	

/* ======== 略歴等の配置とテキスト設定 ======== */

.box1 {
	 position: relative;
     top: 40px;
     left: 70px;
	padding: 0 10px 0 10px;
}

.box2 {
	 position: relative;
     top: 40px;
     left: 90px;
	padding: 0 20px 0 20px;
}

.news_text2 {
	float: left;
	width: 250px;
	font-size: 70%;	
	
}	
/* ======== 最下段のSince の配置と上線の設定 PHP"footer"で使用 ======== */

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