@charset "utf-8";

/* Tao Shiatsu Print Style */
/*Global Home*/

/*Page*/
body {
	
}
#subheader, 
#localmenu, 
#footermenu {
	display: none;
}

body {
	font-size: 10pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Lucinda Grande, Ariel, Geneva, Helvetica, sans-serif;
	line-height: 1.5;
	color: #000;
}

a {
	color: #000;
}
div#header {
	text-align: center; 
	margin: 0 0 10pt 0;
}
div#header img {
	margin-left: 0;
	width: 200px; 
	height: 30px;
}
div#content h1{
	margin-top: 1em;
	font-size: 180%;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
div#content .date{
	text-align: right;
}
.related h2 {
	margin-top: 2em;
	font-size: 120%;
	text-align: center;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}
#footer {
	text-align: center;
	border-top: 1px solid #000;
}

img.floatleft  { margin-right: 1em; margin-bottom: 1em; float: left; /*border: solid thin #ccc*/ }
img.floatright  { margin-bottom: 1em; margin-left: 1em; float: right; /*border: solid thin #ccc*/ }