@charset "utf-8";
#main_area_inner h2{
	clear:both
}
#tv{
	margin: 0px 0px 30px;
	padding: 0px;
	list-style-type: none;
}
#tv li{
	background-image: url(img/img01.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 5px;
}
#tv a:link{
	font-size: 0.8em;
	text-decoration: none;
	color: #333333;
}
#tv a:visited{
	font-size: 0.8em;
	text-decoration: none;
	color: #333333;
}
#tv a:hover{
	font-size: 0.8em;
	text-decoration: underline;
	color: #333333;
}

#main_area_inner dl{
	font-size: 0.8em;
	margin-bottom: 15px;
	line-height: 150%;
	clear:right;
}
#main_area_inner dl .left{
	float: left;
	width: 170px;
	height: 100px;
}
#main_area_inner dl .right{
	float: right;
	width: 215px;
	height: 65px;
	border-top: 1px dotted #C9B4B7;
	border-bottom: 1px dotted #C9B4B7;
	text-align: center;
	padding-top: 35px;
	margin: 0px;
}
#main_area_inner dl .right a:link{
	color: #9F0000;
	text-decoration: none;
}

#main_area_inner dl .right a:visited{
	color: #9F0000;
	text-decoration: none;
}
#main_area_inner dl .right a:hover{
	color: #9F0000;
	text-decoration: underline;
}

div#more{
	clear:both;
	padding-top:20px;
}

