@charset "UTF-8";
body {
	font: 14px/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	background: url(../img/dentaldot3.jpg) repeat center top;
}
iframe {
	margin: 0px;
	padding: 0px;
	border-style: none;
	frameborder: no;
	scrolling: no;
}

#contentarea #fullwide633 {
	margin: 0px auto;
	padding: 0px;
	width: 635px;
}

/*********************************************************************/
/*リスト*/
/*********************************************************************/

ul.disk {
	padding-left: 20px;
	list-style: disc;
	padding-bottom: 20px;
	font-size: 14px;
}
ul.disk li {
	padding-bottom: 20px;
}

ol.decimal {
	padding-left: 20px;
	list-style: decimal;
	font-size: 14px;
}
ol.decimal li {
	padding-bottom: 10px;
}
ol.decimal li.end {
	padding-bottom: 0px;
}

table.line {
	border: #2D0F09 1px solid;
	border-collapse: collapse;
	width: 100%;
	color: #656464;
}
table.line {
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
	color: #656464;
}

table.line th.t_top {
	border: 1px solid #656464;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	font-weight: normal;
}
table.line td.t_line01 {
	border: 1px solid #656464;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
}

ul.none {
	padding-left: 20px;
	list-style: none;
	padding-bottom: 20px;
}
ul li.padding10px {
	padding-top: 10px;
	padding-bottom: 10px;
}
/***********************************************************************************************/
/* ~~ エレメント / タグセレクター ~~ */
/***********************************************************************************************/
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0px;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #2196cc;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #0097CE;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	color: #71c7d2;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	text-indent: -8px;
	padding-bottom: 5px;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 1020px;
	margin: 0 auto 20px;
}
html*.container {
	width: 1020px;
	margin: 0 auto 10px;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	height: 85px;
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/

.content {
	padding-bottom: 10px;
	margin: 0px;
}
html*.content {
	padding-bottom: 5px;
	margin: 0px;
}



/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 25px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 25px;
}
.center {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font: normal 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666;
}
.header #logo  {
	margin: 0px;
	float: left;
	width: 366px;
	padding-left: 40px;
	padding-top: 22px;
	height: 46px;
	background: url(../img/header/masuda_logo01106.png) no-repeat right bottom;
}



.header #logo ul  {
	margin: 0px;
	padding: 0px;
}
.header #logo ul li {
	display: inline;
}
.header #logo ul  li a{
	background: url(../img/header/masuda_logo0116.png) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 366px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	float: left;
}
.header #logo ul li a:hover {
	background: url(../img/header/masuda_logo0116hover.png);
	text-indent: -9999px;
	display: block;
}
.header #headightarea {
	float: right;
	width: 500px;
	margin: 0px;
	padding-right: 32px;
}
.header #headightarea #hart {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 69px;
	width: 69px;
	background: url(../img/header/hart01160.png) no-repeat;
	text-indent: -9999px;
}
.header #headightarea #hart a:link {
	background: url(../img/header/hart0116.png) no-repeat center center;
	height: 69px;
	width: 69px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
}
.header #headightarea #hart a:visited {
	background: url(../img/header/hart0116press.png);
}
.header #headightarea #hart a:hover {
	background: url(../img/header/hart0116ov.png);
}
.header #headightarea #hart a:active {
	background: url(../img/header/hart0116active.png);
}
.header #headightarea #tel {
	float: left;
	margin: 0px;
	width: 420px;
	text-align: right;
}
.header #headightarea #tel #submanu {
	font-size: 10px;
	padding-top: 12px;
	margin: 0px;
}
.header #headightarea #tel #submanu li   {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  

}  
.header #headightarea #tel #submanu li a   {
	padding-right: 10px;
	background: url(../img/header/submanu.gif) no-repeat right center;
} 
.header #headightarea #tel #submanu li#end a   {
	padding-right: 0px;
	background: url(none);
}

/*********************************************************************/
/*グローバルナビゲーション*/
/*********************************************************************/

.container #gm {
	width: 966px;
	height: 81px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background: url(../img/gm/gm_bk.png) no-repeat center center;
}
#gm ul{
	padding-left: 25px;
	padding-top: 5px;
}  
  
#gm li{
	float: left;
	display: inline;
} 
#gm li a {
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 72px;
	width: 130px;
	overflow: hidden;
}

/*********************************************************************/
/*HOME用*/ 
/*********************************************************************/

#gm li.home a:link{
	background: url(../img/gm/gm3home.gif) no-repeat;
}  
#gm li.home a:visited {
	background: url(../img/gm/gm3home_visite.gif);
}
  
#gm li.home a:hover{
	background: url(../img/gm/gm3home_hover.gif);
} 
#gm li.home a:active {
	background: url(../img/gm/gm3home_active.gif);
}
/*info用*/ 
#gm li.info a:link{
	background: url(../img/gm/gm3info.gif) no-repeat;
}  
#gm li.info a:visited {
	background: url(../img/gm/gm3info_visite.gif);
}
  
#gm li.info a:hover{
	background: url(../img/gm/gm3info_hover.gif);
} 
#gm li.info a:active {
	background: url(../img/gm/gm3info_active.gif);
}

/*********************************************************************/
/*about用*/ 
/*********************************************************************/

#gm li.about a:link{
	background: url(../img/gm/gm3about.gif) no-repeat;
}  
#gm li.about a:visited {
	background: url(../img/gm/gm3about_visite.gif);
}
  
#gm li.about a:hover{
	background: url(../img/gm/gm3about_hover.gif);
} 
#gm li.about a:active {
	background: url(../img/gm/gm3about_active.gif);
}
/*calender用*/ 
#gm li.calender a:link{
	background: url(../img/gm/gm3calender.gif) no-repeat;
}  
#gm li.calender a:visited {
	background: url(../img/gm/gm3calender_visite.gif);
}
  
#gm li.calender a:hover{
	background: url(../img/gm/gm3calender_hover.gif);
} 
#gm li.calender a:active {
	background: url(../img/gm/gm3calender_active.gif);
}

/*********************************************************************/
/*doctor用*/ 
/*********************************************************************/

#gm li.doctor a:link{
	background: url(../img/gm/gm3doctor.gif) no-repeat;
}  
#gm li.doctor a:visited {
	background: url(../img/gm/gm3doctor_visite.gif);
}
  
#gm li.doctor a:hover{
	background: url(../img/gm/gm3doctor_hover.gif);
} 
#gm li.doctor a:active {
	background: url(../img/gm/gm3doctor_active.gif);
}

/*********************************************************************/
/*access用*/ 
/*********************************************************************/

#gm li.access a:link{
	background: url(../img/gm/gm3access.gif) no-repeat;
}  
#gm li.access a:visited {
	background: url(../img/gm/gm3access_visite.gif);
}
  
#gm li.access a:hover{
	background: url(../img/gm/gm3access_hover.gif);
} 
#gm li.access a:active {
	background: url(../img/gm/gm3access_active.gif);
}

/*********************************************************************/
/*contact用*/ 
/*********************************************************************/

#gm li.contact a:link{
	background: url(../img/gm/gm3contact.gif) no-repeat;
}  
#gm li.contact a:visited {
	background: url(../img/gm/gm3contact_visite.gif);
}
  
#gm li.contact a:hover{
	background: url(../img/gm/gm3contact_hover.gif);
} 
#gm li.contact a:active {
	background: url(../img/gm/gm3contact_active.gif);
}

/*********************************************************************/
/*パンクズ*/
/*********************************************************************/

.content #pankuzu {
	font-size: 12px;
	margin: 0px;
	padding-top: 16px;
	padding-left: 50px;
}
#pankuzu li   {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
}  
#pankuzu li a   {
	padding-right: 10px;
	background: url(../img/gm/topicpath.gif) no-repeat right center;
} 

/*********************************************************************/
/*コーナーアイコンエリア*/
/*********************************************************************/

.content #conericon {
	height: 105px;
	width: 105px;
	margin: 0px;
	padding-top: 35px;
	padding-left: 160px;
	float: left;
}
.content #conertitlearea {
	padding-top: 75px;
	height: 70px;
	margin: 0px;
	float: left;
	width: 490px;
}

/*********************************************************************/
/*コンテントタイトル*/
/*********************************************************************/

.content #conertitlearea h2 {
	text-align: center;
	padding-top: 35px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.3em;
}
.content #conertitlearea #titleunderline {
	width: 100px;
}

/*********************************************************************/
/*コンテント*/
/*********************************************************************/

.content #contentarea {
	padding: 0px;
	height: auto;
	width: 554px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#closed {
	height: 117px;
	width: 161px;
	float: right;
	padding-top: 0px;
	padding-left: 15px;
}
#contentarea #calbox {
	width: 375px;
	padding: 0px;
	float: left;
}
#contentarea table.weekly {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	color: #0097ce;
	white-space: nowrap;
	float: left;
}
#contentarea .weekly tr th {
	font-weight: normal;
}
#contentarea .weekly tr .small {
	font-size: 11px;
}
#contentarea .weekly tr .underline {
	height: 20px;
	background: url(../calender/img/blueline.gif) repeat-x center center;
}
/**********************************************************************/
/*院長略歴テーブル*/
/**********************************************************************/
table tr th.left_none_top {
	font-weight: normal;
	text-align: left;
	padding-bottom: 30px;
	vertical-align: top;
	padding-top: 20px;
}
table tr th.left_none {
	font-weight: normal;
	text-align: left;
	padding-bottom: 30px;
	vertical-align: top;
}
table tr th.left_none_end {
	font-weight: normal;
	text-align: left;
	padding-bottom: 50px;
	vertical-align: top;
}
table tr td.left_none_top {
	font-weight: normal;
	text-align: left;
	padding-bottom: 30px;
	vertical-align: top;
	padding-top: 20px;
}
table tr td.left_none {
	font-weight: normal;
	text-align: left;
	padding-bottom: 30px;
	vertical-align: top;
}
table tr td.left_none_end {
	font-weight: normal;
	text-align: left;
	padding-bottom: 50px;
	vertical-align: top;
}
table tr th.left_s {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
tr td.underline{
	height: 1px;
	background: url(../calender/img/blueline.gif) repeat-x center center;
	margin: 0px;
	padding: 0px;
}
/**********************************************************************/
/*院長略歴テーブル*/
/**********************************************************************/

#contentarea #content_fullwide {
	width: 633px;
	padding-left: 82px;
}

/*********************************************************************/
/*ページトップ*/
/*********************************************************************/

#pagetop {
	display: none;
	bottom: 10px;
	right: 0px;
	padding: 15px 5px;
	cursor: pointer;
	background: #F3AEB7;
	color: #fff;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	font-size: 10px;
	position: fixed;
	-webkit-box-shadow: 0 0 8px 5px #ddd;
	-moz-box-shadow: 0 0 8px 5px #ddd;
	box-shadow: 0 0 8px 5px #ddd;
	margin-left: 960px;
}

/*********************************************************************/
/*ボーダーライン*/
/*********************************************************************/

hr.brown {
	display: block;
	border-bottom: none;
	color: #FFF;
	margin: 0px auto;
	padding: 0px 0px 30px;
	height: 2px;
	border-top: 2px dotted #7D4A3D;
	border-right-style: none;
	border-left-style: none;
}
hr.blue {
	display: block;
	border-bottom: none;
	color: #FFF;
	margin: 0px auto;
	padding: 0px 0px 30px;
	height: 2px;
	border-top: 2px dotted #2196cc;
	border-right-style: none;
	border-left-style: none;
}
hr.gray_solidline {
	border-bottom: none;
	color: #FFF;
	margin: 0px auto;
	padding: 0px;
	height: 1px;
	border-top: 1px solid #656464;
	border-right-style: none;
	border-left-style: none;
}

/*********************************************************************/
/*フォントサイズ*/
/*********************************************************************/

.fonts12px {
	font-size: 12px;
	line-height: 0px;
}
.txt8 {
	font-size: 8px;
	letter-spacing: 0.1em;
}
.txt10 {
	font-size: 10px;
	letter-spacing: 0.1em;
}
.txt12 {
	font-size: 12px;
	letter-spacing: 0.1em;
}
.txt14 {
	font-size: 14px;
	letter-spacing: 0.1em;
}
.txt16 {
	font-size: 16px;
	letter-spacing: 0.1em;
}

/*********************************************************************/
/*フォントカラー*/
/*********************************************************************/

.txt_red {
	color: #e50011;
}
.txt_blue {
	color: #2196cc;
}
.txt_brown {
	color: #7D4A3D;
}
.txt-blue-underline {
	border-bottom: 1px solid #2196CB;
}
.txt_glay {
	color: #656464;
}

/*********************************************************************/
/*段落*/
/*********************************************************************/
#contentarea p.justify {
	text-align: justify;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 15px;
}
p.p_left2 {
	line-height: 14px;
	letter-spacing: 0.1em;
	text-align: justify;
	text-justify:inter-ideograph;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 230px;
}
p.p_right2 {
	line-height: 14px;
	letter-spacing: 0.1em;
	text-align: right;
	text-justify:inter-ideograph;
	padding: 0px;
	margin: 0px;
	width: 51%;
}
#contentarea p {
	margin: 0px 1em;
	padding: 0px;
}
#contentarea p.p_right {
	margin: 0px;
	padding: 0px 0px 20px;
	font-size: 14px;
	text-align: right;
}
#contentarea p.p_left {
	margin: 0px;
	padding: 0px 0px 20px;
	font-size: 14px;
	width: 51%;
	text-align: justify;
}
.Three_columns_Left {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	width: 30%;
}
.Three_columns_right {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: right;
	width: 30%;
}
.Three_columns_center {
	margin: 0px auto;
	padding: 0px;
	width: 30%;
}
p.Three_columns_p {
	margin-top: 10px;
}

.center80parcent {
	margin: 0px auto;
	padding: 0px;
	width: 80%;
}
.two_columns_left30parcent {
	float: left;
	width: 25%;
}
.content90parcent {
	margin: 0px auto;
	padding: 0px;
	width: 90%;
}
#contentarea ul.kome {
	text-indent: -14px;
	list-style: none;
	padding-left: 14px;
	font-size: 14px;
}
#contentarea .kome li {
	padding-bottom: 20px;
}
.content_left {
	float: left;
}
.content_right {
	float: right;
}
.paddingbottom {
	margin: 0px;
	padding-bottom: 20px;
}
a.arrowlink {
	background: url(../img/acc_arrow/arrow_yoko_link.gif) no-repeat right center;
	padding-right: 1em;
}
a.arrowlink:hover {
	background: url(../img/acc_arrow/arrow_yoko_hover.gif) no-repeat right center;
}
.fb {
    width: 910px;
    margin-top: 5px;
    margin-right: 110px;
    margin-left: auto;
    margin-bottom: 10px;
    text-align: right;
}
