﻿/*-----------------------------------------------------------
 * (c)2006 http://takeda-orth.com
 *-----------------------------------------------------------*/
.photo
{
	/* width: 512px;*/
	margin: 0px 10px 30px 20px;
	/* background-color: #ff9999; */
	/* background-color: #a8fda6; */
	background-color: #C0C0FF;
}
.photo td 
{
    width: 240px;
    margin: 0;
    padding: 0;
	background-color: White;
}
.photo td.note
{
	padding: 2px 0 3px 5px;
	background-color: #fafec2;
	font-size: 10pt;
}
.reha_photo
{
    float: left;
    width: 220px;
    height: 160px;
	margin: 0px 10px 10px 10px;
}
.reha_comment
{
    margin: 0 10px 10px 10px;
    height: 180px;
}
ul {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 2em;
	padding-left: 0;
	list-style-type: circle;
	list-style-image: url(../image/common/ball.gif);
	list-style-position: inside;
	marker-offset: 1px;
}
li {
	list-style-position: outside;
	padding: 5px 0 3px 25px;
	font-size: 12px;
}
#to 
{
    font-size: 9pt;
    font-weight: lighter;
}
.separator
{
    margin: 10px;
    border-top: dashed 1px #c7d6ec;
    height: 10px;
}
.separator2
{
    margin: 10px;
    border-top: solid 1px #c7d6ec;
    height: 10px;
}
