@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------ */
/* 基本指定 */
/* ------------------------------------------------------------ */

html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); /* これで一瞬砂時計が出るのを回避（IE Only） */
}
ul,
li{
	list-style:none;
	list-style-position: outside;
	margin:0;
	padding:0;
}
p{
	margin:0 0 1em 0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	line-height:1.6;
	color:#333;
	background: #FFF;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

/* ------------------------------------------------------------ */
/* リンク色指定 */
/* ------------------------------------------------------------ */
a{ color: #333; text-decoration: underline;}
a:visit{ color: #8799BF; text-decoration: underline;}
a:hover{ color: #8799BF; text-decoration: underline;}
a:active{ color: #8799BF; text-decoration: underline;}

/* ------------------------------------------------------------ */
/* コンテナ */
/* ------------------------------------------------------------ */
#container{
	width:800px;
	margin:0px auto;
}

/* ------------------------------------------------------------ */
/* ヘッダ */
/* ------------------------------------------------------------ */
#head{
	width:800px;
	height:83px;
	margin:0px auto;
	background:url(img/herder_bg.jpg) right bottom no-repeat;
	border-bottom:3px solid #8799BF;
	margin:0 0 20px 0;
}
p.outline{
    font-size: 10px;
	width: 400px;
	float: right;
	margin: 25px 100px 0 0px;
	display: inline;
	color: #777;
}
#head #ci{
	float:left;
}
#head #ci h1{
	margin-top:25px;
	font-size:27px;
	font-family:Geneva, Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration:none;
	color:#555;
}
#head img{
	vertical-align: bottom;
}
#head a img{
	border: none;
}

/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
#main{
	width:800px;
	margin:0px auto 40px auto;
	font-size:12px;
}
#main a img{
	border:none;
}
#main a:hover img{
	opacity		: 0.7;
	filter		: alpha(opacity=70);
}

/* ------------------------------------------------------------ */
/* サイドバー */
/* ------------------------------------------------------------ */
#sidearea{
	float:left;
    width:185px;
}

#sidearea p{
	padding:0;
	margin:0;
	text-align:left;
}
#sidearea img.sidebar_cap{
    vertical-align: bottom;
	display: block;
	float: left;
}
#sidebar{
	width:180px;
	background:#8799BF;
	padding:0px 0px;
	border: 0px solid #ccc;
	clear: both;
}
#sidearea p.no{
	text-align:left;
	font-size:18px;
	color:#444;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif,'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#sidearea h3{
    padding:0px 25px 1px;
	margin:0px 0 10px 0;
	border-bottom: 1px dotted #8799BF;
	background:url(img/inquiry_bg.gif) left center no-repeat;
	color: #8799BF;
	font-size:13px;
}

h3 a{ color:#8799BF; text-decoration:none}
h3 a:visit{ color:#8799BF; text-decoration:none;}
h3 a:hover{ color:#8799BF; text-decoration:none;}
h3 a:active{ color:#8799BF; text-decoration:none;}

#sidearea .inquiry{
	margin:40px 0 10px 0;
	}
	
#sidearea .profile{
	margin:20px 0 10px 0;
	}

/* ------------------------------------------------------------ */
/* メインメニュー */
/* ------------------------------------------------------------ */
#mainmenu{
	margin:0px;
}
#mainmenu ul{
	margin:0 auto;
	float: left;
}
#mainmenu li{
	text-align:left;
	font-size:12px;
	border: 1px solid #8799BF;
	line-height: 0px;
}
#mainmenu li a{
	display:block;
	line-height:1.6;
	padding:0px 0 0px 0px;
	margin: 0px 6px 0px 20px;
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
	background:#8799BF; url(img/icon_teeth.gif) no-repeat left center;
}

#mainmenu .mcategory a{
	background:url(img/sidebar_mpt.gif) left center no-repeat;
	padding:0 0 0 15px;
}

#mainmenu .scategory a{
	background:url(img/sidebar_spt.gif) left center no-repeat;
	padding:0 0 0 30px;
}

#mainmenu li a:hover{
	color:#313F5B;
	text-decoration:underline;
}

/* ------------------------------------------------------------ */
/* VI */
/* ------------------------------------------------------------ */
#vi{
	width:590px;
	height:212px;
	margin:0px auto 30px auto;
	color:#FFF;
    position: relative;
}
#sub-vi{
	width:590px;
	height:150px;
	margin:0px auto 30px auto;
	padding: 0px 0 0 0px;
	background:url(img/content_h2_bg.jpg) left top no-repeat;
}
#vi img{
    vertical-align: bottom;
}
#vi h2{
	font-size:18px;
	padding:60px 0 10px 35px;
	color: #000;
}
#vi .bodycopy{
	width:260px;
	font-size:12px;
	padding:0 0 0 35px;
}
.catch{
    position: absolute;
	top: 0px;
	left: 0px;
	color: #333;
}

/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
#content{
	float:right;
	width:590px;
}
#content img.content-img{
    border: 1px solid #CCC;
}
#sub-vi h2{
	color:#000;
	font-size:18px;
	font-weight: bold;
	margin: 0px;
	padding: 60px 0 0 20px;
}
#content h3{
	width:539px;
	background:url(img/icon_teeth_c.gif) left center no-repeat;
	color:#8799BF;
	font-size:13px;
	padding:0px 25px 1px;
	margin:0 0 10px 0;
	border-bottom: 1px dotted #8799BF;
}
#content.home h3{
	width:539px;
	background:url(img/icon_teeth_c.gif) left center no-repeat;
	color:#8799BF;
	font-size:13px;
	padding:0px 25px 1px;
	margin:0 0 10px 0;
	border-bottom: 1px dotted #8799BF;
}
#content h4{
	font-size:12px;
	margin:0 0 5px 0px;
	padding-left: 10px;
    color: #333;
	border-left: 5px solid #8799BF;
}
#content table.news td{
	border-bottom:dotted 1px #CCC;
}
#content table.news th{
	border-bottom:dotted 1px #CCC;
}
#content td{
	padding:7px;
}

#content p a{
	background:url(img/main_a.gif) left center no-repeat;
	padding:0 0 0 15px;
	font-weight:bold;
}

#content td img{
	padding:1px;
	border:1px solid #ccc;
}
#content th{
	text-align:left;
	width:100px;
	padding:7px;
	color: #555;
	background:#eee;
}
#content .section{
	margin:0 0 20px 0;
}
span.icon{
	padding-left:15px;
    background:url(img/point_link.gif) left center no-repeat;
    font-weight: bold;
}

/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */
#footer{
	width:100%;
	margin:0px auto;
	padding:7px 0 30px 0px;
	font-size:10px;
	text-align:center;
	clear: both;
	color:#333;
	border-top: 2px solid #8799BF;
	font-family: Arial, Helvetica, sans-serif,'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* ------------------------------------------------------------ */
/* Clearfix */
/* ------------------------------------------------------------ */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: 1%;
  display:block;
  overflow: hidden;
  /**/
}
