@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------
	CSS
-------------------------------------------------*/
* {
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
}

html,body {
	width: 100%;
	height: 100%;
	color:#333;
	font-size: 14px;
	text-align:left;
	background: #fff;
}

body {
	font-size: 100%;
}

div#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 5px;
}

* html div#wrapper {
	height: 100%;
}

img,a img {
	border:none;
	vertical-align: top;
}

a {
	color: #0061aa;
	text-decoration: none;
}
a:link {
	color: #0061aa;
	text-decoration: none;
}
a:visited {
	color: #0061aa;
	text-decoration: none;
}
a:active {
	color: #0061aa;
	text-decoration: underline;
}
a:hover {
	color: #0061aa;
	text-decoration: underline;
}

ul,li {
	list-style-type:none;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
   margin:0;
   padding:0;
}
.cb {
	clear: both;
	font-size: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
table td{
	line-height: 150%;
}
p {
	line-height: 150%;
}

.sq {
	margin-bottom: 5px;
	padding-left: 12px;
	font-size: 100%;
}

.dec_list01 li {
	list-style-type: decimal;
	margin-bottom: 6px;
	margin-left: 22px;
}

small { font-size: 0.8em; }

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;	
	position: relative;
	font-size: smaller; 
}
sup { bottom: 0.4em; }
sub { top: 0.2em;}

/* ----------------------------------------------
	header
-------------------------------------------------*/

#header {
	width: 750px;
	height: auto;
	margin: 0;
}

#header h1 {
	width: 750px;
	height: auto;
	margin: 0 0 20px;
}


/* ----------------------------------------------
	container
-------------------------------------------------*/

#container {
	width: 700px;
	height: auto;
	margin: 0 auto 10px;
}

#container h2{
	margin-bottom: 10px;
}

.date {
	margin: 0 0 20px 0;
	color: #0099d6;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 2px solid #0099d6;
}


/* ----------------------------------------------
	top
-------------------------------------------------*/
.topicList { margin: 0 0 40px 0; padding: 0 10px; }
.topicList li{ margin-bottom: 15px;}
.topicList li ul{ padding: 0 15px;}
.topicList li ul li{ margin-bottom: 10px;}

/* ----------------------------------------------
	main
-------------------------------------------------*/
#main {
	width: 700px;
	height: auto;
	display: block;
}

#main h5{
	margin:1em 0px;
	line-height: 1.5em;
	padding-left:10px;
	border-left:5px solid #0099D6;
	border-bottom:1px solid #ccc;
}

#main p{ margin: 1em 0; line-height: 1.7em; }

#ph_doctor {
	display: block;
	width: auto;
	border: 2px solid #E9E9E9;
	padding: 3px;
}

.diagram {
	padding: 10px;
	font-size:12px;
	line-height:1.5;
	border:1px solid #ccc;
}


/* ----------------------------------------------
	footer
-------------------------------------------------*/
#footer {
	width: 750px;
	height: auto;
}

/* ----------------------------------------------
	reference
-------------------------------------------------*/
.reference { padding-left: 2.5em; padding-right: 1em;}
.reference li{ margin-bottom: 10px; list-style: decimal; line-height: 1.5em;}
