﻿@charset "utf-8";
/* CSS Document */

#pro_name{
	text-align: left;
	width: 340px;
	float: right;
	clear: right;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height:24px;
	background-image: url(../images/black_line.gif);
	background-repeat: repeat-x;
	background-position: left 24px;
}
#pro_name a{
	line-height:22px;
	float: left;
}
#pro_name a.name_link{
	font-weight: bold;
}

#pro_name li{
	clear: both;
}
#pro_name li p.name_tl{
	display:block;
	width:18%;
	float:left;
}

#pro_name li p.name_txt{
	display:block;
	width:82%;
	float:left;
}

