@charset "Shift_JIS";

@import "./reset.css"/**/;


body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #EFEFEF;
	color: #1F1F1F;
}

p {
	line-height: 120%;
	padding: 8px;
}

h1 {
	margin: 0;
}

h2 {
	margin: 20px 0;
	font-size:120%;
	clear: both;
}

h3 {
	margin: 20px 0;
	font-size:120%;
	clear: both;
}

h4 {
	margin: 15px 0;
	font-size:120%;
	clear: both;
}


h5 {
	margin: 15px 0;
	font-size:120%;
	clear: both;
}

h6 {
	margin: 15px 0;
	font-size:120%;
	clear: both;
}

#main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
	background-color: #FDFDFD;
	border-right: 1px #C0C0C0 solid;
	border-left: 1px #C0C0C0 solid;
}

#header {
	width: 960px;
	background-image: url('images/bg_header.gif');
	height: 110px;
}

#logo {
	padding: 24px 0 0 13px;
}

#topvisual {
	width: 934px;
	height: 150px;
	margin: 10px 13px 1px 13px;
	background-color: #99FFFF;
}

#topmenu {
	width: 934px;
	height: 55px;
	margin: 0 13px 18px 13px;
	background-image: url('images/bg_topmenu.png');
	background-repeat: repeat-x;
}

#globalnavi {
	height: 55px;
	width: 901px;
	padding-left: 29px;

}
#globalnavi li {
	float: left;
	list-style-type: none;
}


#contents {
	width: 934px;
	margin: 10px 13px 1px 13px;
	height: 100%;
	float: none;
}

#leftmenu {
	width: 220px;
	margin-right: 13px;
	float: left;
}

#centercontents {
	width: 460px;
	height: 100%;
	float: left;
}

#topics_m {
	width: 460px;
	height: 400px;
	background-image: url('images/topics_m.png');
    background-repeat: repeat-y;
	float: left;
	overflow: auto;
}

#topics_t {
	width: 460px;
	height: 36px;
	background-image: url('images/topics_t.png');
    background-repeat: no-repeat;
}

#topics_b {
	width: 460px;
	height: 36px;
	background-image: url('images/topics_t.png');
    background-repeat: no-repeat;
}

.topics_title {
	padding: 10px 20px;
	font-weight: bold;
}

.topics_text {
	padding: 0 20px 15px 20px;
}


#rightmenu {
	width: 220px;
	float: right;
}

#maincontents {
	width: 700px;
	margin: 0;
	float: right;
}

#footermenu {
	width: 935px;
	height: 35px;
	padding: 15px 0 5px 25px;
	clear: both;
}

#footer {
	width: 935px;
	height: 80px;
	clear: both;
	background-color: #326EB3;
	padding: 10px 0 0 25px;
	color: #FFFFFF;
}

#localnavi {
	width: 218px;
	border: 1px solid #CCCCCC;
	padding-bottom:10px;
	margin-bottom: 10px;
	list-style: none;
}
#localnavi a:link{
	color: #003399;
	text-decoration: none;
}
#localnavi a:visited{
	color: #003399;
	text-decoration: none;
}
#localnavi a:hover{
	color: #0066FF;
	text-decoration: none;
}

#localnavi .second {
	background-image: url(./images/navi_icon.png);
	background-repeat: no-repeat;
	height: 18px;
	padding-left: 28px;
	padding-top: 5px;
	background-position: bottom;
	padding-bottom: 6px;
}

#bigtitle {
	margin-top: 0;
	margin-bottom: 20px;
}

.titlebar {
	margin-top: 0;
	margin-bottom: 10px;
}

.contentbox {
	margin: 20px 20px;
	border: none;
}

.summary {
	width: 608px;
	margin-top: 23px;
	line-height:1.5em;
	margin-left:10px;
}
.summary th {
	background-color: #EFEFEF;
	width: 135px;
	padding-top: 10px;
	padding-left: 15px;
	background-image: url(./images/dash598.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #2E58A3;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.summary td {
	padding-left: 18px;
	background-image: url(./images/dash598.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 8px;
}
.summary dt{
	float: left;
	clear: both;
	width: 70px;
	padding-right:10px;
}
.summary dd{
	float: left;
	width: 280px;
}
.summary ul li {
	list-style-type: none;
}

.doctor_photo {
	width: 220px;
	float: left;
}

.doctor_cap {
	width: 440px;
	float: right;
}

.doctor_name {
	font-size: larger;
	font-weight: bold;
	color: #003399;
}

.doctor_text {
	border: 1px gray solid;
	width: 418px;
	padding: 10px;
	margin: 10px 0;
}

.doctor_t {
	margin-left: 18px;
}

.chiken {
	margin: 15px 0 15px 40px;
}

.clearfloat {
	clear: both;
	margin: 20px;
}

.righttxt {
	text-align: right;
}


table.table20 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 95%;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
}

table.table20 caption {
	margin-top: 1em;
	text-align: right;
}

table.table20 th,
table.table20 td {
	padding: 20px 6px;
}

table.table20 th {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #C1FBFF;
	text-align: center;
	font-size: 92%;
}

table.table20 td {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #F0F0F0;
	text-align: center;
}

table.table5 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 100%;
	width: 300px;
}

table.table5 caption {
	margin-top: 1em;
	text-align: right;
}

table.table5 th,
table.table5 td {
	padding: 5px 6px;
}

table.table5 th {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #C1FBFF;
	text-align: center;

}

table.table5 td {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
}

.bus_l {
	text-align: right;
}

div.blockE p.question 	{
	background: url(./images/q.gif) no-repeat 0 0;
	margin: 0;
	padding: 5px 0 20px 40px;
}	
			
div.blockE p.answer 	{
	background: url(./images/a.gif) no-repeat 0 0;
	margin: 0;
	padding: 5px 0 20px 40px;
}

.floatright {
	float: right;
	margin-left: 20px;
}

.floatleft {
	float: left;
	margin-right: 20px;
}
