@charset "UTF-8";

html{
	font-size: 62.5%;
}

body {
	background-color: #444;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
.container {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo , sans-serif;
	width: 1000px;
	text-align: center;
	margin: 0px auto;
}

/* ヘディング リンク テキスト */

h1 {
	display: none;
}
.main2 h2 {
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin: 30px 65px;
}
.main2 h3 {
	background-image: url(../images/h3_bg.png);
	background-repeat: repeat;
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	margin: 15px 65px 15px 65px;
	padding: 20px 20px 15px 20px;
}
.content h4 {
	background-image: url(../images/arrow_h4.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	clear: both;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.case h4 {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 28px;
	padding: 10px 0px 0px 15px;
}
.content h5 {
	background-image: url(../images/arrow_h5.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
}
a {
	color: #333;
	text-transform: none;
	text-decoration: none;
}
a:hover {
	color: #0098ff;
}
.pagetop {
	margin: 0px auto;
	padding: 20px 60px 20px 0px;
	text-align: right;
}
.notice {
	color: #e00;
	font-weight: bold;	
}

/* ヘッダー */

.header {
	width: 1000px;
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	height: 140px;
}
.logo {
	margin: 55px 0px 0px 60px;
	float: left;
}
.year {
	margin: 50px 30px 0px 0px;
	float: right;
}

/* メニュー */

.menu {
	width: 1000px;
	margin: 0px auto;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
}
.menu ul  {
	list-style-type: none;
	font-size: 0;
	text-align: right;
	padding: 5px 20px 5px 0px;
}
.menu ul li {
	display: inline;
}

/* ページ内リンクメニュー */

.navi {
	margin: 0px 25px;
	padding: 5px 15px;
}
.navi ul li{
	display: inline-block;
	font-size: 1.3rem;
	font-size: 13px;
}
.navi a{
	color: #039;
}
.navi a:hover {
	color: #0098ff;
}

/* ニュースページリンク */

.newsNavi {
	margin: 0px 50px;
	padding: 20px;
}
.newsNavi ul li{
	display: inline-block;
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 180%;
	font-weight: bold;
}
.newsNavi ul li span{
	color: #E00;
}

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

.main {
	width: 1000px;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px auto;
	text-align: left
}
.main2 {
	width: 1000px;
	background-image: url(../images/bg_main2.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px auto;
	text-align: left
}
.main2 .title {
	font-size: 1.1rem;
	font-size: 11px;
	color: #fff;
	background-color: #000;
	margin: 0px 25px 20px 25px;
	padding: 10px 15px 10px 15px;
}
.content {
	margin: 0px 65px;
	padding: 10px;
	text-align: left;
}
.content p {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 32px;
	margin: 0px 15px 25px 25px;
	color: #000;
}
.content span{
	color: #e00;
}
.content a{
	color: #06C;
}
.content a:hover {
	color: #0098ff;
}
.content dl {
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 28px;
	margin: 0px 40px;
}
.content dl dt {
	font-weight: bold;
}
.content dl dd {
	margin: 0px 15px 28px 25px;
}
.underLine {
	background-image: url(../images/tx_rule.png);
	background-repeat: repeat;
}

/* プロフィール */

.profileA {
	float: left;
	width: 55%;
}
.profileA ul li {
	font-size: 1.3rem;
	font-size: 13px;
	line-height: 24px;
}
.profileB {
	float: right;
	width: 45%;
}
.profileB ul li {
	font-size: 1.3rem;
	font-size: 13px;
	line-height: 24px;
}
.Ptitle {
	height: 50px;
	margin: 0px 5px 0px 20px;
	padding: 10px 0px 0px 0px;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
}
.Ptitle span {
	font-size: 1.8rem;
	font-size: 18px;
	line-height: 26px;
	color: #222;
	padding: 5px 10px 5px 5px;
	background-color: #FFF;
}

.corporate {
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 26px;
	color: #222;
	background-color: #eee;
	margin: 0px 65px;
	padding: 10px;
	text-align: left;
	border-radius: 12px; 
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	-o-border-radius: 12px;
}


/* テーブル */

.content table {
	margin: 15px 45px;
	text-align: center;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 28px;
	color: #555;
	
}
.content table th {
	padding: 5px 10px;
	border: 1px solid #aaa;
	background-color: #eee;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.content table td {
	padding: 5px 10px;
	border: 1px solid #aaa;
	background-color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

/* コンテンツ内リスト装飾 */

.main2 ul {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 28px;
	margin: 0px 15px 28px 25px;
}
.content ul li {
	list-style-position: inside;
}

/* 症例ボックス */

.case {
	margin: 25px 65px;
	padding: 10px 0px 10px 10px;
	background-color: #111;
	text-align: left;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}

/* 症例ナビ */

.caseNavi {
	margin: 10px 65px;
	padding: 25px;
	background-color: #444;
	text-align: left;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 28px;
	color: #eee;
	border: 2px solid #ccc;
}
.caseNavi h3 {
	background-image: url(../images/arrow_h4.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
}
.caseNavi h4 {
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
}
.caseNavi p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
}
.caseNavi ul {
	list-style-image: url(../images/arrow_link.png);	
	margin: 10px;
	font-size: 1.3rem;
	font-size: 13px;
}
.caseNavi ul li {
	margin: 0px 0px 0px 20px;
}
.caseNavi a {
	color: #eee;
	text-transform: none;
	text-decoration: none;
}
.caseNavi a:hover {
	color: #0098ff;
}

/* フロート　ボーダー */

.setR {
	float: right;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.setRb {
	float: right;
	margin:  0px 15px 15px 15px;
	border: 1px solid #777;
}
.content .setRb {
	float: right;
	margin:  0px 15px 15px 15px;
	border: 1px solid #ccc;
}
.setN {
	margin: 5px 15px 5px 15px;
}
.setN2 {
	margin: 10px 0px 10px 15px;
}
.setNimp {/* インプラントメーカーバナー */
	margin: 5px 5px 5px 10px;
}
.setNb {
	margin: 5px 15px 5px 15px;
	border: 2px solid #ccc;
}
.setNb2 {
	margin: 10px 0px 10px 15px;
	border: 2px solid #ccc;
}
.case .setNb {
	margin: 15px 10px 15px 15px;
	border: 1px solid #777;
}


/* フッター */

.footer {
	width: 1000px;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat;
	margin: 0px auto;
}
.footMenu {
	background-image: url(../images/bg_footmenu.png);
	background-repeat: repeat;
	margin: 0px 25px;
	padding: 20px;
}
.footMenu ul li{
	display: inline-block;
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 180%;
	font-weight: bold;
}
.footMenu a{
	color: #039;
}
.footMenu a:hover {
	color: #0098ff;
}
.foot {
	margin: 0px 25px;
	padding: 20px;
	text-align: right;
	color: #999;
}
.foot a {
	color: #999;
}
.foot dl {
	font-size: 1.3rem;
	font-size: 13px;
	line-height: 180%;

}
.foot dl dt {
	font-size: 1.3rem;
	font-size: 13px;
	line-height: 180%;
	font-weight: bold;
}
.foot dl dd {
	font-size: 1.3rem;
	font-size: 13px;
	line-height: 180%;
}
.copyright {
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 20px;
	font-size: 1.1rem;
	font-size: 11px;
	font-weight: bold;
	line-height: 180%;
	color: #000;
}

/* メニュー背景 */

#mTop {
	background-image: url(../images/menu_bg/bg_toppage.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;
}
#mNews {
	background-image: url(../images/menu_bg/bg_news7.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;
}
#m2010 {
	background-image: url(../images/menu_bg/bg_news2.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;
}
#m2011 {
	background-image: url(../images/menu_bg/bg_news3.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;
}
#m2012 {
	background-image: url(../images/menu_bg/bg_news4.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;	
}
#m2013 {
	background-image: url(../images/menu_bg/bg_news5.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;	
}
#m2014 {
	background-image: url(../images/menu_bg/bg_news6.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;	
}
#mWorks {
	background-image: url(../images/menu_bg/bg_works.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;
}
#mHto {
	background-image: url(../images/menu_bg/bg_hto.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;
}
#mCad1 {
	background-image: url(../images/menu_bg/bg_cad1.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;
}
#mCad2 {
	background-image: url(../images/menu_bg/bg_cad2.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;
}
#mTech {
	background-image: url(../images/menu_bg/bg_tech.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;
}
#mProcera {
	background-image: url(../images/menu_bg/bg_procera.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;
}
#mProcera2 {
	background-image: url(../images/menu_bg/bg_procera2.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;	
}
#mStargate {
	background-image: url(../images/menu_bg/bg_stargate.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;	
}
#mCares {
	background-image: url(../images/menu_bg/bg_cares.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;
}
#mInq {
	background-image: url(../images/menu_bg/bg_inq.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;	
}
#mCopro {
	background-image: url(../images/menu_bg/bg_copro.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;
}
#mInquiry {
	background-image: url(../images/menu_bg/bg_copro.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;	
}
#mImp{
	background-image: url(../images/menu_bg/bg_imp.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
	height: 230px;
}
/* パーツ　メーカーロゴ */
.nobel  {
	font-size: 10px;
	line-height: 18px;
	background-image: url(../procera/images/nobel_iogo.jpg);
	background-repeat: no-repeat;
	margin: 50px 65px 30px 65px;
	padding: 10px 10px 10px 130px;
	border: solid 1px #ccc
}
.straumann {
	font-size: 10px;
	line-height: 18px;
	background-image: url(../cares/images/straumann_logo.jpg);
	background-repeat: no-repeat;
	border: solid 1px #ccc;
	margin: 50px 65px 30px 65px;
	padding: 10px 10px 10px 180px;
}
