/* CSS Document */

/*******************
	Initialize
*******************/

body
{
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*******************
	Layout
*******************/

#Container
{
  width: 700px;
	margin:0 auto 0 auto;
	text-align: left;
	background: #FFF;
}

#TopMain
{
  margin: 0;
  width: 535px;
  background: #FFF;
  clear: both;
}

#Footer
{
  background: #FFF;
  float: left;
  clear: both;
  width: 700px;
}

#PageBody
{
	clear: both;
	float: left;
  width: 700px;
	background: #FFF;

}

#Right
{
	float: right;
	width: 535px;
	background: #FFF;
text-align: right;
}

#Left
{
	float: left;
	width: 165px;
	background: #FFF;
/*height: 400px;*/
}


/*******************
	Right
*******************/

.TopTable, .ArchivesTable
{
  text-align: left;
}

#Contents
{
  clear: both;
  width: 535px;
  background: #FFF;
  text-align: right;
}

#EntryTitle, #EntryOtoiawase, #TopAddress
{
  clear: both;
  text-align: center;
  background: #FFF;
}

#EntryBody
{
  clear: both;
  width: 460px;
  text-align: left;
  background: #FFF;
  font-size: 10pt;
  line-height: 125%;
}

#EntryHeader
{
  clear: both;
  background: #FFF;
}

#EntryBody a img
{
  border: 0;
}

/*******************
	Left
*******************/

#Left img
{
	display: block;
}


