@charset "shift_jis";

/*
============================================================
基本レイアウト設定
------------------------------------------------------------

■ デフォルトリセット
■ 音声ブラウザ用ナビゲーション
■ アクセシビリティ対応
■ テキストリンク
■ レイアウトベース
■ ヘッダー
■ フッター

■ コンテンツ
■ パンくず

============================================================
*/

/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.2;
	border: none;
	list-style-type: none;
}
/*img { vertical-align: middle; }*/
hr  { display: none; }
input, textarea { font-size: 100%; }


/* ---------------------------------------------------------
■ floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
■ レイアウトベース
--------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center; /* 中央レイアウト */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../doctor/img/bg_01.gif);
	font-size: 12px;
}

div#content_base {
	width: 810px;
	margin: 0 auto; /* 中央レイアウト */
	text-align: left; /* テキスト左寄せ */
	overflow: hidden;
	background: #FFFFFF;
}

/* Netscape対策 */
div#content_base:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
div#header {
	width: 810px;
	height: auto;
	margin: 0;
}

/*div#header #logo {
	float: left;
	margin: 5px 0 0 15px;
}

div#header .bt {
	float: right;
	margin: 5px 15px 0 0;
}*/

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
div#footer {
	width: 770px;
	margin: 0;
	padding: 20px;
	float: left;
}

/* バックナンバー
------------------------------------ */
div#footer img {
	margin-bottom: 10px;
}

div#footer ul.back li {
	background: url(../../doctor/img/ic_back.gif) no-repeat 0 8px;
	padding-left: 15px;
	line-height: 25px;
	float: left;
	font-weight: bold;
	width: 350px;
}

div#footer ul.back  li a{
	text-decoration: underline;
	color: #8a6e4d;
}

div#footer ul.back  li a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------
■ コンテンツ
--------------------------------------------------------- */
div#content {
	float: left;
	width: 783px;
	padding: 0px 13px;
}

/* ---------------------------------------------------------
■ タイトル
--------------------------------------------------------- */
/* 共通 */
div#content h1 {
	font-weight: bold;
	color: #60411d;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 0;
	height: 20px;
	margin: 15px 0;
}

/* 個別背景 */
div#content h1.bg_01 {
	background: url(../../doctor/img/tit_01.gif) no-repeat;
	padding-left: 40px;
	width: 720px;
}

div#content h1.bg_02 {
	background: url(../../doctor/img/tit_02.gif) no-repeat;
	padding-left: 20px;
	width: 740px;
}

div#content h1.bg_03 {
	background: url(../../doctor/img/tit_03.gif) no-repeat;
	padding-left: 40px;
	width: 720px;
}

div#content h1.bg_04 {
	background: url(../../doctor/img/tit_04.gif) no-repeat;
	padding-left: 20px;
	width: 740px;
}

div#content h1.bg_05 {
	background: url(../../doctor/img/tit_05.gif) no-repeat;
	padding-left: 40px;
	width: 720px;
}

div#content h1.bg_06 {
	background: url(../../doctor/img/tit_06.gif) no-repeat;
	padding-left: 20px;
	width: 740px;
}

div#content h1.bg_07 {
	background: url(../../doctor/img/tit_07.gif) no-repeat;
	padding-left: 40px;
	width: 720px;
}

/* ---------------------------------------------------------
■ 内容部分レイアウト
--------------------------------------------------------- */
img.img_left {
	float: left;
	margin: 0 15px 15px 0;
}

img.img_right {
	float: right;
	margin: 0px 0 15px 15px;
}

div#content ul {
	padding:10px 10px 10px 30px;
	margin:10px 0;
	background:#fff9e4;
	border:1px solid #ffcb87;
	width:390px;
	float:left;
}

div#content ul li {
	list-style-type: disc;
	padding: 5px 0;
}
