/* *********************************************************************

StyleSheet for 日経テレコン21
CSS FILE errors.css


【index】
1.initialize default Stylesheet
2.Clear Fix
3.Error Message and Panel Styles


【LAST UPDATED】11 JAN 2008
********************************************************************* */


/* *********************************************************************
1.initialize default Stylesheet
********************************************************************* */
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ , Meiryo , "ＭＳ Ｐゴシック", Verdana, monospace;
	color: #000;
	font-size: 12pt;
	line-height: 1.4;
	letter-spacing: 0;
	text-indent: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
div,img,h1,h2,h3,h4,h5,h6,p,address,form,em {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-indent: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
table, th, td {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	border-collapse: collapse;
}
img {
}
hr, legend {
	display: none;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
input {
	padding-left:3px;
	font-family: inherit;
}

/* Link Styles
********************************************************************* */
a ,
a:link ,
a:visited ,
a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #00f;
}

/* List Styles
********************************************************************* */
ul,ol,dl {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
}
ul {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
dt , dd {
	margin: 0;
	padding: 0;
}


/* *********************************************************************
2.Clear Fix
********************************************************************* */
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearFix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac \*/


/* *********************************************************************
3.Error Panel
********************************************************************* */
.panel {
	overflow: auto;
}
.panelContent {
	margin: 0;
	padding: 0;
	border-width: 0;
}
#rootPanel {
	top: 0;
	left: 0;
	border: 0px solid #333;
	padding: 10px 0 10px 10px;
}
#headerPanel {
	height: 50px;
	padding: 0;
}
#bodyPanel {
	padding: 10px 10px 10px 0;
}
.headerLogo {
	width: 110px;
	height: 40px;
	float: left;
	background: url("/public/images/logo.gif") no-repeat;
	display: block;
	text-indent: -1000px;
}
.headerImg {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 100%;
	height: 8px;
}

/* コピーライト
********************************************************************* */
.errCSS_copyright {
	font-size: 80%;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin: 40px 0;
	padding: 5px 0;
	clear: both;
}
/* エラーメッセージ
********************************************************************* */
.errCSS_message {
	margin: 30px 0;
}
.errCSS_status {
	display: none;
}
.errCSS_description {
	margin: 10px 0;
	font-weight: bold;
	text-align: center;
}
.errCSS_description h3 {
	font-size: 150%;
}
.errCSS_description p {
}
.errCSS_go2home {
	margin: 10px 0;
	text-align: center;
}

