@charset "Shift_JIS";
/* 全体構造
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size:84%;
}
img{	border: 0px;

}
/* リンク
---------------------------------------------------- */
a:link {
  color: #8D0220;
}
a:visited {
  color: #6C041A;
}
a:hover, a:active {
  color: #ff9933;
}
/* テーブル 
---------------------------------------------------- */
table	{/* \*/ text-align: left; border-collapse: collapse;
	border: 1px solid #aaaaaa;
 }
td	{/* \*/
	line-height: 130% ;
	border: 1px solid #aaaaaa;
	padding: 2px 5px;
}
td.mark	{/* \*/
	text-align: center;
}

th	{/* \*/
	line-height: 130% ;
	background-color: #cccccc;
	border: 1px solid #aaaaaa;
	padding: 2px 5px;
	text-align: center;

}
td.nowr{white-space: nowrap; }








/* フォントサイズ・カラー
---------------------------------------------------- */

/*----- 共通クラス設定 -----*/
.left {
  text-align: left;
}
.right	{text-align:right;}
.strong{
	font-weight: bold;
}
.center {
  text-align: center;
}
.centering {
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  display : block;
}
/*余白*/
.p_0         { margin:10px 15px; }





br.clear{/* \*/ clear: both; font-size : 1px ; line-height : 1px ; } 
/* ページ本体
---------------------------------------------------- */


div.date {
	font-weight: bold;
	margin: 0px;
	float:left;

}

#content img {		/* ■画像周りの余白を消す */
  display: block;
}

.information {
	width:210px;
	border:    1px solid #B9BBB7;
	font-size: 80% ;
	padding:2px ;
	margin: 5px 0px;
	float:right;

}