@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, th {
	font-weight: normal;
}
body {
	font-size: 0.8em;
	text-align: center;
	color: #333333;
}

#stage {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	background-image:url(/monitorreport/common/img/bg.gif);
	background-repeat:repeat-y;
}
#contents {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:40px;
	text-align:left;
}

.ma_ri_20{
	margin-right:20px;
}
.ma_10{
	margin-bottom:10px;
}
.ma_15{
	margin-bottom:15px;
}
.ma_25{
	margin-bottom:25px;
}
/*headMenu*/
#headMenu {
	background-image:url(/monitorreport/common/img/menuBg.gif);
	background-repeat:no-repeat;
	height: 45px;
}
#headMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 20px;
}
#headMenu li {
	display: block;
	height: 45px;
	float: left;
}
#headMenu img {
	display: block;
}
#headMenu a {
	display: block;
	float: left;
}
/*headMenu end*/

/*monitor*/
.clear{
display:block;
clear:both;}

.monitor {
	margin-top:30px;
}

.details_eria{
	width:820px;
}
.details_eria ul{
	list-style:none;
	float:left;
	width:260px;
	margin-top:15px;
}
.details_eria p{
	margin-top:5px;
	line-height:1.6em;
}
.details_eria .underLine{
	border-bottom:1px solid #CCCCCC;
}

.details_eria a {
	color:#004993;
	text-decoration: none;
}
a:hover {
	color:#004993;
	text-decoration:underline;
}

.reportBtn_eria{
	width:820px;
}
.reportBtn_eria ul{
	margin:0;
	padding:0;
}
.reportBtn_eria li{
	list-style:none;
	display:block;
	height:25px;
	float:left;
	width:260px;
	margin-top:15px;
}

.reportBtn_eria .reportBtn{
	text-align:right;
}


/*monitor end*/


/*report*/
#report {
	margin-top:30px;
	margin-bottom:25px;
}

#report h3{
 font-size:1.6em;
 margin-top:15px;
 margin-bottom:15px;
}
#report h3 span{
	margin-left:20px;
	color:#004993;
}

#leftImg{
	width:820px;
}
#leftImg p{
	line-height:1.6em;
	float:right;
	width:520px;
}
#leftImg ul {
	list-style:none;
	float:left;
	width:280px;
}

#titleLeft{
	width:280px;
	float:left;
	margin-right:20px;
}
#titleRight{
	width:510px;
	float:left;
	color:#004993;
}


/*report end*/

/*totop*/
.totop {
	width: 100%;
	height: 25px;
	clear: both;
}
.totop a {
	display: block;
	left: 405px;
	height: 25px;
	width: 140px;
	position: absolute;
}
.btnClose {
	text-align: center;
}
/*totop end*/

/*commonclass*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

