@charset "utf-8";
/*--------------------------------------------*/

#links #alpha {
	float:right;
	width:500px;
}
#links #beta {
	float:left;
	width:200px;
}
#links #beta #betalist {
	background:#EAEAEA;
	padding:1px 0px 10px 7px;
}
#links #beta li {
	background:url(/img/links/ico_arrow01.gif) no-repeat left center;
	padding-left:15px;
	margin-top:5px;
}

/*--------------------------------------------*/

#links h2 {margin-bottom:20px;}
#links h3 {
	font-weight:normal;
	font-size:80%;
	color:#666666;
}
#links h4 {
	margin-top:40px;
	font-size:110%;
}
#links h5 {
	margin-top:20px;
	font-weight:normal;
}
#links h6 {
	margin-top:15px;
	font-weight:normal;
}

/*--------------------------------------------*/

#links li {list-style-type:none;}
#links ul.arrow li {
	background:url(/img/links/ico_arrow02.gif) no-repeat left center;
	padding-left:15px;
	margin-top:3px;
}
#links p.arrow {
	background:url(/img/links/ico_arrow02.gif) no-repeat left center;
	padding-left:15px;
}
#links dd.arrow {
	background:url(/img/links/ico_arrow02.gif) no-repeat left center;
	padding-left:15px;
}
#links dl.arrow dt {
	background:url(/img/links/ico_arrow02.gif) no-repeat left center;
	padding-left:15px;
	margin-top:10px;
}
#links dl.arrow dd {
	margin:3px 0px 0px 15px;
}
#links ul.one_column li {
	margin-top:3px;
	padding-left:12px;
}
#links ul.two_column li {
	float:left;
	width:225px;
	margin-top:3px;
	padding-left:12px;
}
#links ul.three_column li {
	float:left;
	width:145px;
	margin-top:3px;
	padding-left:12px;
}
#links ul.across li {
	float:left;
	white-space:nowrap;
}
#links ul.normal li {
	list-style-type:disc;
	margin:5px 0px 5px 0px;
}

/*--------------------------------------------*/

#links .framework {
	border:1px solid #666666;
	padding:12px;
	margin-top:5px;
}
#links .grayback {
	background:#F0F0F0;
}

/*--------------------------------------------*/

#links .organ_list dt {
	font-weight:bold;
	margin-top:15px;
}
#links .organ_list dd {
	margin:10px 0px 0px 20px;
}

/*--------------------------------------------*/

table.links-table{
	border:solid 1px #666666;
	border-collapse:collapse;
	width:500px;
}
table.links-table caption{
	text-align:left;
	font-weight:bold;
	padding-top:15px;
}
td.links-table-tit{
	background-color:#eeeeee;
	border:solid 1px #666666;
	padding:1px 5px;
	width:190px;
}
td.links-table-tit h5 {
	margin-top:0px !important;
}
td.links-table-txt{
	border:solid 1px #666666;
	padding:1px 5px;
}




