@charset "utf-8";

.ad_list {
	width: 100%;
}
.ad_list td {
	width: 25%;
	text-align: center;
}
.ad_alist {
	width: 530px;
	margin-left: 5px;
}
.ad_alist .eno {
	width: 50px;
	text-align: center;
}
.ad_alist .pno {
	width: 50px;
	text-align: center;
}
.ad_alist .name {
	width: 200px;
}
.ad_alist .area {
	width: 100px;
}

.ad_alist .class {
	width: 100px;
}

.ad_alist .selecter {
	width: 150px;
}

.ad_alist .head {
	color: #FFFFFF;
	background-color: #000000;
}

.message {
	color: #FFFFFF;
	background-color: #444444;
	padding: 6px;
	margin: 4px 5px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

ul.link_selecter {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}

ul.link_selecter li {
	margin: 0;
	padding: 0;
	float: left;
	/*
	width: 110px;
	*/
	text-align: center;
	font-size: 90%;
}

ul.link_selecter li a {
	padding: 3px 5px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

ul.link_selecter li a:hover {
	border-color: #ccc;
	color: #333;
	background-color: #ccc;
}

/* ClearFix */

ul.link_selecter {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul.link_selecter:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}