@charset "shift_jis";
/* ------------------------------------------------------------
審美歯科ネット CSS （base）
レイアウト ----------
共通要素
全体: wrap
	上部コンテンツ：container
		ヘッダー: header
			ナビゲーション: navigation									
		メインコンテンツ: mainContents
			パンくず: topicPath
			サイドナビゲーション：left
			コンテンツ: contents									
	フッター　footer


共通色 ----------
サイト色: #2554E2
テキスト: #333333
強調テキスト: #3366FF
リンク（active）: #0000EE
リンク（hover）: #FF6600
BOX背景（サイト色 薄青）: #EEF2FF 
BOX背景（グローバル 薄灰）: #F2F2F2

------------------------------------------------------------ */



/* ---------------------------------------------------------
クリア
---------------------------------------------------------- */
* {
	margin: 0;									
	padding: 0;									
	font-style: normal;
}

html,body {
	font-size: 12px;									
	line-height: 130%;									
	color: #333333;									
	font-family: 'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;									
	text-align: center;									
	margin: 0;
	height: 100%;
	background:url(/img/common/bg.jpg) top center repeat-x;
}

.clear {
	clear: both;
}

br.clear {
	clear: both;									
	font: 0pt/0pt sans-serif;									
}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;									
	font-family: 'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;									
	font-size: 100%;									
}

em,strong,th {  
	font-style: normal;   									
	font-weight: normal;   									
} 

p {
	margin: 0;									
}

li {
	list-style-type: none;									
}

img {
	border: 0;									
}

/* ---------------------------------------------------------
共通要素
---------------------------------------------------------- */
.px10{ 
	font-size: 10px;
}

.tright {
	text-align: right;
}

.tleft {
	text-align: left;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

/*　リンク指定
---------------------------------------------- */
a {
	text-decoration: none;									
}

a:link,
a:visited,
a:active {
	color: #2554E2;									
}

a:hover {
	color: #FF6600;									
}

a.line {
	text-decoration: underline;									
}

/* ---------------------------------------------------------
基本構造
---------------------------------------------------------- */

#wrap {
	margin: 0 auto;									
	text-align: center;									
	width: 700px;									
	position: relative;
	min-height: 100%;
}

* html div#wrap {
	height: 100%;
}

#left {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	text-align: left;
}


/*　上部コンテンツ：container
---------------------------------------------- */
div#container {
	xpadding-bottom: 85px;
}

/* ---------------------------------------------------------
ヘッダー: header							
---------------------------------------------------------- */
/* ---使用の確認、セレクタまとめ--- */		
#head01 {
	padding: 0;
	width:425px;
	float:left;
	font-size:10px;
	line-height:15px;
	text-align:left;
	height:auto;
}

#head01 h1 {
	font-size:10px;
	color:#FF3399;
	text-align:left;
	line-height:15px;
	display: inline;
}

#head01 p {
	font-size:10px;
	color:#FF3399;
	text-align:left;
	line-height:15px;
	display: inline;
	margin:0px;
	padding:0px;
}

/* safari3用文字間隔 */
body:first-of-type #head01 h1,
body:first-of-type #head01 p {
  letter-spacing: -1px;
}
/* safari3用文字間隔終わり */

/* safari2用文字間隔 \*/
html:\66irst-child #head01 h1,
html:\66irst-child #head01 p {
  letter-spacing: -1px;
}
/* safari2用文字間隔終わり */

#head01 .logo {
    float:left;
    margin-right:10px;
}

#head01 .logo02 { /* he追加後 */
	margin: 10px 0 0;
}

/*----------------------------------------------------------------
--  he style 
----------------------------------------------------------------*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-hide {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
	float: right;
	font-size: 10px;
	width: 190px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
	border: none;
	font-size: 10px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    padding: 0 3px;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    line-height: 1.2;
    text-align: center;
    text-decoration: underline;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}

.ui-tabs-nav a:hover {
    text-decoration: none;
	color: #FF9002;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
}

.ui-tabs-selected a,
.ui-tabs-selected a:hover {
    color: #333;
	text-decoration: none;
}
.ui-tabs-nav a span {
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

#container-1 li.ui-tabs-selected {
	font-size: 10px;
}

.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
	font-weight: bold;
	font-size:10px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
	font-size: 10px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/js/jquery2/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

#container-1 {
	float:right;
	font-size:10px;
	width: 235px;
	margin: 3px 0 0 3px;
}

#container-1 img,
#container-1 form {
	margin: 0px;
	padding: 0px;
}

#container-1 input {
	font-size:10px;
	margin: 3px;
}

#container-1 input#all_input,
#container-1 input#treat_input,
#container-1 input#consult_input,
#container-1 input#etc_input {
 	width: 160px;
	height: 20px;
}

#container-1 input#pref_clinic_input {
 	width: 63px;
	height: 20px;
}

#container-1 input#clinic_input {
 	width: 65px;
	height: 20px;
}


/* 　テキストバナー　textbanner
---------------------------------------------------------- */
#txt-banner {
	width:270px;
	float:right;
	text-align:center;
	_margin:2px 0 0 0;
}

*+html body #txt-banner {
  margin:2px 0 0 0;
}

#txt-banner iframe {
	display:block;
	width:265px;
	height:16px;
	margin:4px 0 0 0;
	padding:0;
}

/*　ナビゲーション: navigation	
---------------------------------------------- */
ul#navi{
    width: 700px;
    height: 21px;
    display:block;
    margin:0;
    padding:0;
}

#navi li {
    float:left;
    height: 21px;
    border:none 0px;
    list-style:none;
    margin:0;
    padding:0;
}

li#navi01 {
    width:70px;
}

li#navi02 {
    width:83px;
}

li#navi03{
    width:71px;
}

li#navi04 {
    width:70px;
}

li#navi05{
    width:71px;
}

li#navi06 {
    width:70px;
}

li#navi07 {
    width:124px;
}

li#navi08 {
    width:70px;
}

li#navi09{
    width:71px;
}

/* ---------------------------------------------------------
フッター　footer
---------------------------------------------------------- */						
#footer {
    width: 700px;
    height: 85px;
    clear: both;
    background-color: #0099cc;
    color: #FFFFFF;
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
    line-height: 140%;
	xposition: absolute;
	bottom: 0;
}

#footer p {
    margin: 0;
    padding: 0;
}

#footer p#copy {
    margin-top: 15px;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
    color: #FFFFFF;
    text-decoration: none;
}

#footer .footerlink {
	font-size: 9px;
	
}
/*----------------------------------------------------------------
--  footer seo
----------------------------------------------------------------*/
.footerlink {
	text-align: center;
}

.footerlink ul {
	text-align: center;
	padding: 0;
	margin: 0;
}

ul.ulcenter {
	text-align: center;
}

.footerlink li {
    margin:0 3px;
	font-size: 8px;
    list-style-type:none;
	display: inline;
}

#footer .footerlink a {
	text-decoration: underline;
}
.footerlink strong {
	font-weight: normal;
}

/* ---------------------------------------------------------
サイドナビゲーション：left
---------------------------------------------------------- */
#left {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	text-align: left;
}

/* ---------------------------------------------------------
メインコンテンツ: mainContents								
---------------------------------------------------------- */
div#contents-main {
    width: 100%;
    clear: both;
    text-align: left;
    padding-top: 5px;
}


/*　コンテンツ: contents					
---------------------------------------------- */
p.backhome {
    width: 100%;
    clear: both;
    text-align: center;
    margin: 20px 0;
}

/*　パンくず: topicPath				
---------------------------------------------- */
ul#topicPath {
	text-align: left;
	padding: 3px 0 5px 3px;
	font-size: 10px;
}

ul#topicPath li {
	display: inline;  
	border-bottom: none;
	font-size: 10px;
}

ul#topicPath li strong {
	 font-weight: normal;
}