@charset "Shift_JIS";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #C9E7EA;
	background-image: url(../img/base/bg.gif);
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 { font-weight:normal}
ol,ul { list-style:none }
img { border:none }

#header {
	width:800px;
	margin: 0px auto;
	background-image: url(../img/base/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header h1 {
	padding-top: 100px
}
#header h2 {
	font-size:90%;
	padding: 10px 0px 0px 0px
}
#header h3 {
	border:1px solid #006633;
	width: 360px;
	padding: 5px;
	margin: 10px auto;
	font-size:120%;
	font-weight:bolder
}
#container {
	width: 810px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/base/bg_contents.gif);
	background-repeat: repeat-y;
}
#container a {
	color:#006633;
	text-decoration:none
}
#container a:hover {
	color:#009966;
	text-decoration:underline
}

#mainContent {
	width:760px;
	margin:0 auto;
	text-align:left
}
#contents {
	float:right;
	width:550px;
}
#sidenavi {
	width:180px;
	padding: 20px 10px 10px 10px;
	background-image: url(../img/base/sidebar_head.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #EEEEEE;
}
#sidenavi li{
	padding: 3px 5px 7px 25px;
	border-bottom:1px dotted #FFFFFF;
	font-size:90%;
	background-image: url(../img/base/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidenavi h4 {
	font-size:80%;
	text-align:center;
	font-weight:normal;
	padding: 2px 5px 2px 5px;
	color:#FFFFFF;
	background-color:#006633
}
.mozi {
	padding:5px;
	text-align:center;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF
}

#footer {
	width:800px;
	margin:0 auto;
	background-image: url(../img/base/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footer p {
	font-size:80%;
	line-height:150%;
	padding: 0px 20px 10px 20px;
}

.gotop {
	text-align:right;
	margin: 0px 20px 20px 20px;
}

/* ----------------------------------------
clinic-info
---------------------------------------- */
#time,#serv {
	padding: 20px 10px 0px 10px
}
.kamoku {
	font-size:120%;
	color:#663300;
	padding-left: 20px;
}
#time table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#time th {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color:#9FF0F9;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
#time td {
	font-size: 100%;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#time p {
	font-size: 85%;
	line-height:150%;
	margin-top:10px
}
.red {
	border:1px solid #ff3333;
	padding: 2px 5px 2px 5px
}
#serv table {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC
}
#serv td {
	font-size: 100%;
	padding: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9FF0F9;
}
#serv p {
	font-size: 90%;
	line-height:150%;
	margin-top:10px
}
#info h3{
	padding-top: 30px;
}
#info ul{
	padding:10px;
}
#info li{
	padding: 10px 0px 5px 30px;
	font-size:90%;
	line-height:150%;
	background-image:url(../img/base/icon_info.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom:1px dotted #CCCCCC
}

/* ----------------------------------------
title
---------------------------------------- */

h2.title {
	width:520px;
	height:35px;
	background-image:url(../img/base/bg_title.jpg);
	background-repeat:no-repeat;
	padding: 25px 0px 0px 30px;
	color:#006600;
	font-size:100%;
	font-weight:bold;
	margin-top:15px
	
}


/* ----------------------------------------
text
---------------------------------------- */
.hplink {
	text-align:center;
	font-weight:bold;
	font-size:110%;
	padding: 10px 0px 10px 0px;
	border:2px solid #006633;
	background-color:#efefef;
	margin: 20px 10px 20px 10px
}
.txt_nomal {
	padding: 0px 10px 0px 10px;
	font-size:90%;
	line-height:150%	
}

/* ----------------------------------------
padding
---------------------------------------- */
.pad5 {padding:5px}
.pad10 {padding:10px}
.pad_t5 {padding-top:5px}
.pad_t10 {padding-top:10px}

/* ----------------------------------------
align
---------------------------------------- */

.right {
	text-align:right
}
.left {
	text-align:left
}
.center {
	text-align:center
}

.fltrt {
	float: right;
	margin-left: 5px;
}
.fltlft {
	float: left;
	margin-right: 5px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
