@charset "utf-8";

/* ========================================================
	index css => indexページ用css
======================================================== */

/* メインエリア
============================================================================================================ */
div#mainArea div.inner {
	text-align: center;
}
div#mainArea div.inner h2 {
	float: none;
	padding-top: 16px;
}
div#mainArea div.inner ul {
	float: none;
	margin-left: 153px;
}
div#mainArea div.inner ul li {
	float: left;
	margin-right: 26px;
}


/* コンテンツエリア
============================================================================================================ */
div#contentsArea {
	padding-top: 15px;
	//background: url(../images/contents_shadow.png) ;
}
div#indexContents {
	width: 990px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(../images/contents_bg.png);
}

div.mainTxt {
	background-image: url(../images/maintxt_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 15px;
	padding-right: 13px;
	padding-bottom: 14px;
	margin-bottom:15px;
}


/* 左エリア
============================================================================================================ */
div#mainContents {
	float: left;
	width: 740px;
}
div#mainContents h2 {
	font-size:x-small;
	text-align:right;
	padding-right:10px;
	padding-top:3px;
}


/* コンテンツ01
----------------------------------------------------------------------------------------- */
div.contents01 {
	height:112px;
	margin-bottom: 16px;
	padding-bottom: 18px;
	position:relative;
	cursor: pointer;
	background-image: url(../images/main01.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 16px;
}

div.contents01 .botan{
	position:absolute;
	top:10px;
	right:10px;}

/* コンテンツ02
----------------------------------------------------------------------------------------- */
div.contents02 {
	margin-bottom: 16px;
}
div.contents02 dl.navi1	{
	padding-top: 0;
	padding-bottom: 0;
}
div.contents02 dl.navi1 dt {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -1px;
	
}
div.contents02 dl.navi1 dd	{
		width: 720px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 8px;
}


/* コンテンツ03
----------------------------------------------------------------------------------------- */

div.contents03 p{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 27px;
	padding-left: 5px;
	line-height: 1.4;
}

/* コンテンツ04
----------------------------------------------------------------------------------------- */
div.contents04 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
div.contents04 div.inner {
	padding: 5px;
}
div.contents04 div.left {
	float: left;
	position:relative;
	width:337px;
	height:157px;
	background:url(../images/cont04_bg.png) no-repeat;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
	line-height: 1.4;
	color: #462806;
}
div.contents04 div.left p {
	padding-top:4px;
}

div.contents04 div.right{
	float: right;
	position:relative;
	width:337px;
	height:157px;
	background:url(../images/cont04_bg.png) no-repeat;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
	line-height: 1.4;
	color: #462806;
}
div.contents04 div.right p {
	padding-top:4px;
}
div.contents04 div.left img,
div.contents04 div.right img{
	float:left;
	padding-right:5px;}

div.contents04 div.left p.botan,
div.contents04 div.right p.botan{
	position:absolute;
	right:10px;
	bottom:18px;}

/* コンテンツ05
----------------------------------------------------------------------------------------- */
div.contents05 {
	background:url(../images/cont05_bg02.png);
	width:740px;
	height:380px;
	margin-bottom:13px;
	clear: both;
	color: #462806;
	}

div.contents05 div.inner {
	font-size:15px;
	line-height:1.5em;
	position:relative;
	padding-top: 25px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	}
div.contents05 div.left {
	float: left;
	width:344px;
	line-height: 1.2;
}
div.contents05 div.left p {
	padding-top: 7px;
}
div.contents05 div.right {
	float: right;
	width:344px;
	line-height: 1.2;
}
div.contents05 div.right p {
	padding-top: 7px;
}

div.contents05 ul{
	width:274px;
	padding:0px;
	margin:0px;
	position:absolute;
	top:245px;
	right:22px;
	}

div.contents05 ul li.left{float:left;}
div.contents05 ul li.right{float:right;}

div.contents05 p.contact_txt{
	position:absolute;
	left:95px;
	top:295px;
	width:270px;
	line-height:1.3em;
	}
	
/* コンテンツ06
----------------------------------------------------------------------------------------- */
div.contents06 {
	margin-bottom:13px;
	clear: both;
	color: #462806;
	}
div.contents06 p.botan{
	position:absolute;
	left: 480px;
}
div.contents06 h3 {
	padding-top: 16px;
	padding-left: 20px;
	float: left;
}

div.contents06 ul {
	margin-left: 20px;
	border-top-width: 1px;
	border-topm-style: dotted;
	border-top-color: #bfb09d;
	margin-top:5px;
	border-top-style: dotted;
	width: 510px;
}
div.contents06 ul li {
	width: 507px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bfb09d;
	padding-top: 4px;
	height: 20px;
	padding-bottom: 1px;
	list-style-type: none;
}

/* 右エリア
============================================================================================================ */
div#sideContents {
	position: relative;
	left: 2px;
	float: right;
	width: 240px;
}


/* 対談
----------------------------------------------------------------------------------------- */
div.talk{
	position:relative;
	margin-bottom: 15px;
	}

div.talk p.talk{
	padding:10px 20px 10px 20px;
	line-height:1.6em;
	}

div.talk p.botan{text-align:center;}


/* お悩みQ&A
----------------------------------------------------------------------------------------- */
ul.qa{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 27px;
	padding-left: 0;
}

ul.qa li{
	list-style:url(../images/qa_icon.png);
	margin-left:25px;
}


/* システム
----------------------------------------------------------------------------------------- */
div.system{
25px 5px
	margin-bottom: 25px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-bottom: -5px;
}
div.system p{
	font-size:16px;
	background: url(../images/system_bg.png) repeat-y;
	line-height:1.5em;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	}

/* バナー一覧
----------------------------------------------------------------------------------------- */
ul.side_bunner{
	padding:0 0 10px 0;}


/* 激安インプラント
----------------------------------------------------------------------------------------- */
div#low-price {
	margin: 0 2px 10px;
	padding: 1px;
	border: 3px solid #ecebd4;
}
div#low-price div.inner {
	padding: 0 4px;
	background: #f3efda url(../images/side01_bg01.png) repeat-x;
}
div#low-price p {
	padding: 10px 6px 15px;
	font-size: 85%;
}
div#low-price ul {
	padding-right: 10px;
	background: #e6e2ce url(../images/side01_bg02.png) repeat-x;
}
div#low-price ul li {
	float: right;
	background: url(../images/link_ico03.png) no-repeat left;
}
div#low-price ul li a {
	padding-left: 32px;
}

/* 日本で最も多くの症例実績
----------------------------------------------------------------------------------------- */
h2 p.subtxt{
	font-size:10pt;
	padding-left:10px;
	}

/* Q&A
----------------------------------------------------------------------------------------- */
div#qa {
	margin: 0 2px 5px;
	padding: 0 5px 6px;
	border: 3px solid #cfe6a5;
	background-color: #f7f7ee;
}
div#qa h3 {
	margin-bottom: 4px;
}
div#qa ul li {
	padding: 2px 0 2px 6px;
	zoom: 1;
}
div#qa ul li a {
	display: block;
	padding-left: 26px;
}
div#qa ul li.odd {
	background: #edece1 url(../images/link_ico04.png) no-repeat 0 0.3em;
}
div#qa ul li.even {
	background: #f7f7ee url(../images/link_ico01.png) no-repeat 0 0.3em;
}


/* POP UP
----------------------------------------------------------------------------------------- */
#pop_box {
	margin: 0px;
	width: 460px;
	border: 5px solid #D2C7AC;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.1em;
}

#pop_box td{
	border: 1px solid #C6B795;
	padding: 15px;
}

.underline{
	text-decoration: underline;
	color: #FF0000;
}
.kanban2 {
	margin-bottom:10px; 
	margin-left:2px;
}

