@charset "UTF-8";

html{

  height:100%;
  margin-bottom:1px;

}

body{

	background-color: #FFFFFF;
	background: url(/img/pageback.gif) center top repeat-y;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	font-size:10px;
	font-family: "MS UI Gothic","sans-serif";
	color: #000000;

}


#container {
	margin: 0 auto;
	width: 800px;
}


.headtitle {

	background : url(./img/cell1.gif) repeat-x bottom;

	border-right : none;

	border : none;
	border-top : solid 1px #cccccc;
	border-bottom : solid 1px #ced3d6;

	padding : 3px 8px;
	letter-spacing :0.2em;

	font-size:14px;
	line-height:14px;
	color :#333333;
	font-weight: bold;

	margin-bottom: 12px; 

}

.time_s {
	color: #606060;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}


.time_r {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}






a:link,a:visited{color:#17147E; text-decoration: none;}
a:active{color:#4169E1; text-decoration: underline;}
a:hover{color:#4169E1; text-decoration: underline;}

th,td {vertical-align: top; font-size: 12px; }


div.base_head{
	width: 800px;
	height: 65px;

	margin-bottom: 12px;
	border-bottom: 1px solid #55558D;

}


div.base_footer{
	width: 800px;
	border-top:1px solid #55558D;
	margin-top: 10px;
	margin-bottom: 12px; 
	padding : 10px 0px;
}

div.ea{
	font-size:12px;
	color: #222222;
	padding : 3px 3px 10px 10px;
}



/*/menu////////////////////////////////////*/

div.menu{

	width: 150px;
	padding : 5px 0px;
	border-right:1px solid #C1CBD2;

}

div.menu_title{

	width: 136px;
	background :url(/img/cell1.gif) repeat-x bottom;
	margin: 5px 0px;
	padding : 0px 5px;
	border-top : solid 1px #C1CBD2;
	border-bottom : solid 1px #C1CBD2;
	letter-spacing : 0px;
	line-height: 17px;
	color :#222222;

}

div.menu_item{

	margin-left: 10px;
	line-height: 19px;
}


div.menu_manage{

	padding : 2px 5px;
	margin: 5px 0px;
	vertical-align: middle; 
	border-top : solid 1px #C1CBD2;

	color :#222222;

}



.menu_oidlink{
	margin: 5px 5px;
}

.menu_pass{
	font-size: 14px;
}

.menu_d_gname{
	margin: 10px 3px;
}

.menu_gname{
	color: green;
	font-size: 14px;
	font-weight:bold;
}





/*/カウンター////////////////////////////////////*/


.cnt_box{
	width: 150px;
	border-top : solid 1px #C1CBD2;
	border-bottom : solid 1px #C1CBD2;
	padding : 3px 0px;
	text-align: center;

}
.cnt_table{

	width: 90%;
	margin-left: auto;
	margin-right: auto;

}

.cnt_bar{
	vertical-align: bottom;
	text-align:left;
}

.cnt_today{ 
	text-align:right;
	color:#17147E;
	font-size: 12px;
}

.cnt_total{ 
	vertical-align: bottom;
	text-align:right;
	color:#17147E;
	font-size: 14px;
	font-weight:bold;
	width: 70px;
}

