@charset "utf-8";
/* CSS Document */

.voice {
	padding: 20px;
	border: 1px solid #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FCFCFC;
}
.voice .date {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.voice .place {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.voice .detail {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.voice .photo {
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#formarea {
	position: relative;
	margin-bottom: 30px;
}
#formarea #archive {
	position: absolute;
	left: 510px;
	top: -129px;
	width: 250px;
}
#formarea #archive ul {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#formarea #archive ul li {
	background-image: url(images/ar.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
	margin-bottom: 5px;
}
#formarea .title_voice  {
	background-color: #F6F6F6;
	height: 20px;
	width: 233px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	border: 1px solid #CCC;
}
#formarea .star {
	position: absolute;
	left: 510px;
	top: 10px;
}
#formarea .star .star_txt {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 15px;
	width: 233px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mt15 {
	margin-top: 15px;
}
