@charset "UTF-8"; 
/* Tao Shiatsu Global CSS */
* {
	margin:0; 
	padding:0; 
}
/*basic style*/
body {
	background: #fff;
	color: #333;/*purple: #639*/ /*#9c87bc*/
	width: 100%;
	text-align: center;
	font-family: Lucida Grande, Arial, Helvetica, Geneva, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS P Gothic, sans-serif;
	/*letter-spacing: 0.1em;*/
}
/*layout Structure*/
body#globalhome{ 
	background: /*#016203*/;
}
#bodywrap {
	background: #fff;
	margin-right:auto;
	margin-left:auto; 
	width: 750px;
}
body#globalhome #bodywrap {
	width: 640px; /*overwrite*/
	background: url(../img/bkgd/noraside640450sdw.jpg) no-repeat center top;
}
/*header+menu*/
#header {
	margin: 30px 0 30px 0;
	/*	background: url(../img/headjp/tao80.gif) no-repeat 120px;*/
}
#header img { 
	display:none;
}
body#globalhome #header {
	/*background: #016203;*/
	width: 640px;
	height: 200px;
}
#header a {
	display: block;
	padding-left: 220px;
	width: 465px;
	height: 80px;
	background: url(../img/logo/headershiatsu.jpg) no-repeat right;
}
body#italyhome #header a, body#italypage #header a {
	background: url(../img/logo/headershiatsu_it.jpg) no-repeat center;

}
body#globalhome #header a {
	margin: 0px;
	width: 640px;
	height: 200px;
	/*background: url(../img/home/tao100109.gif) no-repeat center;*/
	background: none;
}
body#globalhome #globalmenu {
	width: 640px;
	height: 27px;
	margin: 20px 0; /*30px 0 20px 0*/;
	/*background: url(../img/home/shiatsulogoen335.jpg) no-repeat center;*/
	/*line-height: 2;*/
}
#globalmenu ul, #countrymenu ul {
	margin:0; padding:0;
	list-style:none;
	/*height: 60px;*/
	overflow: hidden;
}
#globalmenu ul {
	width: 640px;
	height: 27px;
	margin: 0;
}
#globalmenu li {
	margin:0; padding:0;
}
#globalmenu li a {
	display: block;
	/*text-indent: -5000px;*/
	/*margin-top: 10px;*/
}
#globalmenu li.en {
	float: left;
}
#globalmenu li.en a {
	background: url(../img/flag/uk.gif) no-repeat center left;
	padding-left: 28px;
	margin-left: 50px;
	width: 3.8em; 
	height: 24px;
}
#globalmenu li.jp {
	float: right;
}
#globalmenu li.jp a {
	background: url(../img/flag/jp.gif) no-repeat center left;
	padding-left: 28px;	
	margin-right: 50px;
	width: 3.1em;
	height: 24px;
}
#countrymenu {
	clear:both;
	/*line-height: 2;*/
	margin: 140px auto 2em auto;
}
#countrymenu ul {
	text-align: center;
	/*margin-left:110px;*/
	margin: 0 auto 1em;
	padding-left: 100px;
	height: 20px/*30px*/;
}
body#globalhome #countrymenu ul { 
	margin: 0 0 1em 50px; /*Tao Sangha*/
	
}
body#globalhome #holder #countrymenu ul { 
	margin: 0 0 1em 115px; /*Tao Shiatsu*/
	
}
#countrymenu li {
	/*width: 62px;*/
	display: inline;
	text-indent: -5000px;
	margin:0; padding:0;
	float: left;
}
#countrymenu li a {
	display: block;
	width: 24px;
	height: 16px;
	margin: 0 10px/*0 16px*/;
	border: /*#999*/#fff solid 2px;
}
#countrymenu li.ja a {
	background: url(../img/flag/jp.gif) no-repeat center;
}
#countrymenu li.is a {
	background: url(../img/flag/israel.gif) no-repeat center;
}
#countrymenu li.gw a {
	background: url(../img/flag/germany.gif) no-repeat center;
}
#countrymenu li.au a {
	background: url(../img/flag/austria.gif) no-repeat center;
}
#countrymenu li.uk a {
	background: url(../img/flag/uk.gif) no-repeat center;
}
#countrymenu li.nz a {
	background: url(../img/flag/newzealand.gif) no-repeat center;
}
#countrymenu li.at a {
	background: url(../img/flag/australia.gif) no-repeat center;
}
#countrymenu li.us a {
	background: url(../img/flag/usa.gif) no-repeat center;
}
#countrymenu li.cn a {
	background: url(../img/flag/canada.gif) no-repeat center;
}
#countrymenu li.it a {
	background: url(../img/flag/italy.gif) no-repeat center;
}
#countrymenu li.cl a {
	background: url(../img/flag/chile.gif) no-repeat center;
}
#countrymenu li.sp a {
	background: url(../img/flag/spain.gif) no-repeat center;
}
#countrymenu li.ar a {
	background: url(../img/flag/argentina.gif) no-repeat center;
}

#globalmenu a, #countrymenu a, #localmenu a, #footermenu a {
	margin:0; padding:0;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #008473;
}
#localmenu a {
	text-align: right;
	padding:0 1em 0 0;
}
body#countryhome #content a {
	margin:0; padding:0;
	text-decoration: none;
}
#globalmenu a:hover, #countrymenu a:hover, #countrymenu a:hover, body#countryhome #content a:hover {
	color: #063;
}
#globalmenu li a:hover {
	background-color: #fff;
	border-top: 2px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 2px solid #999;
}
body#countryhome #content a:hover, #footermenu a:hover {
	border-bottom: #063 solid 2px;
}
#countrymenu a:hover {
	border: #000 solid 2px;
} 
#localmenu a:hover {
	/*border-right: #063 solid 2px;*/
	color: #fff;
	background: #008473;
}
/*#globalmenu ul.shiatsusub li{
	width: 187px;
}*/

/*2column*/
#columnwrap {
	clear: left;
	position:relative;
	margin: 0; padding: 0;
	width: 750px;
}
body#globalhome #columnwrap {
	width: 640px; /*overwrite*/
}
body#globalhome form {
	width: 500px; /*overwrite*/
	text-align: center;
	margin: 0 auto;
}
#localmenu {
	position: absolute; 
	left: 0; 
	width: 200px;
}
body#home #localmenu, body#countryhome #localmenu {
	width: 0;
	margin-right: 0;
}
body#globalhome #localmenu {
	width: 640px; /*overwrite 750px*/
	height: 135px;
	margin: 20px 0;
	left: 100px;
}
#localmenu:after {
	overflow: hidden;
}
#localmenu ul {
	margin:0; padding:0;
	list-style:none;
}
#localmenu li {
	float: left;
	width: 180px;
}
/*Global Home Workshop link centering start*/
body#globalhome #localmenu {
	text-align: center;
	left: 60px; /*centering adjust*/
}
body#globalhome #localmenu ul {
	margin:0 auto;
	padding: 0;
}
body#globalhome #localmenu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
/*end*/
body#globalhome #localmenu li {
	width: 250px; /*overwrite*/
	border-right: #FFF solid 5px;
}
body#globalhome #localmenu li a {
	width: 250px;
	height: 150px;
	text-align: center;
	color: #000;
	float: left;
}
body#globalhome #localmenu li.workshop a {
	background: url(../img/banner/workshop_home.jpg) no-repeat center bottom;
	width: 250px; padding-bottom: 2em; color: #009933;
	
}
body#globalhome #localmenu li.shuren a {
	background: url(../img/banner/shuren_home.gif) no-repeat center bottom;
	width: 250px; padding-bottom: 2em; color: #009933;
}
body#globalhome #localmenu li.kimed a {
	background: url(../img/banner/kimed180135.jpg) no-repeat center bottom;
}
body#globalhome #localmenu li.en a {
	background: url(../img/banner/taosanghadotnet180135.png) no-repeat center bottom;
}
body#globalhome #localmenu li.jp a {
	background: url(../img/banner/taosanghadotcom180135.png) no-repeat center bottom;
}
#content {
	clear: left;
	text-align: left;
	padding: 0;
	width: 530px;
	position: absolute;
	right: 0;
}
body#globalhome #content {
	margin-top: 175px;
	padding-right: 5px;
	width: 640px/*750px*/; /*overwrite*/
}
body#home #content, body#countryhome #content {
	width: 750px;
}
#selectcountry {
	text-align: center;
}
#selectcountry ul { 
	list-style: none;
	margin-bottom: 2em;
}
#selectcountry li {
	font-size: 1.5em;
	display: inline;
	margin:1em;
}

#footer {
	margin: 3em 0 0 0;
	padding: 1em 0 0 0;
	border-top: thin dotted #639;
	text-align: center;
}
#footermenu {
	
}
#footermenu ul {
	text-align: center;
	height: 2em;
	margin-left: 0;
}
#footermenu li {
	/*width: 62px;*/
	display: inline;
	float: left; /*leave for most browser*/
	margin: 0 1em 0 0;
}
#footermenu li a {
	display: block;
	float: left; /*leave for Mac IE5*/
	text-decoration:none;
	padding: 0 0 2px 28px;
	line-height: 24px;
}
#footermenu li.globalhome a {
	background: url(../img/logo/tao2224.gif) no-repeat left center;
}
#footermenu li.workshop a {
	background: url(../img/logo/itss2424.gif) no-repeat center left;
}
#footermenu li.enghome a {
	background: url(../img/flag/uk.gif) no-repeat center left;
}
#footermenu li.jphome a {
	background: url(../img/flag/jp.gif) no-repeat center left;
}
body#countryhome #footermenu ul {
	margin-left: 130px;
}
body#countryhome #footermenu li a {
	margin-right: 1em;
	padding-left: 28px;
}
/*Clear Fix*/
/*Modern Browser other than IE*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*IE7 and Mac IE5*/
.clearfix {
	display: inline-block;
}
/*preIE6*/
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*detailed style*/
h1  { font-size: 1.7em; font-weight: bold; margin: 0 0 1.1em 0; padding-left: 0; color: #008473; line-height: 1.55; border-bottom: solid 2px #008473; }
h1 span { font-size: 0.7em; display: block; padding-top: 0.35em; margin: 0; }
body#aboutpage h1 { 
	font-family: /*1.4em*/ "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif; 
	/*letter-spacing: 0.1em;*/ 
}
h2   { font-size: 1.35em; font-weight: bold; margin: 0.9em 0; padding-left: 0; color: #000; }
h3   { font-size: 1.35em; font-weight: bold; margin: 1.35em 0 1em; color: #000; }
h4   { font-size: 1em; font-weight: bold; margin: 1.2em 0 1em; color: #000; }
h5  { font-size: 0.9em; font-weight: bold; line-height: 1.5; margin: 0 0 1em; color: #000; }
p    { font-size: 0.9em; line-height: 1.5; margin-bottom: 0.9em; /*text-indent:0.9em;*/ }
br  { margin-bottom: 0.45em }
ul, ol, dl {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.9em;
	margin-left: 0;
	padding-left: 0.45em;
}
ul, dl {
	/*list-style-type: disc;*/
}
li, dt, dd  {
	font-size: 0.9em;
	line-height: 1.5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.9em;
	margin-left: 0.9em;
}
dt {
	font-weight: bold;
}
ol ol {padding-left: 1.5em;}
strong, em { color: #000; }
strong a, em a { color: #00F; }
img {
	border: 0;
}
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*/ }
#content img.center { margin: 1em; }
table { margin-bottom: 1em; }
div#pagenav {
	display:block; width:560px;
margin:1em 0 1em 0;
}
.section {
	margin: 0 0 2em 0;
}
.space { height: 3em; }
.clear {clear:both;}

/*color style*/
.red {color:#f00;}

/*graphic style*/
h1.workshop {
	background: url(../img/logo/itss2424.gif) center left no-repeat;
	padding-left: 30px;
}
ul.flag {
	list-style-type: none;
	text-indent: 28px;
}
ul.flag li a {
	paddig-left:24px;
}
ul.flag li.ja {
	background: url(../img/flag/jp.gif) no-repeat left top;	
}
ul.flag li.is {
	background: url(../img/flag/israel.gif) no-repeat left top;
}
ul.flag li.gw {
	background: url(../img/flag/germany.gif) no-repeat left top;
}
ul.flag li.au {
	background: url(../img/flag/austria.gif) no-repeat left top;
}
ul.flag li.uk {
	background: url(../img/flag/uk.gif) no-repeat left top;
}
ul.flag li.nz {
	background: url(../img/flag/newzealand.gif) no-repeat left top;
}
ul.flag li.at {
	background: url(../img/flag/australia.gif) no-repeat left top;
}
ul.flag li.us {
	background: url(../img/flag/usa.gif) no-repeat left top;
}
ul.flag li.cn {
	background: url(../img/flag/canada.gif) no-repeat left top;
}
ul.flag li.it {
	background: url(../img/flag/italy.gif) no-repeat left top;
}
ul.flag li.cl {
	background: url(../img/flag/chile.gif) no-repeat left top;
}
ul.flag li.sp {
	background: url(../img/flag/spain.gif) no-repeat left top;
}
ul.flag li.ar {
	background: url(../img/flag/argentina.gif) no-repeat left top;
}
/*form*/
form { font-size: 0.9em; }
legend { font-weight: bold; }
input { background-color: #F3F3F3; border: thin solid #ccc; font-size: 0.9em; margin: 0.5em 0.5em 0 0;
}
fieldset {
	padding: 0.5em;
}
body#globalform fieldset {
	background: #ffe5b2;
}
body#globalform h3 {
	color: #666;
	font-size: 1.3em;
}

legend {}

body#globalform dt em {
	color: #f63;
	margin-left: 1em;
}

body#globalhome h4 {
	margin-bottom: 1em;
}
body#globalhome h4#itss a {
	padding-bottom: 135px;
	margin-bottom: 150px;
	background: url(../img/logo/itss125w.gif) no-repeat center bottom transparent;
}
body#globalhome h4#itss a:hover {
	background: url(../img/logo/itss125b.gif) no-repeat center bottom transparent;
}
.shopitem {
	margin-bottom: 1.4em;
	border-bottom: #CCC thin dotted;
}
/*QuickTime Video Contents*/
.qt {
	height: 200px;
}
p#dvdbook a {
	margin: 0 auto; padding: 0; display: block; width: 300px; height: 207px; text-indent: -5000px; background:url(../img/banner/dvdbook300207.png) no-repeat center;
}
#localmenu p#dvdbook { position: absolute; top: 25em; left: 0; text-indent: -5000px; margin-left: -120px; padding: 0; }

#localmenu p#dvdbook a {
	margin: 0; padding: 0; display: block; width: 300px; height: 207px; text-align: left; text-indent: -5000px; background:url(../img/banner/dvdbook300207.png) no-repeat center;
}