BODY{
  font-size : medium;
  font-family : "MS UI Gothic";
  font-weight : normal;
  line-height : normal;
  letter-spacing : normal;
  text-align: center;			/* 馬鹿なIE対応中央寄せ*/
  padding-top : 3px;
  margin-top : 5px;
  margin-left : 15px;
  border-top-style : none;
  list-style-type : decimal;
  list-style-position : outside;
}

#all { 
	width:950px; 
	text-align:left; 
	margin:0 auto;
	padding-top : 10px;
	margin-top : 20px;
	margin-left : 15px;
	border-top-style : none;
	list-style-type : decimal;
	list-style-position : outside;
    margin: auto;
}  
#page { 
	margin:0 10px;
	 }  
#main { 
	width:600px; 
	float:left; 
}  
#sub { 
	width:300px; 
	float:right; 
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #888;
  padding-left: 1em;

}  
#btitle{clear:both;}

H1 {
  color: #ffffff; /* 文字の色 */
  background-color : #36006c; /* 背景の色 */
  border-style: solid; /* 枠の種類 */
  border-color: #000082; /* 枠の色 */
  border-width: 0px 10px; /* 枠の幅 */
  line-height: 120%; /* 行の高さ */
  text-align: left; /* テキストの配置 */
}
H2 {
  color: #ffffff; /* 文字の色 */
  background-color : #36006c; /* 背景の色 */
  border-style: solid; /* 枠の種類 */
  border-color: #000082; /* 枠の色 */
  border-width: 0px 10px; /* 枠の幅 */
  line-height: 120%; /* 行の高さ */
  text-align: left; /* テキストの配置 */
}
H3 {
  color: #ffffff; /* 文字の色 */
  background-color : #36006c; /* 背景の色 */
  border-style: solid; /* 枠の種類 */
  border-color: #000082; /* 枠の色 */
  border-width: 0px 10px; /* 枠の幅 */
  line-height: 120%; /* 行の高さ */
  text-align: left; /* テキストの配置 */
}
H4 {
  color: #ffffff; /* 文字の色 */
  background-color : #36006c; /* 背景の色 */
  border-style: solid; /* 枠の種類 */
  border-color: #000082; /* 枠の色 */
  border-width: 0px 10px; /* 枠の幅 */
  line-height: 120%; /* 行の高さ */
  text-align: left; /* テキストの配置 */
}

table.Intro{
    border-top:1px solid #000082;
    border-left:1px solid #000082;
    border-collapse:collapse;
}
.Intro th{
    border-right:1px solid #000082;
    border-bottom:1px solid #000082;
    background-position:left top;
}
.Intro td{
    border-right:1px solid #000082;
    border-bottom:1px solid #000082;
}

