@charset "UTF-8";
/* CSS Document */

/** Universal Reset

-----------------------------------------*/
html,body{
	height:100%;
}
body {
	margin: 0;
	padding: 10px 0 0 0;
	/*font-family: Lucida Grande, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family:Verdana,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.5;
	font-size:13px;
	color: #546D85;
	background-image: url(../images/global/top_bar.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd{
	margin: 0;
	padding:0;
}
ul,ol,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
	vertical-align:top;
}
a {
	border: 0;
	color: #546D85;
	outline:0;
}
a:focus {
	-moz-outline-style: none;
}
strong {
	color: #546D85;
}
/** Utility
-----------------------------------------*/
.clearfix:after {
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}
* html .clearfix {
	zoom:1;
}
*+html .clearfix {
	zoom:1;
}
/** Common Layout
-----------------------------------------*/
#container{
	width:100%;
}
#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}
#pagetop{
	margin-top:15px;
	text-align:right;
}

/** Fotter
-----------------------------------------*/
#footer{
	clear:both;
	width:100%;
	background:#F3EEE4;
}
#footer #footer_inner{
	width:960px;
	margin:0 auto;
	padding:1em 0;
}
#footer #footer_inner #snsGroup{
	width:160px;
	float:left;
}
#footer #footer_inner #snsGroup a{
	display:block;
	float:left;
	width:18px;
	height:18px;
	margin-right:4px;
	background-repeat:no-repeat;
	background-position:top;
}
#footer #footer_inner #snsGroup a:hover{
	background-position:bottom;
}
#footer #footer_inner #snsGroup a.fb{
	background-image:url(../images/global/icon_fb_s.png);
}
#footer #footer_inner #snsGroup a.tw{
	background-image:url(../images/global/icon_tw_s.png);
}
#footer #footer_inner #snsGroup a.mx{
	background-image:url(../images/global/icon_mx_s.png);
}
#footer #footer_inner #snsGroup a.gg{
	background-image:url(../images/global/icon_go_s.png);
}
#footer #footer_inner p{
	float:right;
	width:800px;
}
#footer #footer_inner #snsGroup a.mx img{
	display:none;
}
.FBConnectButton_Simple{
	background:none !important;
}
#footer #footer_inner p a{
	text-decoration:none;
}
#footer #footer_inner p a:hover{
	text-decoration:underline;
}
#copy{
	width:960px;
	margin:0 auto;
	padding:1.5em 0;
}
#copy #links{
	float:left;
}
#copy #copyright{
	float:right;
	text-align:right;
}
#copy #copyright a{
	text-decoration:none;
}
#footerInfo{
	position:relative;
	width:665px;
	height:260px;
	margin-top:40px;
}
#footerInfo p{
	position:absolute;
}
#footerInfo #btn{
	top:195px;
	left:395px;
}
#footerInfo #code{
	top:143px;
	left:567px;
}
/** Header
-----------------------------------------*/
#header{
	position:relative;
	padding:25px 0 20px 0;
}
#header h2{
	text-align:center;
}
#header h3{
	position:absolute;
	top:45px;
	right:0;
	font-size:11px;
	font-weight:normal;
	text-align:right;
}
#header h3 a{
	color:#71C5F0;
	text-decoration:none;
	line-height: 1.8;
}

/** GlobalMenu
-----------------------------------------*/
ul#globalMenu{
	height:28px;
	width:936px;
	margin:0 auto 10px auto;
}
ul#globalMenu li {
	display:inline;
}
ul#globalMenu li a{
	float:left;
	display:block;
	width:135px;
	height:28px;
	margin-left:25px;
	background-image:url(../images/global/gmenu.png);
	background-repeat:no-repeat;
	text-indent:-98765px;
	overflow:hidden;
}
ul#globalMenu li#gmenu00 a{
	margin-left:0;
	background-position:0 0;
}
ul#globalMenu li#gmenu01 a{
	background-position:-135px 0;
}
ul#globalMenu li#gmenu02 a{
	background-position:-270px 0;
}
ul#globalMenu li#gmenu03 a{
	background-position:-405px 0;
}
ul#globalMenu li#gmenu04 a{
	background-position:-540px 0;
}
ul#globalMenu li#gmenu05 a{
	background-position:-675px 0;
}
ul#globalMenu li#gmenu00 a:hover{
	background-position:0 -28px;
}
ul#globalMenu li#gmenu01 a:hover{
	background-position:-135px -28px;
}
ul#globalMenu li#gmenu02 a:hover{
	background-position:-270px -28px;
}
ul#globalMenu li#gmenu03 a:hover{
	background-position:-405px -28px;
}
ul#globalMenu li#gmenu04 a:hover{
	background-position:-540px -28px;
}
ul#globalMenu li#gmenu05 a:hover{
	background-position:-675px -28px;
}
body#concept ul#globalMenu li#gmenu00 a{
	background-position:0 -56px;
}
body#outpatient ul#globalMenu li#gmenu01 a{
	background-position:-135px -56px;
}
body#clinic ul#globalMenu li#gmenu02 a{
	background-position:-270px -56px;
}
body#access ul#globalMenu li#gmenu03 a{
	background-position:-405px -56px;
}
body#faq ul#globalMenu li#gmenu04 a{
	background-position:-540px -56px;
}
body#info ul#globalMenu li#gmenu05 a{
	background-position:-675px -56px;
}

/** Sidebar
-----------------------------------------*/
#sideInformation{
	position:absolute;
	top:260px;
	left:700px;
	width:260px;
}
/*#mainContents{
	min-height:660px;
	padding-right:295px;
}
#mainContents{
	min-height:850px;
	padding-right:295px;
}*/

#mainContents{
	min-height:600px;
	padding-right:295px;
}
.sideContents{
	padding:10px 25px 0 25px;
	background:url(../images/global/info_bg.png);
}
.sideContents h4{
	margin-top:15px;
}
.sideContents table{
	width:100%;
	margin-bottom:10px;
	border-collapse:collapse;
	font-size:11px;
}
.sideContents table tr th{
	background:url(../images/global/bg_table.png);
}
.sideContents table tr td{
	background-color:#FFF;
}
.sideContents table tr,.sideContents table td{
	text-align:center;
	font-weight:normal;
}
.sideContents .map img{
	vertical-align:bottom;
}
.sideContents #reserve{
	margin-top:10px;
	position:relative;
}
.sideContents #reserve a{
	position:absolute;
	top:12px;
	right:10px;
}
.sideContents #barcode{
	padding:5px 10px 15px 15px;
	background:url(../images/global/info_bg_white.png) bottom no-repeat;
	font-size:11px;
}
.sideContents #barcode img{
	float:left;
	margin-right:10px;
}
#sideInformation #blog{
	padding-top:34px;
	background:url(../images/global/info_bg_btm.png) top no-repeat;
}

.imgmargin { margin: 10px 0;}

/** Text etc..
-----------------------------------------*/
#mainContents h3{
	color:#35B1F0;
}
#mainContents ul#topicPath{
	margin:5px 0 10px 0;
	font-size:10px;
}
#mainContents ul#topicPath li{
	padding-left:5px;
	float:left;
}
.contents{
	padding:0 80px;
}
.photo{
	margin:2em 0 3em 0;
}
.link{
	margin:1em 0;
}
.arrow a{
	padding-right:16px;
	background:url(../images/global/bluearrow.png) right no-repeat;
	text-decoration:none;
}
.arrow a:hover{
	text-decoration:underline;
}
.pagelinks{
	margin-top:40px;
	padding:10px 15px;
	text-align:right;
	background:url(../images/global/bg_linkbox.png) left no-repeat;
}
#mainContents h3{
	margin:3em 0 .75em 0;
}
#mainContents .m20{
	margin-bottom:20px;
}
#mainContents table{
	width:100%;
	margin:15px 0 20px 0;
	border-collapse:collapse;
}
#mainContents table tr th{
	text-align:left;
	font-weight:normal;
	padding:.5em 1em;
	background-color:#EDE7DA;
	border-bottom:#FFF 1px solid;
	border-left:#FFF 1px solid;
}
#mainContents table tr td{
	padding:1em;
	background-color:#F9F6F1;
	border-bottom:#FFF 1px solid;
	border-left:#FFF 1px solid;
}
.otherlinks a{
	padding-left:18px;
	background:url(../images/global/icon_otherlinks.png) left no-repeat;
	text-decoration:none;
}
.otherlinks a:hover{
	text-decoration:underline;
}
/** SubWindow
-----------------------------------------*/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.imgPreview{
	display:none;
	width:510px;
	padding:50px 45px;
	border:#71C5F0 7px solid;
	background-color:#FFF;
}
.imgPreview img{
	float:left;
	margin-right:30px;
}
.imgPreview h3,
#machinetop h3 {
	font-size:100%;
	font-weight:normal;
}
.imgPreview h2,
#machinetop h2 {
	margin:.5em 0;
}
.imgPreview .modal_close{
	position:absolute;
	right:-15px;
	top:-15px;
	width:40px;
	height:40px;
	background:url(../images/global/colsebtn.png) no-repeat;
}