@charset "utf-8";
/* CSS Document */

#mainContents #txtBox {
	background-color: #FFFFFF;
	background-image: url(img/event_txtbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #1E3077;
	text-align: left;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.eventList {
	margin-bottom: 20px;
}
.eventList h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: underline;
}
#txtArea h4 {
	font-size: 14px;
	width: 510px;
	text-decoration: underline;
}
#txtArea .columnTitle {
	width: 510px;
	padding-bottom: 10px;
	padding-left: 45px;
}
#txtArea li {
	margin-bottom: 2px;
	padding-left: 10px;
}



#txtArea .column01 {
	padding-left: 45px;
	clear: left;
	width: 510px;
	padding-bottom: 15px;
}
#txtArea .column01 .photoArea {
	float: left;
	width: 200px;
	margin-right: 10px;
}
#txtArea .column01 .photoArea .picture {
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
#txtArea .column01 .photoComment {
	background-color: #EEEEEE;
	width: 250px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #9393FF;
	border-bottom-color: #9393FF;
	float: left;
	margin-bottom: 15px;
	overflow: auto;
	height: 110px;
}

#txtArea .column01 span {
	font-weight: bold;
	color: #CC0000;
}



#txtArea .column01 em,
#txtArea .column02 em {
	font-weight: bold;
	font-style: normal;
}
#txtArea .column02 {
	width: 510px;
	clear: left;
	margin-left: 45px;
}
#txtArea .goTop a {
	color: #333333;
	text-decoration: underline;
}
