/* Start Title */
#title {
	background-color:#F7498E;
	width:720px;
	}

#title p {
	text-align:center;
	font-size:18px;
	color:#FFF;
	margin:2px 0 2px 0;
	padding:8px;
	line-height:100%;
	}
/* End Title */

/* Start Top */
#main {
	background-image:url('../images/main.gif');
	background-repeat:no-repeat;
	width:560px;
	height:481px;
	margin-left:80px;
	text-align:left;
	}
/* End Top */


/* Start Read */
.read {
	width:640px;
	margin-left:40px;
	text-align:left;
	}

.red {
	color:#F7498E;
	}

.graph {
	float:right;
	clear:both;
	margin:0 0 8px 8px;
	}

.read-line {
	border-bottom:dotted #999 1px;
	margin:32px 0 32px 0;
	width:720px;
	}
	
.read-line2 {
	border-bottom:dotted #999 1px;
	margin:24px 0 24px 0;
	width:720px;
	}

.diagnosis {
	position:relative;
	width:720px;
	}
/* End Read */

/* Start Navi */
#navi {
	position:relative;
	height:32px;
	margin-bottom:40px;
	}
	
#back {
	position:absolute;
	left:0;
	}
	
#next {
	position:absolute;
	right:0;
	}
/* End Navi */

