@charset "utf-8";

/*
---------------------------------------------
■ 基本スタイル
---------------------------------------------
*/

body {
	font-size: 90%;
	line-height: 160%;
	font-family: "MS UI Gothic", Osaka;
	text-align: center;
	background-color: #036EB7;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 0px;
}
body#top {
	font-size: 90%;
	line-height: 160%;
	font-family: "MS UI Gothic", Osaka;
	text-align: center;
	background-color: #036EB7;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 0px;
}

#wrapper {
	margin: auto;
	width: 960px;
	text-align: left;
	background-color: #FFFFFF;
}

/* ▼ 見出し
---------------------------------------------*/

h1 {
	font-size: 12px;
	line-height: 160%;
	float: left;
	margin: 0px;
	color: #036EB7;
}

#img-top {
	height: auto;
	width: auto;
	margin: 0px;
	clear: both;
}
#img-top h2 {
	font-size: 18px;
	line-height: 160%;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}

#main h3 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 160%;
	clear: both;
	width: auto;
	height: 100%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main h4 {
	font-size: 18px;
	line-height: 160%;
	width: auto;
	marging-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	color: #E65800;
	background-image: url(../images/h4.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#main h5 {
	font-size: 100%;
	line-height: 160%;
	width: auto;
	marging-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 15px;
	color: #000000;
}

/* ▼ リンク
---------------------------------------------*/

a {
	color: #002F83;
	text-decoration: none;
}
a:hover {
	color: #CF1E00;
}

h1 a {
	color: #036EB7;
	text-decoration: none;
}
h1 a:hover {
	color: #036EB7;
}

/* ▼ 画像
---------------------------------------------*/

img {
	border: none;
}
.alignleft {
	float: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 15px;
	display: inline;
}
.aligncenter {
}
.alignright {
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 15px;
	display: inline;
}
.alignnone {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 15px;
}

/* ▼ テキスト
---------------------------------------------*/

.font-small {
	font-size: 70%;
	line-height: 140%;
	color: #000000;
	font-weight: normal;
}

.font-red {
	color: #CF1E00;
}
.font-blue {
	color: #002F83;
}
.font-green {
	color: #4E9404;
}
.font-gray {
	color: #595757;
}

.font16px {
	font-size: 16px;
	line-height: 160%;
}
.font14px {
	font-size: 14px;
	line-height: 160%;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

/* ▼ 回り込み
---------------------------------------------*/

.clear {
	clear: both;
}

/*
---------------------------------------------
■ ヘッダー
---------------------------------------------
*/

#header {
	height: 110px;
	width: 960px;
	font-size: 12px;
	line-height: 160%;
	padding-top: 10px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
* html #header {
	height: 120px;
	width: 960px;
	font-size: 12px;
	line-height: 160%;
	padding-top: 10px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#header-left {
	float: left;
}
#header-right {
	float: right;
}

/* ▼ ロゴ
---------------------------------------------*/

#logo {
	font-size: 36px;
	line-height: 160%;
	float: left;
	clear: left;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-left: 0px;
}

/* ▼ 住所
---------------------------------------------*/

#header-address {
	float: right;
	height: auto;
	width: auto;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
}

/* ▼ 電話番号
---------------------------------------------*/

#header-address h2 {
	font-size: 26px;
	font-weight: bold;
	color: #FF0000;
	line-height: 100%;
	margin: 0px;
}
#header-address .text {
	font-size: 12px;
	line-height: 140%;
	padding-top: 10px;
	margin: 0px;
}

/*
---------------------------------------------
■ メインコンテンツ
---------------------------------------------
*/

#main {
	width: 780px;
	height: 100%;
	float: left;
}

/* ▼ メニュー
---------------------------------------------*/

#menu {
	padding: 0px;
	margin: 0px;
	height: 40px;
	clear: both;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
*html #menu ul li a {
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
	display: block;
	height: 40px;
	width: 160px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#menu ul li a:hover {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
#menu ul li a.stay {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}

/* ▼ パンくずナビ
---------------------------------------------*/

.breadcrumb {
	font-size: 12px;
	line-height: 160%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* ▼ ページナビ
---------------------------------------------*/

.pagenavi {
	height: 23px;
	clear: both;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.pagenavi .link {
	font-size: 14px;
	line-height: 160%;
	text-align: right;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	float: right;
}
.pagenavi .link a.page-numbers, .pagenavi .link .current {
	color: #002F83;
	background-color: #FFFFFF;
	border: 1px solid #E5E4E6;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.pagenavi .link a.page-numbers:hover {
	color: #CF1E00;
	background-color: #FFFFFF;
	border: 1px solid #E5E4E6;
	text-decoration: none;
}
.pagenavi .link .current {
	color: #000000;
	background-color: #F3F3F2;
	border: 1px solid #E5E4E6;
	font-weight: bold;
}
.pagenavi .link .next, .pagenavi .link .prev {
	color: #002F83;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	border: 1px solid #E5E4E6;
	text-decoration: none;
}
.pagenavi .total {
	font-size: 14px;
	line-height: 160%;
	float: left;
}

/* ▼ ページトップ
---------------------------------------------*/

.pagetop {
	font-size: 12px;
	line-height: 160%;
	margin-right: 20px;
	margin-left: 20px;
	text-align: right;
	padding-bottom: 10px;
	clear: both;
}

/* ▼ コンテンツ枠
---------------------------------------------*/

.section {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	clear: both;
}

.section p {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.section p.line {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.section ul {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style-type: none;
}
.section ul li {
	background-image: url(../images/list_bg-1.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
	/*clear: both;*/
}

.section ol {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style-type: none;
}
.section ol li {
	padding: 0px;
	margin: 0px;
	clear: both;
}

.section table {
	font-size: 100%;
	line-height: 160%;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/*
---------------------------------------------
■ トップページ
---------------------------------------------
*/

/* ▼ トップメニュー
---------------------------------------------*/

#top .section .top-menu {
	background-color: #FFFFFF;
	margin-top: 20px;
	overflow: hidden;
}

#top .section .top-menu ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style-type: none;
}
#top .section .top-menu ul li {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: none;
	width: 350px;
}
#top .section .top-menu ul li p {
	margin: 0px;
}
#top .section .top-menu ul li img {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ▼ トピックス
---------------------------------------------*/

dl.topics {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
dl.topics dt {
	font-weight: bold;
	margin-top: 20px;
	color: #4E9404;
}
dl.topics dd {
	margin-left: 20px;
}

/*
---------------------------------------------
■ 医師のご紹介
---------------------------------------------
*/

/* ▼ 略歴
---------------------------------------------*/

dl.profile {
	font-size: 14px;
	line-height: 160%;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
dl.profile dt {
	font-weight: bold;
	color: #4E9404;
	width: 70px;
}
dl.profile dd {
	margin-left: 70px;
	margin-top: -22px;
}

/*
---------------------------------------------
■ 診療のご案内
---------------------------------------------
*/

/* ▼ 診療時間
---------------------------------------------*/

.shinryo {
	width: 535px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.shinryo td {
	vertical-align: top;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 30px;
}
* html .shinryo td {
	vertical-align: top;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 50px;
}
.shinryo th {
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	background-color: #4E9404;
	border: 1px solid #CCCCCC;
}
.shinryo .time {
	text-align: left;
	background-color: #E2F0C7;
	width : 165px;
}
* html .shinryo .time {
	text-align: left;
	background-color: #E2F0C7;
	width : 185px;
}

/*
---------------------------------------------
■ 医院のご紹介
---------------------------------------------
*/

/* ▼ 写真一覧
---------------------------------------------*/

.section table.photo {
	border: none;
	/*float: right;*/
}
.section table.photo td {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	text-align: center;
}

.section table.photo tr.padding-top0px td {
	padding-top: 00px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*
---------------------------------------------
■ サブコンテンツ
---------------------------------------------
*/

#sub {
	width: 180px;
	height: 100%;
	float: right;
}
#sub p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ▼ 文字サイズ変更
---------------------------------------------*/

#fontsize {
	font-size: 12px;
	line-height: 23px;
	background-image: url(../images/fontsize.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#fontsize a {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

/* ▼ サイドメニュー
---------------------------------------------*/

#sub .side-menu h2 {
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	clear: both;
}
.side-menu {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.side-menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.side-menu ul li {
	background-image: url(../images/list_bg-1.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
/* ▼ ボタン
---------------------------------------------*/
.button {
	padding: 0px;
	font-size: 12px;
	line-height: 140%;
}
.button ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.button li {
	display: inline;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.button li img {
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ▼ 住所
---------------------------------------------*/

#sub .side-address h2 {
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/h2-sub.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: auto;
	clear: both;
}
.side-address {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.side-address .text{
	font-size: 12px;
	line-height: 140%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*
---------------------------------------------
■ フッター
---------------------------------------------
*/

#footer {
	font-size: 12px;
	line-height: 160%;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	height: 70px;
	background-color: #FFFFFF;
}
#footer h2 {
	font-size: 12px;
	line-height: 160%;
	font-style: normal;
}
#footer a {
	/*color: #FFFFFF;
	text-decoration: underline;*/
}
#footer a:hover {
	/*color: #D8E698;
	text-decoration: underline;*/
}

/* ▼ フッターメニュー
---------------------------------------------*/

#footer-menu {
	text-align: center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#footer-menu ul {
	margin: 0px;
	margin-top: 2px;
	list-style-type: none;
}
#footer-menu ul li {
	display: inline;
	margin: 0px;
	padding: 5px;
}
#footer-menu ul li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer-menu ul li ul li {
	display: inline;
	margin: 0px;
	padding: 5px;
}

/* ▼ コピーライト
---------------------------------------------*/

#copyright {
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

address {
	font-size: 12px;
	line-height: 160%;
	font-style: normal;
}

