@charset "utf-8";
/* ========================================== */
/* ページ固有css(WindowsIE8Base) */
/* ========================================== */
/* ユニバーサル */
* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
}
/* ＃IE用の設定 1*/
* html {
	zoom: 1;
}
/* ＃IE用の設定 2*/
*:first-child+html body {
	letter-spacing: 0;
}
/* bodyの設定 */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",  Verdana, Geneva,sans-serif;
	font-size: 12px;
	color:#666;
	text-align: left;
	background-color:#ffff99;
}
/* ====================== */
/* レイアウト*/
/* ====================== */
#contents{
	width:95%;
	background-color:#ffff99;
}
#say{
	border-top:solid #eee 1px;
	margin-bottom:16px;
}
#say p{
	line-height:24px;
	border-bottom:solid #ccc 1px;
	padding:16px 0px 16px 0px;
}

hr{
	margin:8px 0px 8px 0px ;
}