@charset "utf-8";

h4.profile {
	margin-left: 0px;
}
#download {
	font-size: 12px;
}
#download a {
	color: #EF1200;
}


h4 {
	padding: 5px 5px 5px 15px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../../common/img/icon_circle.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-right: 18px;
}
#pdf {
	background-color: #fcf2f4;
	height: 55px;
	margin-bottom: 30px;
	width: 690px;
}
#download #pdf p.right {
	width: 500px;
	font-size: 15px;
}
#download #pdf p {
	float: left;
	width: 112px;
	margin-left: 10px;
	margin-top: 10px;
}
#pdfdw {
	margin-top: 20px;
	margin-bottom: 20px;
}

.box {
	margin-bottom: 40px;
}
.box .top {
	clear: both;
}
.box .text {
	font-size: 15px;
	margin-bottom: 10px;
}
.box .link {
	background-image: url(../img/icon_arrow.gif);
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 20px;
}


/* eventer */

h3.sh {
	border-bottom: solid 1px #ef1200;
	font-size: 120%;
	font-weight: bold;
	margin: 15px 0;
}

dl.eventer {
	margin:15px 0;
	padding-bottom: 30px;
	border-bottom: dotted 1px #CCC;
	*zoom: 1;
}

dl.eventer dt {
	float: none;
	font-weight: bold;
	padding: 0 0 0 10px;
}

dl.eventer dd {
	margin:0 0 10px;
	padding: 0 0 0 10px;
}

dl.eventer dd img {
	background: #ef1200;
	border: solid 1px #CCC;
	float: right;
	margin:0 0 20px;
	padding: 2px;
}

dl.eventer ul {
	padding: 2px;
	//float:left;
}


