body
{
  background:  #fff;
  margin: 0;
  color: #000;
  font: 12px 'Lucida Grande','Hiragino Kaku Gothic Pro','¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
  line-height: 150%;
}

#header 
{
  margin: 20px;
}

#main
{
	margin: 20px auto;
	width:  600px;	
}

div.top-column
{
	text-align: center;	
	margin-bottom: 30px;
}

div.column
{
	margin: 0 0 50px 0;	
}

a
{
	text-decoration: none;
  	border-bottom: #666 1px dotted;
}

a:link, a:visited
{
  	color: #666;
}

a:hover, a:active
{
	color: #000;
  	border-bottom: #000 1px dotted;
}

h1, h2
{
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}
	
h1
{
	font-size: 24px;
	line-height: 24px;	
}

h2
{
	font-size: 12px;
	line-height: 24px;
}

h3
{
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  background-image: url(img/h1-back.gif);
  height: 24px;
  width: 590px;
}

div.column h3
{ 
  margin: 0 0 20px 0;
 }
 
img.photo
{
  border: 1px solid #000;
  margin: 20px;
}

ul
{
	list-style: none;
	padding-left:  0;
}

ol
{
	list-style: decimal;
	padding-left:  20px;
}

ol li
{
  margin-bottom: 10px;
}

div.column p, div.column ul, div.column ol
{
	margin: 10px 10px;
}

