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

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

/* ------------------------------------
 全体枠
------------------------------------- */
#about {
	clear:both;
	padding:10px 0 0 0;
	height:1%;
	position:relative;
	}

/* ------------------------------------
 タイトル
------------------------------------- */
	
#about .aboutTitle {
	clear:both;
	margin:0 0 10px 0;
	width:740px;
	height:40px;
	background:url(../img/all/long_title_bg.jpg) no-repeat;
	position:relative;
	}
	
#about .aboutTitle .titleIn {
	padding:0 15px 0 20px;
	height:1%;
	}
	
#about .aboutTitle .titleIn h2 {
	float:left;
	padding:11px 0 0 0;
	color:#2983c2;
	font-weight:bold;
	font-size:14px;
	}
	
/* ------------------------------------
 リード
------------------------------------- */
#about .lead {
	margin:0 20px;
	}
	
#about .lead p {
	margin:0 0 10px 0;
	font-size:140%;
	font-weight:bold;
	}
	
/* ------------------------------------
 コンテンツ
------------------------------------- */
#about .aboutContents {
	clear:both;
	padding:20px 0 0 0;
	height:1%;
	}

#about .aboutContents .subTitle {
	clear:both;
	margin:0 10px 10px 10px;
	height:23px;
	background:url(../img/sitemap/sub_title_bg.gif) repeat-x;
	}
	
#about .aboutContents .subTitle span {
	display:block;
	padding:4px 0 4px 4px;
	font-weight:bold;
	}
	
#about .aboutContents img {
	float:right;
	margin:0 10px 10px 10px;
	}
	
#about .aboutContents dl {
	margin:0 0 0 15px;
	height:1%;
	}
	
#about .aboutContents dl dt {
	font-weight:bold;
	}
	
#about .aboutContents dl dd {
	margin:0 0 10px 0;
	}
	
#about .aboutContents dl dd img {
	float:none;
	margin:5px 0 0 0;
	}
