body{
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	margin: 0px;
  background-color: #fd8000;
}

*{
	margin: 0px;
  padding: 0px;
}

img{
	border: 0px;
}

h1{
	width: 640px;
  background: #fd8000 url(images/profile_line1.gif) repeat-x center bottom;
  padding-bottom: 5px;

}

div#contents{
	width: 640px;
  background-color: #ffffff;
  padding-bottom: 20px;
}

div#left_contents{
	float: left;
}

div#left_contents h2{
	margin: 14px 0px 0px 18px;
}

table#profile{
  width: 350px;
  margin: 10px 0px 0px 20px;
	border-collapse: collapse;
}

table#profile th,
table#profile td{
	font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background: url(images/profile_line2.gif) repeat-x left bottom;
  padding: 5px 0px 5px 5px;
}


table#profile th{
	width: 115px;
	_width: 120px;
  background-color: #eeeeee;
}

table#profile td{
	width: 225px;
	_width: 230px;
}

ul.profile{
	list-style: disc outside;
	margin-left: 15px;
}



div#right_contents{
	float: right;
}

div#right_contents img{
	border: #cccccc 1px solid;
  margin: 25px 15px 0px 0px;
}

div#footer{
  background: #fd8000 url(images/profile_line3.gif) repeat-x center top;
  padding: 10px 0px;
}

div#footer p{
	font-size: 10px;
  text-align: center;
  line-height: 150%;
}

br.clearBoth{
	height: 1px;
  font-size: 1px;
	clear: both;
}

