/*------------------------------
基本設定
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html {
	background: #333;
	overflow-y:scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333;
	background: #eee;
}
hr {
	display: none;
}
img {
	vertical-align: bottom;
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h4 {
	height: 50px;
	margin-bottom: 15px;
}
/*------------------------------
全体の枠
------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
}
/*------------------------------
インナー
------------------------------*/
.inner {
	margin: 0px auto;
	width: 930px;
}
/*------------------------------
ヘッダー
------------------------------*/
#header {
	background: #eee;
	height: 90px;
	width: 100%;
	border-top: 5px solid #333;
}
#header p {
	float: left;
	padding-top: 20px;
}
#header #header-right {
	float: right;
	height: 90px;
}
#header #header-right h1 {
	font-size: 100%;
	float: right;
	padding-top: 35px;
	font-weight: normal;
}
#header #header-right #tel {
	float: right;
	clear: both;
	padding-top: 15px;
}
/*------------------------------
グローバルナビ
------------------------------*/
#global_navi {
	height: 60px;
	width: 100%;
	clear: both;
	margin-top: 15px;
	background: #999 url(../images/navi_back.jpg);
	margin-bottom: 15px;
}
#global_navi ul {
	height: 60px;
	width: 930px;
	list-style: none;
}
#global_navi ul li {
	float: left;
}
#global_navi ul li a {
	background: #999;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 155px;
	overflow: hidden;
}
#global_navi #home {
	background: url(../images/navi_home.jpg) no-repeat;
}
#global_navi #home:hover {
	background: url(../images/navi_home_ov.jpg) no-repeat;
}
#global_navi #greeting {
	background: url(../images/navi_greeting.jpg) no-repeat;
}
#global_navi #greeting:hover {
	background: url(../images/navi_greeting_ov.jpg) no-repeat;
}
#global_navi #case {
	background: url(../images/navi_case.jpg) no-repeat;
}
#global_navi #case:hover {
	background: url(../images/navi_case_ov.jpg) no-repeat;
}
#global_navi #equipment {
	background: url(../images/navi_equipment.jpg) no-repeat;
}
#global_navi #equipment:hover {
	background: url(../images/navi_equipment_ov.jpg) no-repeat;
}
#global_navi #aboutus {
	background: url(../images/navi_aboutus.jpg) no-repeat;
}
#global_navi #aboutus:hover {
	background: url(../images/navi_aboutus_ov.jpg) no-repeat;
}
#global_navi #inquiry {
	background: url(../images/navi_inquiry.jpg) no-repeat;
}
#global_navi #inquiry:hover {
	background: url(../images/navi_inquiry_ov.jpg) no-repeat;
}
/*-----各ページメニューオーバー-----*/
#index_page #global_navi #home {
	background: url(../images/navi_home_ov.jpg) no-repeat;
}
#greeting_page #global_navi #greeting {
	background: url(../images/navi_greeting_ov.jpg) no-repeat;
}
#case_page #global_navi #case {
	background: url(../images/navi_case_ov.jpg) no-repeat;
}
#equipment_page #global_navi #equipment {
	background: url(../images/navi_equipment_ov.jpg) no-repeat;
}
#aboutus_page #global_navi #aboutus {
	background: url(../images/navi_aboutus_ov.jpg) no-repeat;
}
#inquiry_page #global_navi #inquiry {
	background: url(../images/navi_inquiry_ov.jpg) no-repeat;
}
/*------------------------------
メインビジュアル
------------------------------*/
#main_visual {
	width: 100%;
}
#index_page #main_visual #index_visual {
	background: #333;
	height: 440px;
	width: 100%;
	text-align: center;
	border-top: 5px solid #333;
	border-bottom: 5px solid #333;
}
#index_page #main_visual #index_visual h2 {
	background: #333;
	height: 440px;
	width: 930px;
	text-align: center;
}


/*-----js-----*/

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	top: 0;
}
.slider_prev {background: #fff url(../images/index/index_prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/index/index_next.jpg) no-repeat left center;}


.pagination {
	bottom: 25px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}



/*------------------------------
コンテナー
------------------------------*/
#center {
	margin-top: 15px;
	width: 100%;
}
/*------------------------------
サイド
------------------------------*/
#said {
	width: 270px;
	float: left;
}
#said ul {
	width: 270px;
	list-style: none;
	margin-bottom: 15px;
}
#said ul li a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 270px;
	overflow: hidden;
}
#said #said_inquiry {
	background: url(../images/said_inquiry.gif) no-repeat;
}
#said #said_inquiry:hover {
	background: url(../images/said_inquiry_ov.gif) no-repeat;
}
#said #novel {
	background: url(../images/side_nobel_logo.jpg) no-repeat;
}
#said #novel:hover {
	background: url(../images/side_nobel_logo_ov.jpg) no-repeat;
}
#said #gc {
	background: url(../images/side_gc_logo.jpg) no-repeat;
}
#said #gc:hover {
	background: url(../images/side_gc_logo_ov.jpg) no-repeat;
}
#said #straumann {
	background: url(../images/side_straumann_logo.jpg) no-repeat;
}
#said #straumann:hover {
	background: url(../images/side_straumann_logo_ov.jpg) no-repeat;
}
/*------------------------------
コンテンツ
------------------------------*/
#contents {
	width: 645px;
	float: right;
}
.area {
	width: 645px;
	margin-bottom: 30px;
}
.area_inner {
	width: 585px;
	margin-top: 15px;
	margin-left: 30px;
}
.box {
	width: 585px;
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 50px;
}

/*-----index_page-----*/
#contents #banner_area {
	width: 645px;
	margin-bottom: 30px;
	height: 278px;
}
#contents #banner_implant {
	float: left;
	height: 99px;
	width: 315px;
	margin-bottom: 15px;
	margin-right: 15px;
	clear: both;
}
#contents #banner_zirconia {
	float: right;
	height: 99px;
	width: 315px;
	margin-bottom: 15px;
}
#contents #banner_metal {
	clear: both;
	float: left;
	height: 99px;
	width: 315px;
	margin-right: 15px;
}
#contents #banner_press {
	float: right;
	height: 99px;
	width: 315px;
}
#contents #info {
	width: 645px;
	margin-bottom: 30px;
}
#contents #info_text{
	width: 645px;
	overflow: auto;
	height: 125px;
	margin-top: 20px;
}
#contents #info_text dl{
	border-top: 1px dotted #aaa;
	width: 580px;
	padding-left: 30px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents #info_text dl:first-child {
	border: none;
}
#contents #info_text dl dt {
	float: left;
	width: 100px;
}
#contents #info_text dl dd {
	line-height: 1.6;
}

/*-----case_page-----*/
#case_page #contents .box dl {
	width: 280px;
}
#case_page #contents .box dl dt {
	float: left;
	background: #ddd;
	height: 18px;
	width: 30px;
	text-align: center;
	font-weight: bold;
}
#case_page #contents .box dl dd {
	float: right;
	width: 250px;
}
.migi {
	float: right;
	width: 280px;
	margin-top: -225px;
}
.cap {
	margin-top: 9px;
	height: 11px;
	margin-bottom: 35px;
}
.cap2 {
	height: 11px;
	margin-bottom: 35px;
	margin-top: -30px;
}
.feature {
	list-style: none;
	margin-top: 25px;
	margin-bottom: 50px;
}

/*-----aboutus_pageテーブル-----*/
#aboutus_page #contents .box table  {
	width: 585px;
	border: 1px solid #aaa;
	border-collapse: collapse;
}
#aboutus_page #contents .box th {
	font-weight: normal;
	background: #ddd;
	text-align: right;
	padding: 10px 15px;
	width: 65px;
	border-bottom: 1px solid #aaa;
	border-right: 1px dotted #aaa;
	vertical-align: top;
	line-height: 2;
}
#aboutus_page #contents .box td {
	padding: 10px 15px;
	width: 445px;
	border-bottom: 1px solid #aaa;
	vertical-align: top;
	line-height: 2;
	background: #fff;
}

/*-----sitemap_page-----*/
#sitemap_page #contents ul li {
	list-style: square inside;
	line-height: 4;
	width: 585px;
	border-bottom: 1px dotted #999;
	text-indent: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sitemap_page #contents ul li:last-child {
	border: none;
}

/*-----greeting_page-----*/
#greeting_page #name {
	font-weight: bold;
	margin-bottom: 10px;
}
/*-----greeting_pageテーブル-----*/
#greeting_page .box table {
	width: 585px;
	overflow: hidden;
}
#greeting_page .box th {
	font-weight: normal;
	text-align: left;
	width: 50px;
	vertical-align: top;
	line-height: 2;
}
#greeting_page .box td {
	font-weight: normal;
	width: 460px;
	vertical-align: top;
	line-height: 2;
}

/*-----equipment_page-----*/
#equipment_page .box dl {
	width: 185px;
	float: left;
	margin-right: 15px;
}
#equipment_page .box dl:last-child {
	margin-right: -15px;
}
#equipment_page .box dl dt {
	height: 140px;
	width: 185px;
}

/*-----inquiry_page-----*/
#inquiry_page table.formTable{
	width: 585px;
	border: 1px solid #aaa;
	border-collapse: collapse;
}
#inquiry_page table.formTable th{
	font-weight: normal;
	background: #ddd;
	text-align: right;
	padding: 10px 15px;
	width: 30%;
	border-bottom: 1px solid #aaa;
	border-right: 1px dotted #aaa;
	vertical-align: top;
	line-height: 2;
}
#inquiry_page .formTable tr td {
	padding: 10px 15px;
	width: 70%;
	border-bottom: 1px solid #aaa;
	vertical-align: top;
	line-height: 2;
	background: #fff;
}
#inquiry_page #formWrap #toi {
	margin-bottom: 10px;
}
#inquiry_page form #kakunin {
	margin-top: 20px;
}

/*------------------------------
フッター
------------------------------*/
#footer {
	color: #fff;
	background: #777;
	border-bottom: 45px solid #333;
	height: 190px;
	width: 100%;
	clear: both;
	margin-top: 50px;
	float: left;
}
#footer a:link {
	color: #fff;
	text-decoration: underline;
}
#footer a:visited {
	color: #DDD;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer ul {
	text-align: center;
	padding-top: 25px;
	clear: both;
}
#footer ul li {
	display: inline;
	list-style: none;
}
#footer #footer_box {
	width: 600px;
	margin-top: 40px;
	float: left;
	clear: both;
}
#footer #siteid_s {
	width: 260px;
	float: left;
	height: 50px;
	margin-right: 25px;
}
#footer address {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	display: block;
}
#footer #footer_inquiry #footerinquiry {
	float: right;
	height: 50px;
	width: 227px;
	display: block;
	background: #999 url(../images/footer_inquiry.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 40px;
}
#footer #footer_inquiry #footerinquiry:hover {
	background: url(../images/footer_inquiry_ov.gif) no-repeat;
}
#footer #copyright {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	display: block;
	clear: both;
	text-align: center;
	padding-top: 70px;
}

/*-----js-----*/
#footer #pagetop {
	position: fixed;
	bottom: 250px;
	right: 20px;
	font-size: 77%;
}

#footer #pagetop a {
	background: #777;
	text-decoration: none;
	color: #fff;
	width: 50px;
	text-align: center;
	display: block;
	padding: 17px 0;
/*-----角丸
	border-radius: 5px;-----*/
}
#footer #pagetop a:hover {
    text-decoration: none;
    background: #bbb;
}
