@charset "UTF-8";
@import url("common.css"); /* 共通スタイルの読み込み */ 

/*==========================================================
 【ご近所ドクターNET】スタイルシート
 ----------------------------------------------------------
  common.css … 共通スタイル
  ***_style.css … 各ページのスタイル
 ----------------------------------------------------------
  このスタイルはサイトマップのスタイルです。
==========================================================*/

/* ------------------------------------
 コンテンツ枠
------------------------------------- */
#siteMap {
	clear:both;
	padding:10px 0 0 0;
	height:1%;
	}

/* ------------------------------------
 タイトル
------------------------------------- */
	
#siteMap .smTitle {
	clear:both;
	margin:0 0 10px 0;
	width:740px;
	height:40px;
	background:url(../img/all/long_title_bg.jpg) no-repeat;
	}
	
#siteMap .smTitle .titleIn {
	padding:0 15px 0 20px;
	height:1%;
	}
	
#siteMap .smTitle .titleIn h2 {
	float:left;
	padding:11px 0 0 0;
	color:#2983c2;
	font-weight:bold;
	font-size:14px;
	}
	
#siteMap .subTitle {
	clear:both;
	margin:0 10px 10px 10px;
	height:23px;
	background:url(../img/sitemap/sub_title_bg.gif) repeat-x;
	}
	
#siteMap .subTitle span {
	display:block;
	padding:4px 0 4px 4px;
	font-weight:bold;
	}

/* ------------------------------------
 タイトル
------------------------------------- */
#siteMap .areaBox { /* エリア名リスト */
	padding:0 20px 20px 20px;
	height:1%;
	position:relative;
	}
	
#siteMap .areaBox dl {
	clear:both;
	padding:5px 0 0 0;
	height:1%;
	}
	
#siteMap .areaBox dl dt {
	float:left;
	width:130px;
	}
	
#siteMap .areaBox dl dt span {
	display:block;
	padding:0 0 0 13px;
	background:url(../img/all/plus_icon.gif) 0 5px no-repeat;
	}
	
#siteMap .areaBox dl dd {
	margin:0 0 0 150px;
	}

#siteMap .areaBox table { /* 診療科目リスト */
	width:680px;
	margin:0;
	border:none;
	border-collapse:collapse;
	font-size:100%;
	}
	
#siteMap .areaBox table td {
	border:none;
	border-collapse:collapse;
	vertical-align:top;
	}
	
#siteMap .areaBox table td span {
	display:block;
	padding:0 10px 10px 13px;
	background:url(../img/all/plus_icon.gif) 0 5px no-repeat;
	}
	
#siteMap .areaBox p {
	padding:0 0 5px 13px;
	background:url(../img/all/plus_icon.gif) 0 5px no-repeat;
	font-weight:bold;
	}
	
#siteMap .areaBox ul {
	margin:0 0 10px 20px;
	list-style-position:inside;
	}
	
#siteMap .areaBox ul li {
	margin:0;
	color:#2983c2;
	}
