@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
 margin: 0;
 padding: 0;
 color: #070707;
 background: #FFFFFF ;
 font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif ;
 }
  
a:link {
	color: #0033CC;
	text-decoration:none;	
 }

a:visited {
	color: #0033CC;
	text-decoration:none;
}

a:hover {
	color: #0033CC;
	text-decoration:none;
}

a:active {
	color: #0033CC;
	text-decoration:none;
	}


/* ヘッダ・フッター部以外の縦横幅指定
---------------------------------------------------- */
#wrapper {
 width: 850px;
}

/* ヘッダ
---------------------------------------------------- */
#header {
	width: 850px;
	height: 70px;
	color: #333333;
	text-align:right;
	line-height: 1.0;
	border-bottom: 1px solid #cccccc;
}


/* ページ本体
---------------------------------------------------- */
#pagebody {
 margin:0;
 position: relative;
 width: 850px;
 text-align: center;
}

img.subtit{
	margin-top:30px;
	margin-bottom:30px;
	margin-left:50px;

}

/* コンテンツ
---------------------------------------------------- */
#content {
	float:center;
	margin-top:10px;
	width: 850px;
	height:300px;
	font-size:20px;
}

img.login{
	margin-top:30px;
	margin-bottom:30px;
	margin-left:100px;
} 

table{
	width:300px;
	margin-top:30px;
	margin-left:40px;
}

td {
	height:30px;
	font-size: 12px;
}

td.left{
	width:70px;
}


/* フッタ
---------------------------------------------------- */
#footer {
	clear: both;
	position: relative;
	margin: 0;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	width: 850px;
	height: 35px;
}

#footer p {
 margin: 10px 0 0 10px;
 font-size: x-small;
 color: #666666;
 text-align: left;
}

body {
  color: #000000;
  background: #ffffff;
}
a img {
  border: none;
  color: #ffffff;
  background: transparent;
}



/*---------------------------------------------------- 
　広域障害お知らせ一覧
---------------------------------------------------- */

#WideTroubleInfoList{
	width: 850px;
/*	height:300px; */
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
	font-size: 12px;
	align:left;
}

/* サービス一覧　*/

#WideTroubleInfoList table{
 margin: 5px 0 20px 0;
	width:800px;
	font-size: 12px;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

#WideTroubleInfoList th{
	padding: 1px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #EFF2F3;
}

#WideTroubleInfoList th.tit{
	vertical-align:middle;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #D5EDF4;
	height:30px
}

#WideTroubleInfoList td{
	padding: 2px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	word-break: break-all;
	text-align : left;
}