@charset "Shift_JIS";

/*================================================
	1. 基礎
================================================*/
* {
margin: 0;
padding: 0;
}
/*------------------------------------------------
	全体の背景・文字・画像
------------------------------------------------*/
body {
margin : 20px 0 0 20px;
color: #333;
font-size: 80%;
font-family: "メイリオ", Meiryo, arial;
line-height: 150%;
text-align: left;
background: #fff;
}
p { text-align: left; }
p img { vertical-align: middle;}
img { border: 0; }
br { letter-spacing : normal; }
ul,li { list-style: none; }
/*================================================
	2. 返信ページ
================================================*/
#response {
width: 450px;
height: auto;
text-align: left;
}
#response a:link, #response a:visited {
color: #008000;
text-decoration: none;
font-weight: bold;
}
#response a:hover, #response a:active {
color: #ffd700;
text-decoration: none;
font-weight: bold;
}
#response img {
text-align: right;
}
#response hr {
width: 80%;
height: 1px;
margin-bottom: 15px;
text-align: left;
border: none;
border-top: 1px #999 solid;
}
.date {
color: #fff;
font-size: 120%;
background-color: #ccc;
text-indent: 1;
}
.res {
color: #eee;
margin: 10px 0 20px;
}

