/*テーブル*/
.infoTt{
	border:solid 1px #cccccc;
	border-width:1px 0 0 1px;
}
.infoTt td,
.infoTt th{
	border:solid 1px #cccccc;
	border-width:0 1px 1px 0;
	text-align:left;
	font-weight:normal;
}


.tyusyaTitle{
	line-height:17px;
}
.bgGreen{
	background:#eaf7cc;
}
.bgGreenA{
	background:#f6ffe2;
}
.bgBlue{
	background:#ccdcf7;
}

/*ナビ*/
#subNaviWrapper{
	padding:9px 0 9px 0;
	width:165px;
	background:url(../theme/images/navi/left_navi_bg.gif) left bottom no-repeat;
}
#subNaviWrapper li{
	padding-left:7px;
	margin:0 9px 5px 9px;
	background:url(../images/share/sankaku_midori.gif) 0 0.4em no-repeat;
}

/*midasi*/
.infoMidasi{
	font-size:120%;

}


/*統計*/
.toukeiLeft{
	width:256px;
	float:left;
}
.toukeiRight{
	width:359px;
	float:right;
}
.toukeiTt{
	margin-top:10px;
	border:solid 1px #cccccc;
	border-width:1px 0 0 1px;
}

.toukeiTt th{
	border:solid 1px #cccccc;
	border-width:0 1px 1px 0;
	font-weight:normal;
	text-align:center;
}
.toukeiTt td{
	border:solid 1px #cccccc;
	border-width:0 1px 1px 0;
	font-weight:normal;
	text-align:right;
}
.bgBlueA{
	color:#333333;
	background:#88AEED;
}
.bgBlueB{
	color:#333333;
	background:#b8d3ff;
}
.bgRedA{
	color:#333333;
	background:#FF9DC0;
}
.bgRedB{
	color:#333333;
	background:#ffbdd5;
}
.ttC{
	text-align:center;
}
.ttR{
	text-align:right;
}