@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
a:link {
	color: #F30;
}
body {
	padding: 0px;
	width: 776px;
	background-image: url(img/bk.jpg);
	background-repeat: repeat;
	border: 1px solid #D2BDAA;
	margin: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	width: 776px;
	height: 251px;
	background-image: url(img/comment_img01.jpg);
}
#main {
	margin: 0px;
	background-color: #E4DBD2;
	text-decoration: none;
	letter-spacing: 0.2em;
	padding: 80px 20px 80px 50px;
	width: 706px;
	float: left;
}
#main h1 {
	font-size: 14px;
	color: #39F;
	font-weight: bold;
	float: left;
	margin-bottom: 80px;
}
#main p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
	float: left;
	width: 706px;
	margin-bottom: 20px;
}
#main p u {
	text-decoration: none;
	border-width: 3px 0px;
	border-style: none none dotted;
}






#footer {
	width: 776px;
	text-decoration: none;
	margin: 0px;
	background-color: #728C89;
	padding: 0px;
	height: 23px;
	float: left;
}
#footer a img {
	text-decoration: none;
	border-width: 0px;
	padding: 0px;
	float: right;
	margin: 0px;
}
