@charset "utf-8";

/* ===================================================================

　トップページ

=================================================================== */

.Banner-Area {
	display:inline;
	float:left;
	width:205px;
	margin:10px 0 0 10px;
}

.Banner-Area li { margin-bottom:7px; }

/*----追加2010/08/11----*/

.clearfix ul.Header-navi li {
	float:left;
	margin-bottom:7px;
}


.global-navia {
	clear:both;
	text-align:center;
	width:865px;
	margin:10px 10px 0 10px;
}

.global-navia ul.global-navi li {
	float:left;
	margin-bottom:7px;
}

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


.global-Area {
	display:inline;
	float:right;
	width:665px;
	margin:10px 10px 0 10px;
}

.global-Area ul.global-navi li {
	float:left;
	margin-bottom:7px;
}

.global-Area dl.info {
	line-height:180%;
	margin:0 5px;
}

.global-Area dl.info dt {
	float:left;
	width:100px;
	margin:0 6px 6px 0;
}

.global-Area dl.info dd {
	float:left;
	width:370px;
	margin-bottom:6px;
}

.global-Area ul.situation  li {
	float:left;
	margin-right:3px;
}


.users table {
	width:780px;
	line-height:160%;
	margin:3px 0 0 0;
	border-collapse:collapse;
	border:1px solid #000;
}

.users th{
	width:80px;
	background-color: white;
	font-weight: normal;
	text-align:center;
	border-left  : 1px dotted gray;
	border-bottom: 1px dotted gray;
	border-right : 1px dotted gray;
	border-top   : 1px dotted gray;
	padding: 3px;
}

.users tr:nth-child(2n+1) {    /* 偶数行 */
   background-color: white;
}

.users tr:nth-child(2n) {  /* 奇数行 */
   background-color: #e6e6fa;
}

.users td {
	width:350px;
	text-align:left;
	border-width: 1px 0px;
	padding:5px 12px 5px 6px;
	border-left  : 1px dotted gray;
	border-bottom: 1px dotted gray;
	border-right : 1px dotted gray;
	border-top   : 1px dotted gray;
	padding: 3px;
}