/* タグ自身のスタイル定義 */
td {
	color:			#333333;
}

form {
	margin:			0px;
}


/* リンク関連のスタイル定義 */
a:visited {
	color:			#660066;
	text-decoration:	none;
}

a:active {
	color:			#ff0000;
	text-decoration:	none;
}

a:hover {
	color:			#ff6600;
	text-decoration:	underline;
}

a:link {
	color:			#0000cc;
	text-decoration:	none;
}


/* オリジナルのスタイル定義 */
.Contents {
	width:			600px;
}

.Text {
	line-height:		140%;
}

.Heading {
	font-weight:		bold;
	line-height:		120%;
}

.SubHeading {
	font-weight:		bold;
	line-height:		120%;
}

.Caption {
	line-height:		120%;
}

.Copyright {
	color:			#333333;
}

.Attention_Red {
	color:			#990000;
}

.Attention_Blue {
	color:			#006699;
}

.CurrentPage {
	background-color:	#dfd0ff;
}


.DoctorName {
	line-height:		160%;
}

.DoctorDegree {
	line-height:		120%;
}

.IME-OFF {
	ime-mode:		inactive;
}