/* CSS Document */
body{
	/* 文字要素 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:22px;
	background: url(IMAGES/bg.jpg) repeat center;
 }
 
a:link{
	color: #000000;
	text-decoration: none;
	}
		
a:visited{
	color: #FC7700;
	text-decoration: none;
	}

a:hover {
	color: #F96E60;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	
#honmon a:link{
	color: #FF007D;
	text-decoration: none;
	}

#wrapper{
	margin: 20px auto;
	width: 880px;
	background-color: #F7ADAD;
}

#headder{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}

#main{
	margin-top: 0;
	margin-bottom: 0;
	background-repeat: repeat-y;
	background-color: #F7ADAD;
	background-image: url(IMAGES/bg_2014.gif);
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#yodogawa {
	text-align: center;
	font-size: 12pt;
	margin-top: 15px;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 2px;
	margin-bottom: 30px;
	}

#mokuji{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	}

.mokuji{
	font-size: 11pt;
	line-height: 24px;
	color: #646464;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 2px;
}

.mokuji_date {
	font-weight: bold;
	font-size: 80%;
	font-family: "prenton",sans-serif;
	color: #FFFF01;
	}

#honmon {
	padding-top: 50px;
	padding-bottom: 50px;
	}

.honmon_bg {
	width: 570px;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	border-radius: 50px;
	margin-bottom: 50px;
	}

#midashi {
	font-weight: bold;
	font-size: 16pt;
	padding-top: 35px;
	padding-bottom: 20px;
	line-height: 1.6em;
	}

#line_midashi {
	margin-bottom: 20px;	
	}	

.honmon_name{
	font-weight: bold;
	font-size: 85%;
	padding-top: 2px;
	}

.honmon_name_test{
	font-weight: bold;
	font-size: 85%;
	padding-top: 2px;
	}


.honmon_small {
	font-size: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
	}
.date{
	padding-top: 25px;
	font-size: small;
	font-family: "prenton",sans-serif;
	color: #FF7577;
	}

/* 前後ボタン */
#honmon_btn{
	margin-top: 30px;
	}

#bottom{
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

/* アーカイブ */
#archive{
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 500px;
	color: #000000;
}

#archive_midashi {
	text-align: center;
	font-weight: bold;
	font-size: 15pt;
	padding-bottom: 10px;
	padding-top: 20px;
	}

.mokjji_archive{
	text-align: left;
	font-size: 11pt;
	padding-bottom: 5px;
	}
	
.mokjji_date_archive{
	text-align: left;
	font-size: 9pt;
	font-family: "prenton",sans-serif;
	font-weight: bold;
	padding-top: 5px;
	}	


.title { 
	font-size: 21px; 
	font-weight: bold; 
	line-height: 24px; 
	letter-spacing: 2px; 
	}

.title_small {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
	}

/* フッター */
li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom:20px;
	}

#footer {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 50px;
	width: 550px;
	}

.footer_fb{
	padding-top: 35px;
	}

/* ----------------------------------------
 * 
 * 対談用 スタイルシート（定義リスト版）
 * 
 * ------------------------------------- */
.conv {
	width: 500px;
	margin: 20px auto 20px;
	font-size: 15.5px;
}
.conv dl {
  display: table;
  width: 100%;
}
.conv dl + dl {
  margin-top: 0px;
}
.conv dt, .conv dd {
  display: table-cell;
  text-align: left;
}

/* 名前のセル */
.conv dt {
  width: 85px;
  padding: 1em 0 0 0px;
  font-weight: bold;
  font-size:90%;
  color: #000;
}
/* 発言のセル */
.conv dd {
	line-height: 26px;

  color: #000;
}

/* ----------------------------------------
 * 名前と発言の色
 * ------------------------------------- */
/* 名前の色 */

.conv dt.talker1 {
  color: #000000;
}

/* 発言の色 */

.conv dd.talker1 {
  color: #000000;
}
