@charset "utf-8";

html, body {  
    height: 100%;
    margin: 0;  
    padding: 0;
}

a {
	color:#666;
}

a:hover {
	color:#999;
}

a:visited {
	color:#333;
}

#container {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-image:url(image/bg.png);

	text-align: center;
	color: #000000;
	font-size:10px;	
	border: 0 none;
	outline: 0 none;
	
	position:relative;
	height:100%;
	min-height:100%;
	text-align: left;
	margin:0 auto;
}

body > #container {
  height: auto;
}

#container .header_bg{
	background-color:#423223;
	width:100%;
	height:25px;
}

#content {
	text-align:left;
	width:800px;
	margin:0 auto;
	height:auto;
	padding-bottom:160px;
}

#foot {
	position:absolute;
	bottom:0;
	width: 100%;
	min-width:800px;
	height:140px;
	background-color:#423223;
	padding-top:20px;
}

#content p{
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	line-height:24px;
}

#content .content-1{
	padding-top:40px;
	
}

#content .news{
	float:right;
	padding-left:10px;
}

#content #twitter{
	float:left;
}

#content .news .info_txt{
	background-color:#423223;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
	font-size:12px;
	line-height:28px;
	height:25px;
	width:385px;
	border-bottom-color:#423223;
	border-radius: 5px 5px 0px 0px;
}

#content #news_text{
	overflow:auto;
	font-size:12px;
	height:155px;
	width:383px;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #423223;
}

#banar{
	padding-top:10px;
}


/*********** STUDIO ***********/

#content .studio_pic{
	clear:both;
	width:800px;
	text-align:center;
}
#content .studio_pic a{
	text-decoration:none;
}
#content .studio_pic img{
	padding:5px;
	border-style:none;
}
#content .studio_picthum{
	clear:both;
	text-align:center;
	padding-bottom:20px;
}
#content .studio_picthum img{
	padding:3px;
	width:100px;
	height:67px;
	border-style:none;
}

#content .studio_pic1{
	float:left;
	padding-top:20px;
}

#content .studio_pic2{
	height:200px;
	padding-top:20px;
}

#head {
	text-align:center;
	height:80px;
	padding:40px 0 20px 0;
	width:800px;
	margin:0 auto;
}

h1.header_text{
	color:#ffffff;
	text-align:right;
	width:auto;
	float:right;
	font-size:10px;
	margin:0;
	padding:0;
	font-weight:normal;
	margin-top:-62px;
}

h1{
	font-size:16px;
	line-height:20px;
	height:20px;
	padding:5px 5px 5px 15px;
	margin:0;
	background-color:#423223;
	color:#ffffff;
	border-radius:5px;		/* CSS3草案 */
	-webkit-border-radius:5px;	/* Safari,Google Chrome用 */
	-moz-border-radius:5px;	/* Firefox用 */
}

h2{
	font-size:16px;
	text-align:left;
	border-bottom:solid 3px #666;
	width:97%;
	margin:0;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:10px;
	color:#666;	
}

#head .title_text{
	float:left;
	font-size:26px;
	font-family: メイリオ,Meiryo;
	letter-spacing:2px;
	height:80px;
	width:230px;
}

#head .title_text a{
	text-decoration:none;
}


/*********** menu ***********/
.menu {
	font-size:11px;
	font-family: メイリオ,Meiryo;
	height:20px;
	width:auto;
	margin-top:30px;	
}
.menu ul {
	margin:0;
	padding:0;
}
.menu li {
	position: relative;
	list-style-type:none;
	float:left;
}
.menu li a {
	display:block;
	width:70px;
	height:20px;
	padding-left:5px;
	padding-right:5px;
	color:#423223;
	line-height:20px;
	text-decoration:none;
	border-right:dotted 1px #423223;	
}

.menu li ul {
	position: absolute;
	visibility: hidden;
}

.menu li ul li a{
	width:100px;
	height:20px;
	color:#ffffff;
}
.menu li.last a {
	border-right:none;
}

.menu li a:hover {
	background-color:#423223;
	color:#ffffff;
}

ul li:hover > a {
	color:#423223;
}

ul li:hover ul {visibility: visible;}


.menu ul li.submenu a {
	border-right:none;
	background-color:#ffeebb;
	color:#423223;
}
.menu ul li.submenu a:hover {
	border-right:none;
	color:#ffffff;
	background-color:#423223;
}

/*********** price ***********/

table.dataTable {
    border-collapse: separate;
    border-left: 1px solid #D7D7D7;
    border-spacing: 0;
    border-top: 1px solid #D7D7D7;
    width: 800px;
	font-size:11px;
	margin-top:30px;
}

table.dataTable th {
    background: none repeat scroll 0 0 #F8F8F8;
    padding-left: 10px;
    padding-right: 10px;
    width: 150px;
}

table.dataTable .bgYellow {
    background: none repeat scroll 0 0 #FFFDEA;
}
table.dataTable td {
    padding-left: 10px;
    padding-right: 10px;
}
table.dataTable .kind {
    background: none repeat scroll 0 0 #F8F8F8;
}
table.dataTable .std {
    width:100px;
	text-align:left;
}

table.dataTable .second {
    width:200px;
	text-align:left;
}

table.dataTable th, table.dataTable td {
    border-bottom: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    color: #423223;
    padding-bottom: 7px;
    padding-top: 9px;
    text-align: center;
    vertical-align: middle;
	background:#fff
}

/*********** Equipment ***********/

table.eqprice {
    border-collapse: separate;
    border-left: 1px solid #D7D7D7;
    border-spacing: 0;
    border-top: 1px solid #D7D7D7;
    width: 800px;
	font-size:11px;
	margin-top:30px;
}

table.eqprice td {
    padding-left: 10px;
    padding-right: 10px;
}

table.eqprice .eqitem{
    background: none repeat scroll 0 0 #F8F8F8;
}

table.eqprice th, table.eqprice td {
    border-bottom: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    color: #423223;
    padding-bottom: 7px;
    padding-top: 9px;
    text-align: left;
    vertical-align: middle;
	background:#fff
}

#content .eq_picthum{
	clear:both;
	text-align:center;
	padding-bottom:20px;
	padding-top:20px;
}
#content .eq_picthum img{
	padding:3px;
	width:70px;
	height:auto;
    border-style:none;
}

/*********** LINK ***********/
table#link-box{
	margin-left:20px;
}

table#link-box td.link-title{
	font-size:12px;
	width:380px;
	height:250px;
	padding-left:20px;
	line-height:200px;
}

table#link-box td.link-image{
	width:350px;
	height:200px;
	text-align:center;
}

table#link-box td.link-image img{
    border-style:none;
	border-radius: 10px;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8);
}

/*********** photostudio ***********/

.photostudio_tel{
	font-size:26px;
	font-weight:bold;
	color:#39F;
	letter-spacing:3px;
}

table.ptstudio {
    border-collapse: separate;
    border-left: 1px solid #D7D7D7;
    border-spacing: 0;
    border-top: 1px solid #D7D7D7;
    width: 97%;
	font-size:12px;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:20px;
}

table.ptstudio td {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-top: 9px;
	border-bottom: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    color: #423223;
    text-align: left;
    vertical-align: middle;
	background:#fff
}

table.ptstudio .title{
    background: none repeat scroll 0 0 #F8F8F8;
}



/*********** lesson studio ***********/
table.lsstudio {
    border-collapse: separate;
    border-left: 1px solid #D7D7D7;
    border-spacing: 0;
    border-top: 1px solid #D7D7D7;
    width: 97%;
	font-size:12px;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:20px;
}

table.lsstudio td {
    padding-left: 10px;
    padding-right: 10px;
	border-bottom: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    color: #423223;
    padding-bottom: 7px;
    padding-top: 9px;
    text-align: left;
    vertical-align: middle;
	background:#fff
}

table.lsstudio .day{
    background: none repeat scroll 0 0 #F8F8F8;
}

#content .yoga_img{
	text-align:center;
}

#content .yoga_img img{
	padding-right:10px;
}

/*********** footer ***********/

#footbox {
	width:800px;
	height:120px;
	margin:0 auto;
}
#foot_iconbox{
	float:left;
	width:100px;
	height:100px;
}

#foot_iconbox a{
    background: url(image/sc_icon.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 28px;
    text-indent: -9999px;
    width: 28px;
	margin-top:-10px;
}

#sc_icon #sc_tw:hover {
	background-position:0 -28px;
}

#sc_icon #sc_fb {
	background-position: -28px 0;
    margin-left: 8px;
}

#sc_icon #sc_fb:hover {
	background-position: -28px -28px;
    margin-left: 8px;
}

#foot_leftbox{
	float:left;
	width:150px;
	text-align:left;
}

.foot_menu ul {
	margin:0;
	padding:0;
}

.foot_menu li {
	list-style-type:none;
	line-height:15px;
	background-image:url(image/foot_menu_li.png);
	background-repeat:no-repeat;
}

.foot_menu li a {
	padding-left:20px;
	display:block;
	width:130px;
	height:15px;
	color:#a9a9a9;
	line-height:15px;
	text-decoration:none;
}

.foot_menu li a:hover {
	color:#fff;
}

.foot_text {
	float:right;
	text-align:right;
	font-size:10px;
	color:#ffffff;
	width:300px;
	line-height:18px;
	position:relative;
}


/*********** Information slideshow ***********/
    .gss a img {
		border : none;
}
    .gss {
      width: 288px;
      height: 192px;
      color: #dddddd;
      background-color: #ffffff;
      padding: 8px;
	  margin-left:250px;
    }
	
#slideshow {

}
