/*ここからbody設定*/

@import url(kouiki_menu.css);
@import url(miyagi01.css);
body{
	margin: 0px;
}
.border {
	border: none;
	margin: 0px;
	padding: 0px;
}

/*ここからヘッダー設定*/
#topframe {
	background-image : url(../../../../css/head_back.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#head {
	text-align: left;
	background-image : url(../../../../css/head_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	border: none;
}
#topframe .navi {
	margin: 0px;
	text-align: right;
	font-size: 80%;
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 2px;
}
#topframe .pan {
	margin: 0px;
	text-align: left;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1em;
}
#topframe .date {
	font-size: 80%;
	margin: 0px;
	padding-right: 2em;
	text-align: right;
	padding-bottom: 1em;
}

/*ここからフッターの設定*/
#footer {
	text-align: center;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 80%;
	padding-top: 1em;
	padding-bottom: 1em;
}
.back {
	text-align: right;
	margin: 5px 0px;
	padding: 0px 2em 0px 0px;
	font-size: 80%;
  background-image : url(../../../../css/head_back.gif);
  background-repeat : repeat-x;
background-position : center center;}
#copy {
	font-size: 70%;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #006600;
	text-align: center;
	margin: 0px;
}
.title-b{          /*タイトル文字用フォント：２０ポイント、太字、黒*/
  font-size: 20pt;
  font-weight: bold;
  color: black;
}
.title-r{          /*タイトル文字用フォント：２０ポイント、太字、赤*/
  font-size: 20pt;
  font-weight: bold;
  color: red;
}
.headline-b{          /*大見出し用フォント：１６ポイント、太字、黒*/
  font-size: 16pt;
  font-weight: bold;
  color: black;
}
.headline-r{          /*大見出し用フォント：１６ポイント、太字、赤*/
  font-size : 12pt;
  
  color: red;
}
.heading-b{          /*小見出し用フォント：１３ポイント、太字、黒*/
  font-size: 13pt;
  font-weight: bold;
  color: black;
}
.heading-r{          /*小見出し用フォント：１３ポイント、太字、赤*/
  font-size : 12pt;
  
  color: red;
}
.text-b{          /*本文用フォント：１１ポイント、行間１２５％、黒*/
  font-size: 11pt;
  line-height: 125%;
  font-weight: normal;
  color: black;
}
.text-r{          /*本文用フォント：１１ポイント、行間１２５％、赤*/
  font-size: 11pt;
  line-height: 125%;
  font-weight: normal;
  color: red;
}
.notes-b{          /*注釈用フォント：９ポイント、行間１２５％、黒*/
  font-size: 9pt;
  line-height: 125%;
  font-weight: normal;
  color: black;
}
.notes-r{          /*注釈用フォント：９ポイント、行間１２５％、赤*/
  font-size: 9pt;
  line-height: 125%;
  font-weight: normal;
  color: red;
}
.mini-b{          /*注釈用フォント：８ポイント、行間１２５％、黒*/
  font-size: 8pt;
  line-height: 125%;
  font-weight: normal;
  color: black;
  letter-spacing : -1pt;
}
.mini-r{          /*注釈用フォント：８ポイント、行間１２５％、赤*/
  font-size: 8pt;
  line-height: 125%;
  font-weight: normal;
  color: red;
  letter-spacing : -1pt;
}