﻿@charset "utf-8";

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

	Name: stats.css
	Location: /common/css/pages/stats.css
	Desctiption {
		stats 以下のCSS
	}

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.wrapper {
}


/**************************************************************

	Header

***************************************************************/

#header {}

/****************************************************************

	Navigation

*****************************************************************/

#navi{}

/**************************************************************

	Content

***************************************************************/

#container {

}


/* main
===============================================================*/
#content{}

#content h4 {
	margin: 0 0 7px;
	padding: 4px 3px;
	background: #e6f1db;
	border-bottom: 1px solid #cacabf;
	border-left: 1px solid #e6f1db;
}

#content .section .section {
	width: 545px;
	margin: 0 2px 25px 1px;
}

#content .section .section table {
	line-height: 1.5;
	font-size: 9px;
	background-color: #d9decf;
	font-family: Arial, Helvetica, sans-serif;
}

#content .section .section table thead th {
	background-color: #f2f6ed;
	text-align: center;
	vertical-align: middle;
	letter-spacing: -0.2px;
}

#content .section .section table td {
	padding-top: 3px;
	padding-bottom: 3px;
}

#content .section .section table thead td {
	background-color: #f2f6ed;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

#content .section .section table tbody th {
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}

#content .section .section table tbody td {
	background-color: #fff;
	vertical-align: middle;
	text-align: right;
	letter-spacing: -0.1px;
}

#content .section .section table tbody tr.total th,
#content .section .section table tbody tr.total td {
	background-color: #f2f6ed;
	font-weight: bold;

}

#content .section ul li.excell-doc {
	margin: 0 0 5px;
	padding: 5px 0 0 25px;
	background: url(../images/marker_xls.gif) no-repeat left top;
}

#content .section .section table caption {
	padding: 0 0 3px;
	caption-side: top;
	text-align: right;
}

#index #content  .annual-data {
	margin: 0 24px;
}

#index #content  .annual-data ul li {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	float: left;
	width: 90px !important;
	width: 100px;
	background: url(../images/marker_arrow.gif) no-repeat left center;
}

#index #content .skip {
	margin: 100px 0 10px;
}

/* sub
===============================================================*/
#sideNavi{}

/**************************************************************

	Footer

***************************************************************/

#footer {

}




