@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background: #fff;
}

#main {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#main h1 {
	margin-top: 20px;
}

#main h2 {
	margin-top: 20px;
}

#read {
	margin-top: 10px;
	border-bottom: 1px dotted #646464;
	padding-bottom: 15px;
}

#profile {
	margin-top: 15px;
}

#left {
	float: left;
	width: 110px;
}

#name {
	line-height: 1.5em;
}

#right {
	float: left;
	width: 410px;
	margin-left: 10px;
}

#profile:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

* html .clearfix {
  height: 1px;
  min-height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#honbun {
	clear: both;
}

h3 {
	margin-top: 30px;
	color: #946F29;
	font-weight: bold;
}

#honbun p {
	margin-top: 10px;
}

#data {
	margin-top: 20px;
}

#close_btn {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 30px;
}

