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

#archive {
	width: 300px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#archive dt {
	height: 60px;
	width: 300px;
	position: relative;
	display: block;
}
#archive dt .title {
	display: block;
	height: 30px;
	width: 265px;
	padding-left: 35px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #dedede;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbcbca;
	z-index: 15;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #474644;
}
#archive dt .subtitle {
	display: block;
	height: 30px;
	width: 265px;
	padding-left: 35px;
	position: absolute;
	left: 0px;
	top: 30px;
	background-color: #ebebeb;
	z-index: 10;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #474644;
}
#archive dt a {
	background-image: url(/common/mixdesign/images/dt_dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	padding-left: 16px;
	position: absolute;
	top: 3px;
	right: 15px;
	font-size: 11.25px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #484745;
	display: block;
	z-index: 10;
}


#archive dd {
	display: block;
	width: 300px;
	background-color: #FFF;
}
#archive dd ul {
	display: block;
	padding-top: 10px;
	padding-bottom: 30px;
}
#archive dd ul li {
	position: relative !important;
	display: block;
	clear: both;
	width: 250px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11.25px;
	line-height: 1;
}
#archive ul li h3 {
	font-size: 11.25px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	display: block;
	width: 150px;
	clear: both;
	line-height: 1;
	float: none;
	padding-left: 100px;
}
#archive ul li p {
	font-style: normal;
	font-weight: normal;
	color: #333;
	display: block;
	width: 150px;
	background-image: url(/common/mixdesign/images/dotted.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 27px;
	clear: both;
	float: none;
	padding-top: 10px;
	padding-left: 100px;
}
#archive ul li a {
	background-image: url(/common/mixdesign/images/dt_dot.png);
	background-repeat: no-repeat;
	background-position: 100px center;
	padding-left: 118px;
	position: relative;
	font-size: 11.25px;
	line-height: 10px;
	font-weight: normal;
	color: #009ace;
	top: -20px;
}

#archive dd ul li img {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 56px;
	width: 75px;
	background-color: #DEDEDE;
}
