@charset "utf-8";

/* 
** 基本ページ構成ブロック要素 
*/
body { 
  margin: 0;
  padding: 30px 0 0 0;
  background: white url('img/topbar.png') top left no-repeat;
  line-height: 1.5;
}

h1 { 
  color: #005172;
  font-weight: normal;
  font-size: 250%;

  border-bottom: 2px solid #00415c;
  margin: 25px 10% 20px 10%;
  padding: 0 10px 0 4%;
}

h2 { 
  color: #4c3a13;
  font-weight: normal;
  font-size: 150%;

  padding: 20px 0 0 40px;
  margin: 0 0 0 -40px;
  background: transparent url('img/h2.png') bottom left no-repeat;
}

h3 { 
  color: #005172;
  font-weight: bold;
  font-size: 120%;
}

/* 一番下の著作権情報に使用 */
address{
  color: gray;
  font-style: normal;
  font-size: 80%;
  font-family:"Arial", sans-serif;
  text-align: right;
  
  padding: 10px 10% 5px 10%;
  background: transparent url('img/address.png') bottom repeat-x;
}

hr { 
  display: none;
}

p { 
  margin: 0.5em 0;
  padding: 0;
  text-indent: 0.7em;
}

table { 
  border-collapse: collapse;
}

th, td{ 
  border: 1px solid gray;
  padding: 2px 5px;
}

th{
  background-color:#ecf6f9;
}


/* 
** セクション囲みDIV
*/

div.preface { 
  padding: 0 20px 0 15%;
}

div.section {
  margin: 0;
  padding: 15px 20px 15px 60px;
}

div.section div.section { 
  padding: 0 10px 0 30px;
  background: transparent url('img/h3.png') left top no-repeat;
}



/* 
** パン屑リスト 
*/
ol.pageClass { 
  text-align: right;
  font-size: 90%;
  margin: 0 0 0 60%;
  padding: 10px 20px 0px 10px;
  border-bottom: 1px dotted #ffb415;  
}

ol.pageClass li { 
  background:transparent url(img/pageClass.png) no-repeat center left;
  padding: 0 10px 0 12px;
  display: inline;
}

strong.thisPage{
	color:gray;
}

/* 
** クラス
*/

/* 右にフロートしてちょこっと載せたい画像をこのクラスのp要素で囲う */
p.miniPict { 
  text-indent: 0;
  float: right;
  line-height: 0;
  margin: 5px;
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid silver;
}

/* 日付を囲う */
span.date{
	font-family:"OCR-B 10 BT", "Courier New", monospace;
	border:1px solid #eef;
	padding:0px 3px;
}

/* どこかへのリンク[zarame.com] なんかの表示を囲う */
span.domain{
	color:#aa6;
	font-family:"Arial", sans-serif;
	font-size:75%;

	background-color:#ffc;
	padding:0px 3px;
	margin:0px 2px;
}

