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

@import 'global.css';
@import 'arealist.css';

#contents h2{
	background:url(../image/catv/bg_h2.gif) no-repeat;
	padding:14px 15px;
	font-size:22px;
	color:#FFF;
	min-height:30px;
	_height:30px;
}
#contents h3{
	background:url(../image/area/bg_pointname.gif);
	padding:5px 10px 5px 7px;
	font-size:110%;
	margin:20px 0 10px;
}
#contents h3 span{
	border-left:#EB426C 2px solid;
	padding:1px 0 1px 7px;
	font-size:100%;
	font-weight:bold;
}
#contents h4{
	margin-top:20px;
}
#contents a:hover{
	text-decoration:underline;
}
#contents table{
	width:650px;
	margin:5px 0 2px;
	border-collapse:collapse;
}
#contents table tr{
	background-color:#FFCFE0;
}
#contents table tr th{
	font-weight:normal;
	text-align:left;
	padding:5px;
	vertical-align:top;
	border-bottom:4px #fff7f9 solid;
}
#contents table tr td{
	width:290px;
	padding:5px;
	background-color:#FFF;
	border-bottom:4px #fff7f9 solid;
}
#contents table tr th.comname{
	width:280px;
	padding:5px 5px 5px 0;
}
#contents table img{
	margin:0 2px;
}
#contents table a.out{
	font-size:90%;
}

#contents .paragraph{
	padding:15px;
	background-color:#FFF;
}
#contents .paragraph dl dt{
	width:110px;
	float:left;
	clear:left;
}
#contents .paragraph dl dd{
	margin-left:120px;
	margin-bottom:5px;
	padding-bottom:5px;
	_height:1px;
}
#contents .paragraph dl dd a{
	text-decoration:underline;
}
#contents .paragraph dl dd.pointname{
	background:url(../image/area/bg_pointname.gif);
	padding:.7em 10px .7em 7px;
	line-height:1;
	position:relative;
}
#contents .paragraph dl dd.pointname a.liveicon{
	position:absolute;
	top:.5em;
	right:10px;
}
#contents .paragraph dl dd.pointname a.place{
	border-left:#EB426C 2px solid;
	padding:2px 0 2px 7px;
	font-size:110%;
	font-weight:bold;
}
#contents .paragraph dl dd.pointname span{
	border-left:#EB426C 2px solid;
	padding:2px 0 2px 7px;
	font-size:110%;
	font-weight:bold;
}

#contents #catvInfo{
	margin:20px 0;
}
#contents #catvInfo #logo{
	float:left;
	width:114px;
}
#contents #catvInfo #catv_detail{
	float:right;
	width:520px;
}
#contents #catvInfo #catv_detail h3{
	color:#EB426C;
	font-size:110%;
	background:none;
	margin:0;
	font-weight:bold;
	padding:0 0 5px 0;
}
#contents #catvInfo #catv_detail p{
	margin-bottom:1em;
}
