@charset "UTF-8";
@import "../../css/common.css";
#conts {
	width: 651px;
	line-height: 1.2;
	color: #3f3b4a;
	overflow: hidden;
}

#conts h2 {
	margin-bottom: 20px;
}

#conts h3 {
	padding-left: 11px;
	margin: 0 0 8px 10px;
	background: url(../img/h3_back.gif) no-repeat left;
	line-height: 33px;
	color: #0154a6;
	font-size: 1.2em;
	letter-spacing: 15px;
}

#conts h3.h301 {
	margin-top: 9px;
}


#conts table {
	width:630px;
	margin-left:10px;
	margin-bottom:20px;
}
#conts table td{
	padding:0.5em;
	border-bottom:1px dotted #9393AE;
	vertical-align:top;
}
#conts table td.age,#conts table td.month{
	text-align:right;
	width:4em;
}
#conts table td.notes{
	padding-left:2em;
}

