﻿@charset "utf-8";
/* CSS Document 20080925 Takanohara Suzuran Clinic */

html,body{
height:100%;
margin: 0;
padding: 0;
} 

body {
	margin:15px 0 10px;
	color: #000;
	font-size:100%;
	font-family: normal normal normal 100%/1.5  "メイリオ","Meiryo","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;
	text-align: left;
	background-color: #EBF1D4;
}

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 0.95em;
	color: #444;
	line-height: 1.5em;
	margin-bottom:7px;
	text-align:justify;
	text-justify:distribute;
}

p.end {
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px dotted #ddd;
}

hr {
	width:80%;
	height:0;
	margin:10px 0 20px 5px;
	border:0;
	border-bottom:1px dotted #ddd;
}

table p {
	font-size: 0.95em;
	margin-left:15px;
}

strong {
	font-weight:normal;
	background-color:#9BFF9B;
}

