/* h2　タイトル
----------------------------------------------------------------------------- */
.link_title {
	background-image: url(../link/img/link.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 740px;
	float: left;
	clear: both;
	text-indent: -9999px;
	padding-bottom: 20px;
}

/* h3　タイトル
----------------------------------------------------------------------------- */
.com {
	background-image: url(../link/img/company.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 722px;
	float: left;
	clear: both;
	text-indent: -9999px;
	padding-bottom: 20px;
}
.acc {
	background-image: url(../link/img/association.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 722px;
	float: left;
	clear: both;
	text-indent: -9999px;
	padding-bottom: 20px;
}
.pub{
	background-image: url(../link/img/public.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 722px;
	float: left;
	clear: both;
	text-indent: -9999px;
	padding-bottom: 20px;
}


/* インテーブル
----------------------------------------------------------------------------- */
.in_t {
	margin-left: 15px;
	width: 700px;
}


.in_t li {
	list-style-image: url(../link/img/ico_3.gif);
	padding-bottom: 5px;
	font-size: 93%;
}
.in_t ul {
	margin-left: 10px;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 10px;
	display: inline;
}
.in_t a {
	color: #0000c8;
	text-decoration: none;
}
.in_t a:hover {
	color: #0000c8;
	text-decoration: underline;
}
