/*

	print.css

*/

@import url(module/module.css);

body{
	font-size: 75%;
	color: #000;
}

#siteID img{
	width: 80px;
	height: 80px;
}

#main{
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
}

#main a,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6{
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
}

#main h2,
#main h2.headingB,
#main h3.headingB,
#main h4.headingB,
#main h5.headingB,
#main h6.headingB,
#main p.headingB{
	padding-left: 0;
}

#container{
	width: 100%;
	text-align: left;
}

#containerContent{
	border: none;
}

#alpha{
	float: none;
	padding:0;
}

#alphaContent{
	display: none;
}

#beta{
	margin: 0;
}

#head,
#mainNavigation,
#topicPath,
.footLinks01,
ul.toTop01,
ul.toTop02{
	display: none;
}

#main,
#main.expand{
	padding: 0;
}

#mainContent{
	overflow: visible;
}

#foot{
	font-size: 83.3%;
}

#foot p{
	margin: 0.5em 0;
}

#copyright{
	text-align:right;
}

div.leftBlock,
div.rightBlock{
	float: none;
	margin: 0;
	padding: 0;
}

/*	clearBlock	*/
div.clear{
	clear: both;
	margin-top: -1px;
	height: 1px;
	visibility: hidden;
}
div.clear img{
	width: 100%;
	border: none;
}

/*	table line	*/
div.simpleTable01 table th,
div.simpleTable01 table td,
div.timeTable01 th,
div.timeTable01 td,
div.doubleTable01 table th,
div.doubleTable01 table td{
	border: 1px solid #999 !important;
	color: #000000 !important;
}
div.simpleTable01 table th,
div.timeTable01 th,
div.doubleTable01 table th{
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
}

/*	hospital left navigation	*/
#mainInLeft{
	display: none;
}

#mainInRight{
	float: none;
	margin: 0;
	width: 100%;
}


