@charset "utf-8";

#cpt_tit {
	width: 940px;
	clear: both;
	overflow: hidden;
	margin-left: 20px;
}

a#tit_link {
	width: 158px;
	height: 15px;
	float: left;
	font-size: 0px;
	line-height: 100%;
	background-image: url(../img/cpt/tit_link.gif);
	background-repeat: no-repeat;
}
a:hover#tit_link {
	background-position: 0 -15px;
}

#cpt_navi {
	width: 960px;
	clear: both;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
}

#cpt_navi ul {
	clear: both;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#cpt_navi li {
	color: #999;
	display: inline;
}
#cpt_navi li a {
	color: #999;
	text-decoration: none;
}
#cpt_navi li a:visited {
	color: #666;
	text-decoration: none;
} 
#cpt_navi li a:hover {
	color: #62ACE3;
	text-decoration: underline;
} 

