/*  クリニックニュースのCSS　　*/
*{
	margin:0;
	padding:0;}
BODY{
	font-size:15px
	margin: auto;
	padding: 0px;
	text-align: center;
	background-position: center;
}
TD{
font-size:15px
}

A:link{
color:#0000FF;	/*青*/
text-decoration:none;
}

A:visited{
color:#0000FF;	/*青*/
text-decoration:none;
}

A:active{
color:#FF6633;	/*橙*/
text-decoration:none;
}

A:hover{
color:#FF0000;	/*赤*/
text-decoration:none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
blockquote {
	line-height: 150%;
}
.line {
	line-height: 150%;
}h3 {
	line-height: 150%;
	margin-top: 10px;
}
.toiawase {
	margin-top: 20px;
}
.txt {
	font: 14px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p {
	text-indent: 1em;
}
.waku650 {
	border: 1px solid #CCC;
	height: auto;
	width: 650px;
	padding: 10px;
	margin: 5px;
}
.underline {
	text-decoration: underline;
}
.list {
	margin-left: 2em;
	text-indent: -1em;
}
.kakomi {
	border: 1px solid #333;
	width: auto;
	padding: 2px;
	line-height: 200%;
}
.t_right {
	text-align: right;
}
.margin_left {
	text-indent: -1em;
	padding-left: 2em;
}

