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


#mailbox {
	padding: 10px;
	width: 600px;
	border: 1px dashed #CCC;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
body {
	font-size: 14px;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	background-color: #FFF;
	background-image: url(image/back1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#mailbox dl dt {
	font-weight: bold;
	background-color: #EDFEED;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#mailbox dl dd {
	line-height: 150%;
	margin: 15px;
}
#center h2 {
	font-size: 15px;
	line-height: 150%;
	display: block;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFF;
	border: 1px dashed #CCC;
	text-align: left;
	color: #666;
}
#wrapper #middle #right #center h1 {
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #360;
	text-decoration: underline;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
