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

#tertiary{
	width:206px;
	float:right;
	margin-left:10px;
	margin-right:30px;
}
.tertiary_block {
	background-image:url(images/bg_tertiary_center.gif);
	margin-bottom:3px;
	position:relative;
}
.tertiary_bg_top {
	position:relative;
	width:206px;
	height:30px;
	background-repeat:no-repeat;
	background-image:url(images/bg_tertiary_top.gif);
}
.tertiary_main_contents {
	position:relative;
	min-height:68px;
	padding:0 10px 15px;;
}
.tertiary_main_contents div {
	font-size:11px;
	line-height:18px;
}
.tertiary_bg_bottom {
	position:absolute;
	bottom:0px;
	width:206px;
	height:7px;
	background-image:url(images/bg_tertiary_bottom.gif);
}
.tertiary_title {
	position:absolute;
	top:10px;
	left:10px;
}
.tags {
	display:block;
	float:left;
	text-align:center;
	margin:0 10px 5px 0;
	white-space:nowrap;
}
.img{
	width:80px;
	height:80px;
	padding:2px;
	float:left;
	border:solid 1px #DDDDDD;
}
.text {
	float:left;
	margin-left:10px;
	width:525px;
}