@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 h1{
	height: 30px;
	font-size: 20px;
	line-height: 1em;
	color: #fff;
	padding: 10px 0 0 15px;
	background-image: url(../../../common/images/h1_title.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#main h2{
	height: 20px;
	font-size: 16px;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 5px 0 0 18px;
	background-image: url(../../../common/images/h2_bg.gif);
	background-position: center center;
	background-repeat: repeat-x;
}
#main h2.h2L{
	height: 40px;
	font-size: 16px;
	line-height: 1.3em;
	margin: 0 0 20px 0;
	padding: 3px 0 0 20px;
	background-image: url(../../../common/images/h2_bg.gif);
	background-position: center center;
	background-repeat: repeat-x;
	border-bottom: 1px solid #ccc;
}

#main h3{
	font-size: 16px;
	padding: 0 0 5px 20px;
	background-image: url(../../../common/images/h3_icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}

#main h3.h3Top{
	font-size: 16px;
	padding: 0;
	background: none !important;
}

#main p{ 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;
}
.diagram img.imgborder{
	border:1px solid #ccc;
}

table.career {
}

table.career tr{
}

table.career td{
	padding: 5px 20px 5px 0;
}

ul.discussion {
	padding: 0 20px 0 40px;
}

ul.discussion li{
	margin-bottom: 10px;
	list-style: disc;
}

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

/* ----------------------------------------------
	aside
-------------------------------------------------*/

/* ----------------------------------------------
	databox
-------------------------------------------------*/


#databox {
	padding: 10px;
	margin-bottom: 40px;
	line-height: 1.3;
	}

#lessons {
	margin-bottom: 40px;
	line-height: 1.3;
	}
#lessons h5{
	padding: 5px 10px 3px;
}
.bg_colo { background-color: #FFE593; }
.bg_noncolo { background-color: #A2CEE9; }

.cat_1 {
	border-top: none;
	border: 3px solid #FFC829;
}

.cat_2 {
	border-top: none;
	border: 3px solid #ABDDFF;
}

/* ----------------------------------------------
	doctor intro
-------------------------------------------------*/
.dc_intro {
	width: 664px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
}
.dc_intro div.dc_introBox{
	width: 325px;
	height: auto;
	margin: 0 0 10px 0;
	float: left;
	border: 1px solid #ddd;
}
.ph_dc {
	width: 78px;
	height: 90px;
	margin-right: 10px;
	padding: 5px;
	float: left;
	display: block;
}
.ph_dc img{
	width: 78px;
}

/* ----------------------------------------------
	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;}
