/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* 基本セレクタ */
body {
	font-size: 100%;
	font-family:"MS Pゴシック","Osaka",Verdana,Arial,sans-serif;
	margin: 0;
	padding: 0;
	background: #ffffff url(./image/bg.gif) repeat-x;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0;
	margin-bottom: 0;
}

hr {
	display: none;
}

a {
	color: #B3567C;
}

/* コンテナ */
#container {
	width: 800px;
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border:solid 1px #999999;
	padding: 0;
	background-color: #ffffff;
	text-align: left;
}
/* ++++++++++++++++++++++導入領域++++++++++++++++++++++++ */
#intro {
	margin: 0 auto;
}

#intro h1,#intro p {
}

#pageHeader {
	width: 800px;
	height: 85px;
	background-image: url(./image/sitetitle.jpg);
}

/* ブログのタイトル */
#pageHeader h1 {

}
#pageHeader h1 span {
	display: none;
}

/* ブログのサブタイトル */
#pageHeader h2 {

}
#pageHeader h2 span {
	display: none;
}

/* ブログの概要 */
#quickSummary p{
	display: none;
}

/* ++++++++++++++++++++++メインコンテンツ++++++++++++++++++++++++ */

/* 本文ベース */
#mainContent {
	width: 800px;
	margin: 0;
	padding-top: 85px;
	background: #ffffff url(../image/side.gif) repeat-y;
	}

/ * #content {
	font-size: 12px;
	margin-left: 201px;
	width: 599px;
	margin-top: 0px;
} */

/* #content div{
	margin-left: 15px;
	margin-right: 15px;
} */

#content h3{
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	background-color:#999999;
	padding: 5px 0 6px 15px;
}

/* 会員サイトページ用のベース */
#members #mainContent {
	width: 800px;
	min-height:430px;
	_height:430px;
	margin: 0;
	padding-top: 85px;
	background: #ffffff url(./image/kazari.gif) no-repeat right top;
	}

/* 会員サイトページ用の本文スタイル（サイドメニューなし） */
#members #content {
	font-size: 12px;
	width: 760px;
	margin: 0px;
	padding:20px;
}

/* 会員サイトページ用のボックス */
.membersbox{
	font-size:12px;
	display:block;
	margin:20px 0px 10px 20px;
	padding:10px;
	width:200px;
	height:200px;
	float:left;
	border:solid 1px #cccccc;
}

.membersbox#club{
	background:#ffffff url(./image/illust01.gif) no-repeat 90% 90%;
}

.membersbox#super{
	background:#ffffff url(./image/illust02.gif) no-repeat 90% 90%;
}

.membersbox#friends{
	background:#ffffff url(./image/illust03.gif) no-repeat 90% 90%;
}

.membersbox dt{
	background:url(./image/memberssite.gif) no-repeat left top;
	color:#4e4e4e;
	height:49px;
	width: 190px;
	margin:0px auto 0px;
	padding:20px 0px 0px 20px;
}

.membersbox dd{
	color:#535353;
	margin:0px;
	line-height:130%;
}

/* 取り組み用の背景画像 */
#policy #main{
	background:url(./image/main01.jpg) no-repeat right top;
	min-height:250px;
	_height:250px;
}

/* サービス用の背景画像 */
#service #main{
	background:url(./image/main02.jpg) no-repeat right top;
	min-height:320px;
	_height:320px;
}

/* 事務所クリニックご案内用の背景画像 */
#information #main{
	background:url(./image/main03.jpg) no-repeat right top;
	min-height:250px;
	_height:250px;
}

/* 本文部分のスタイル */
#content p{
	color:#666666;
	font-size:12px;
	line-height:130%;
	padding-top:20px;
	padding-left:20px;
}

#main p.p1{
	width:350px;
}

#main dl{
	width:350px;
	color:#666666;
	font-size:12px;
	padding: 10px 0px 10px 10px;
	list-style-type: none;
}

#main dt{
	background: url(./image/marker04.gif) left top no-repeat;
	padding: 0px 0px 3px 20px;
	margin:10px;
}

#main dd{
}

/* スライド用 */
#slide {
	overflow: auto;
	margin: 10px auto 20px;
	padding-bottom: 10px;
	width: 570px;
	background: url(./image/corner_bottom.gif) left bottom no-repeat;
	}

#slide dl  {
	font-size:12px;
	color:#333333;
	margin-left: 0px;
	padding: 10px 14px 0 15px;
	list-style-type: none;
	background: url(./image/corner_top.gif) left top no-repeat;
	}

#slide dt{
	width: 172px;
	height:28px;
	padding: 7px 0px 0 28px;
	float: left;
	clear: both;/*\*/
	clear: left;/* */
}

#slide dd{
	width: 330px;
	padding: 7px 0px 0 10px;
	line-height:130%;
	float: right;/*\*/
	float: left;/* */
	margin-left: 0;
}

/* スライドタイトル用のスタイル */
.s1{
	background: url(./image/slidetitle01.jpg) left top no-repeat;
}

.s2{
	background: url(./image/slidetitle02.jpg) left top no-repeat;
}

.s3{
	background: url(./image/slidetitle03.jpg) left top no-repeat;
}

.s4{
	background: url(./image/slidetitle04.jpg) left top no-repeat;
}

.s5{
	background: url(./image/slidetitle05.jpg) left top no-repeat;
}


/* フッター */
#footer{
  clear:both; 
	width: 800px;
  height: 38px; 
	font-size:12px;
  text-align:center;
  line-height:2.8em;
  color:#ffffff;
/*	background-color:#336699; */
  background-image: url("./image/footerbar.jpg");
}
#footer p{
	color:#ffffff;
	font-size:0.8em;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	}

/* +++++++++++++++++++++++メニュー表示++++++++++++++++++++ */

#linkList {
	font-size: 12px;
	}

/* メインメニュー（エントリーのリンク） */

#lmainMenu h3 { 
	background: transparent url(./image/kazari01.gif) no-repeat 0.45em -0.2em;
	margin: 0px 0px 0px 0px; 
	padding-left:30px;
	padding-top:3px;
	padding-bottom:30px;
	text-indent:-9999px;
	overflow:hidden;
	}

#lmainMenu h3 span {
	}

#lmainMenu li a {
	color: #988F5E;
	}

/* #lmainMenu li a:visited {
	color: #B3AE94;
	} */

#lmainMenu {
	width: 200px;
	position: absolute;
	top: 140px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	}

#lmainMenu ul  {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	color:#333333;
	}

#lmainMenu ul li{
	margin-left:10px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:5px;
	background: url(./image/arrows.gif) no-repeat 0 13px;
	border-bottom:dotted 1px #666666;
	}

/* サイドメニューのサブメニュー表示スタイル */
#lmainMenu ul li li{
	margin-left:0px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:0px;
	background: url(./image/list_mark_r.gif) no-repeat 0 13px;
	border-bottom:none;
	}


/* グローバルメニュー（他ブログとのリンク等） */

#lsubMenu h3 span{
	display: none;
}

#lsubMenu {
	/* background: url(./image/navibase.jpg) no-repeat left top; */
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 0px;
	width:800px	;
	height:85px;
	position: absolute;
	top: 85px;
	left: 0px;
}

/* 上部タイトル（取り組み、サービス、ご案内、会員サイト） */
#policy #lsubMenu{
	background: url(./image/navibase.jpg) no-repeat left top;
}

#service #lsubMenu{
	background: url(./image/navibase_s.jpg) no-repeat left top;
}

#information #lsubMenu{
	background: url(./image/navibase_i.jpg) no-repeat left top;
}

#members #lsubMenu{
	background: url(./image/navibase_m.jpg) no-repeat left top;
}

#lsubMenu ul  {
	list-style-type: none;
	position: absolute;
	top: 3px;
	left: -15px;
}

#lsubMenu li {
	float:left;
	padding: 0 6px 0 0px;
	text-indent:-9999px;
	overflow:hidden;
}

#lsubMenu li a {
	display: block;
	width:121px;
	height:51px;
}
	 

/* 上部個別タイトルロールオーバー（取り組み、サービス、ご案内、会員サイト） */
#lsubMenu #home a{
	background: url(./image/home.jpg) no-repeat left top;
}

#lsubMenu #policy a{
	background: url(./image/policy.jpg) no-repeat left top;
}

#lsubMenu #service a{
	background: url(./image/service.jpg) no-repeat left top;
}

#lsubMenu #info a{
	background: url(./image/info.jpg) no-repeat left top;
}

#lsubMenu #writing a{
	background: url(./image/writing.jpg) no-repeat left top;
}

#lsubMenu #members a{
	background: url(./image/members.jpg) no-repeat left top;
}

#lsubMenu #home a:hover{
	background: url(./image/home_h.jpg) no-repeat left top;
}

#lsubMenu #policy a:hover{
	background: url(./image/policy_h.jpg) no-repeat left top;
}

#lsubMenu #service a:hover{
	background: url(./image/service_h.jpg) no-repeat left top;
}

#lsubMenu #info a:hover{
	background: url(./image/info_h.jpg) no-repeat left top;
}

#lsubMenu #writing a:hover{
	background: url(./image/writing_h.jpg) no-repeat left top;
}

#lsubMenu #members a:hover{
	background: url(./image/members_h.jpg) no-repeat left top;
}
/* オプションメニュー（アクセスマップ、ＱＡ） */

#lopMenu h3 span{
	display: none;
}

#lopMenu {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 0px;
	position: absolute;
	width:308px;
	height:30px;
	top: 55px;
	left: 492px;
}

/* オプションメニュータイトル（アクセスマップ、ＱＡ） */

#lopMenu ul  {
	list-style-type: none;
	position: absolute;
	top: 3px;
	left: 0px;
}

#lopMenu li {
	float:left;
	padding: 0 6px 0 0px;
	text-indent:-9999px;
	overflow:hidden;
}

#lopMenu li a {
	display: block;
	width:121px;
	height:25px;
}
	 

/* 個別タイトルロールオーバー（アクセスマップ、ＱＡ） */
#lopMenu #access a{
	background: url(./image/amap.gif) no-repeat left top;
}

#lopMenu #qa a{
	background: url(./image/faq.gif) no-repeat left top;
}

#lopMenu #access a:hover{
	background: url(./image/amap_h.gif) no-repeat left top;
}

#lopMenu #qa a:hover{
	background: url(./image/faq_h.gif) no-repeat left top;
}

/* 強調文字 */
em{
	font-size:12px;
	color:#990000;
	font-style:normal;
}

/* ++++++++++++++++++++++++++　検索 +++++++++++++++++++++++++++ */
.kensaku{
	padding-top: 3px;
	position: absolute;
	top: 0px;
	right: 10px;
}
