/* errata_s.css */

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #333;
	line-height: 1.7;
	background-color: #FFFFFF;
	margin:0px;          /* ページ全体のmargin */
	padding:0px;         /* ページ全体のpadding */
	text-align:center;   /* 下記のautoに未対応用のセンタリング */
}

a {
	color: #0070BF;
	text-decoration: none;
}
a:hover {
	color: #00008b;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 85%;
}

#er-panel {
	text-align: left;
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	width:80%;         /* 幅を決定する */
}

.er_title {
	font-size: 130%;
	font-weight: normal;
	line-height: 1.2;
	background: url(./images/bg_page-title.png) repeat-x left bottom;
	padding: 3px 3px 5px 0px;
	margin-bottom: 15px;
	margin-top: 30px;
}

.access_comment {
	width: 400px;
	margin-top: 30px;
	font-size: 110%;
	font-weight: normal;
	background: #fdf2f6;
}

ol {
	margin-top: 10px;
	font-size: 85%;
}



table {
	width: 60%;
	margin: 0 0 1em;
	align-self: center;
	border-collapse: collapse;
	border: 1px solid #a9a9a9;
}

tr {
	border:1px solid #a9a9a9;
}

th {
	border:1px solid #a9a9a9;
	font-weight: normal;
	background: #f4f4f4;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	white-space: nowrap;
}

td {
	border-collapse: collapse;
	border:1px solid #a9a9a9;
	background: #fff;
	padding: 5px 5px;
	text-align: center;
}

td.TitleName2 {
	text-align: left;
	margin-left: 10px;
}

td.UpdDate2 {
	text-align: right;
	margin-right: 10px;
}
