@charset "UTF-8";
@import url("../../Gcss/photo.css");

/* ブラウザスタイルの初期化 */

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.2em;
}

a img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* @group stracture */

/* @group link */

a:link {
	text-decoration:none;
}
		
a:visited {
	text-decoration:none;
}
		
a:active {
	color:#FFFF00;
	text-decoration:underline;
}
		
a:hover {
	color:#ff0000;
	text-decoration:underline;
}



/* @end */

/* @group base */

body {
	color: #222222;
	background-image: url(../../images/bg_basic.gif);
	background-repeat: repeat-y;
	background-color: #aaaaaa;
}

#container {
	width: 900px;
	text-align: left;
	overflow: hidden;
}

h1#pagetitle{
	display: none;
}

#side-left {
	float: left;
	width: 150px;
}

#side-right {
	float: right;
	width: 720px;
}



/* @end */

/* @group mainmenu */

#side-left ul#spacMainmenu {
		font-size:0.1em;
		line-height: 0.1em;
		margin-top: 40px;
		padding: 0px;
		border: none;
		list-style: none;
		list-style-position: outside;
}

#side-left ul#spacMainmenu li{
		font-size: 0em;
		line-height: 0em;
		margin: 0px;
		padding: 0px;
		border: 0px;
		list-style: none;
		list-style-position: outside;
}

li#btntwitter img{
	margin: 10px 0 0 12px;
}

#header {
	background-color: #000;
	padding: 6px;
	color: #fff;
	font-size: 11px;
	width: 288px;
	margin-left: 420px;
	text-align: center;
}

#header a{
	color: #fff;
}

#header a:visited{
	color: #fff;
}


#footer {
	margin-top: 20px;
	background-color: #000;
	padding: 4px;
	color: #fff;
	font-size: 11px;

}

#toPageTop {
	margin-top: 60px;
	font-size: 11px;	
}

#toPageTop a{
	color: #333;
}



/* @end */

/* @group sidemenu */
#langbtn {
	display: block;
	width: 130px;
	height: 19px;
	margin-top: 55px;
	margin-left: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	list-style-position: outside;
	background-image: url(../images/bg_lang_j.gif);
}

#langbtn.en {
	background-image: url(../images/bg_lang_e.gif);
}



#index #langbtn {
	margin-top: 0px;
}

#index2 #langbtn {
	position: absolute;
	top: 35px;
	left: 760px;
}



#langbtn li{
	width: 65px;
	text-align: center;
	font-size:10px;
	line-height: 1em;
	margin: 3px 0 0 0;
	padding: 1px 0 0 0;
	border: 0px;
	list-style: none;
	list-style-position: outside;
	float: left;
}

#langbtn li a{
	color: #999;
}

#langbtn li a:hover{
	color: #ff4646;
}

#sidebtn {
		display: block;
		font-size:0.1em;
		line-height: 0.1em;
		margin-top: 5px;
		margin-left: 530px;
		padding: 0px;
		border: none;
		list-style: none;
		list-style-position: outside;
		overflow: hidden;
}

#cafe #sidebtn, #kanren #sidebtn, #pretalk #sidebtn, #bus #sidebtn{
		margin-top: 80px;
}

#sidebtn li{
		font-size: 0.1em;
		line-height: 0.1em;
		margin: 0px;
		padding: 0px;
		border: 0px;
		list-style: none;
		list-style-position: outside;
		float: left;
}


#ticketBtn a.videobtn img{
	margin-top: 4px;
}

#container #sideblock {
	float: right;
	width: 210px;
	margin: 0px 20px 20px 0px;
	color: #333;
	font-size:12px;
	line-height: 1.5em;
	display: inline;
}

#ticketBtn {
	margin-bottom: 40px;
	padding: 0px;
	border: none;
	behavior: url(css/resources/iepngfix.htc);
}

a.videoBtn{
	display: block;
	margin-bottom: 34px;
}

a.videoBtn:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}

/* @end */

/* @group main */

/* 基礎情報関係 */

#container .basicdata {
	display: block;
	margin: 120px 0px 10px 0px;
	width: 500px;
	height: 290px;
}

* html #container .basicdata{margin-top:140px;}

#container .basicdata .staffMain{
	font-size:16px;
	font-weight: bolder;
	line-height: 1.4em;
	color: #fff;
	margin-bottom: 4px;
}

#container .basicdata div.staff{
	font-size:12px;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 6px;
	font-weight: bold;
}


#container .basicdata div.date{
	margin-top: 4px;
	font-size:20px;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	letter-spacing: -1px;
}

#container .basicdata div.place{
	font-size:15px;
	line-height: 1.4em;
	font-weight: bold;
	color: #fff;
}

#container .basicdata div.time{
	font-size:12px;
	line-height: 1.4em;
	color: #fff;
	font-weight: bold;
}


#container .basicdata .sub{
	font-weight: normal;
	font-size:10px;
	color: #fff;
	line-height: 1.4em;
}


/* 本文関係 */



#container div#side-right div#sideblock h4{
		color: #333;
		font-weight: bold
		font-size: 16px;
		line-height: 1.2em;
		margin-bottom: 15px;
		letter-spacing: -1px;
}

div#sideblock p{
		width: 100%;
		color: #333;
		font-size:12px;
		line-height: 1.6em;
		margin-bottom: 60px;
}

div#mainblock {
		width: 460px;
		float: left;
		color: #333;
		font-size:14px;
		line-height: 1.7em;
}

#container #mainblock img{
		margin-bottom: 4px;
}

#container #mainblock p {
		color: #333;
		font-size:14px;
		line-height: 1.7em;
		margin-bottom: 40px;
}

#mainblock h2 {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
	margin: 0px 0px 20px 0px;
}

#mainblock h3 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2em;
	margin: 80px 0 20px 0;
}

#mainblock h4 {
	color: #111;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0px 0 10px 0;
}


#container #mainblock h3 .sub{
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8em;
}

#container #mainblock p.columnText{
	font-size:14px;
	line-height: 1.7em;
}

#container #mainblock p.columnProf{
	font-size:12px;
	line-height: 1.5em;
}

#container #mainblock p a {
		color: #f00;
}

/* @end */

/* @group thanks */

table#thanks {
	margin: 60px 0 20px 0px;
	border-top: 1px solid #666;
	padding-top: 3px;
	width: 90%;
}

table#thanks th {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	width: 60px;
	vertical-align: top;
}

table#thanks td {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
	color: #444;
	padding-bottom: 2px;
}

table#thanks td a{
	color: #fcc;
}

/* @end */サイドメニュー



/* @end */

/* @group 2010sp_top_only */

div#contentsHeadSpacer{
	display: block;
	color: #000;
}

#container #index #mainBlock {
	width: 480px;
	float: left;
	min-height: 500px;
}

#container #index #mainBlock a:hover{
	text-decoration: none;
}

#container #index #mainBlock .post{
	margin: 0px 0px 60px 0px;
}

#container #index #mainBlock h2{
	margin: 150px 0px 60px 0px;
	padding-top: 3px;
	width: 480px;
	font-size: 20px;
	line-height: 1.2em;
	border-top: 1px dotted #888;
}

#container #index.top #mainBlock h2 a{
	color: #fff;
}

#container #index #mainBlock h2 .attention{
	margin: 0px 5px 2px 0px;
	padding: 2px 4px 2px 4px ;
	font-size: 14px;
	line-height: 1.1em;
	background-color: #ed3c3f;
	color: #fffeff;
	font-weight: normal;
}

#container #index #mainBlock .program{
	margin: 0px 0px 40px 0px;
	padding: 10px 7px 10px 8px;
	width: 465px;
	background-color: #dfdfdf;
	font-size: 13px;
	line-height: 1.8em;
	border-top: 1px solid #b1b1b1;
	overflow: hidden;
}

#container #index #mainBlock a:hover .program{
	background-color: #eee;
}

#container #index.top #mainBlock .Program{
	margin: 0px 0px 20px 0px;
	padding: 10px 7px 40px 8px;
	width: 465px;
	background-image: url(../images/bg_program.png);
	font-size: 13px;
	line-height: 1.8em;
	border-top: 1px solid #b1b1b1;
	behavior: expression(IEPNGFIX.fix(this));
}
	
#container #index #mainBlock p{
	margin: 0px 0px 20px 0px;
	width: 480px;
	font-size: 13px;
	line-height: 1.8em;
}

#container #index #sideBlock {
	width: 180px;
	margin-right: 10px;
	margin-top: 150px;
	float: right;
	min-height: 400px;
}

#container #index #sideBlock .sidetitle{
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 6px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	display: block;
}

#container #index.top #sideBlock .sidetitle{
		color: #ddd;
}


#Gcontainer #index #sideBlock li{
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 6px;
	list-style-type: none;
}

#Gcontainer #index.top #sideBlock li a, #Gcontainer #index.top #sideBlock li a .attention{
	color: #fff;
}

div#index {
	width: 900px;
	background-image: url(../images/bg_10sp.jpg);
	background-repeat: no-repeat;
	backGground-color: #fff;
	overflow: hidden;
}

div#index.top {
	background-image: url(../images/bg_blog.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}

p.end {
	clear : both ;
	height: 0px;
	margin: 0;
	padding: 0;
	
}


div#index .copy, div#index .copy a {
	font-size: 16px;
	color: #215e80;
	margin-top: 42px;
	margin-bottom: 3px;
	font-weight: normal;
	clear: both;
}

div#index .contry {
	float: left;
	padding: 1px 6px 2px 6px;
	font-size: 10px;
	color: #fff;
	margin-top: 6px;
	line-height: px;
	background-color: #885b29;
}

div#index #post-38 .contry {
	margin-left: 8px;
	margin-top: 8px;
}

div#index #sol .contry {
	clear: both;
	margin-top: 2px;
	margin-bottom: 15px;
}

div#index h3 {
	font-size: 22px;
	color: #333;
	margin-bottom: 3px;
	letter-spacing: -1px;
	text-indent: -3px;
	float: left;
	font-weight: bold;
}

div#index h3 .sub {
	font-size: 12px;
	font-weight: normal;
	vertical-align: 3px;
}


div#index .staff {
	clear: both;
	font-size: 11px;
	color: #666;
	margin-bottom: 3px;
}

div#index .place {
	font-size: 11px;
	color: #666;
}



/* @end */

/* @group piece */

div#ticketBtnAbsolute {
	display: none;
	position: absolute;
	top: 170px;
	left: 712px;
}

* html div#GticketBtnAbsolute img{
	behavior:url(http://www.spac.or.jp/10_spring/css/resources/iepngfix.htc);
}

body.page h1 {
	display: none;
}

#container div#peer {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_peer.jpg);
}

#container div#medea {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_medea.jpg);	
}

#container div#acteurs {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_acteurs.jpg);	
}

#container div#f48 {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_448.jpg);	
}

#container div#ode {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_ode.jpg);	
}

#container div#security {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_security.jpg);	
}

#container div#security .basicdata{
	margin: 150px 0px 10px 0px;
	height: 260px;
}

* html #container div#security .basicdata{margin-top:170px;}

#container div#littoral {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_littoral.jpg);	
}

#container div#arlequin {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_arlequin.jpg);	
}

#container div#moment {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_moment.jpg);	
}

#container div#moment .basicdata{
	margin: 150px 0px 10px 0px;
	height: 260px;
}

* html #container div#moment .basicdata{margin-top:170px;}

#container div#cross {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_cross.jpg);	
}

#container div#marie {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_marie.jpg);	
}

#container div#empire {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_empire.jpg);	
}

#container div#king {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_king.jpg);	
}

#container div#king .basicdata{
	margin: 160px 0px 10px 0px;
	height: 250px;
}

* html #container div#king .basicdata{margin-top:170px;}


#essayBtn {
	margin-top: 60px;
	width: 80px;
	float: left;
	
}

#essay {
	margin-top: 60px;
	width: 360px;
	float: right;
	padding-left: 10px;
	border-left: 1px solid #7e7e7e;
}

#container #mainblock #essay p{
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

#container #mainblock #essay p.essayTitle{
	color: #888;
}


/* @end */

/* @group photo */

.photoR{
	float: right;
	margin: 0 0 6px 12px;
	padding: 5px 0 0 0;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	color: #888;
}

.photoL{
	float: left;
	margin: 0 12px 6px 0;
	padding: 5px 0 0 0;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	color: #888;
}


/* @end */

/* @group 2010sp_top */



#content-media #content-media {
	margin-top: 100px;
}

#content-media #slide-show Ga {
	width: 720px;
	height: 286px;
	padding: 0px;
}

#container #index2 div#contentsSpacer{
	display: block;
	color: #000;
	height: 400px;
}

#container #index2 .blockMain {
	width: 700px;
}

#container #index2 .storycontent #mainblock, #container #index2 .blockMain {
	margin-left: 10px;
	width: 700px;
	overflow: hidden;
	bGackground-color: #f33;
}

#container #index2 .mes {
	margin-left: 160px;
	margin-top: 0;
}

#container #index2 #columnL {
	width: 340px;
	float: left;
}

#container #index2 #columnR {
	width: 350px;
	float: right;
}

#container #index2 #verII {
	width: 700px;
}

#container #index2 #columnL.ver2 {
	width: 350px;
	float: left;
}

#container #index2 #columnR.ver2 {
	width: 330px;
	float: right;
}

#container #index2 p#ex{
	margin: 12px 0 0 10px;
	width: 340px;
	font-size: 10px;
	line-height: 1.5em;
}

#container #index2 p#ex.ver2{
	margin: 12px 0 0 10px;
	width: 630px;
	font-size: 10px;
	line-height: 1.5em;
}

#container #index2 .storycontent h2 {
	margin: 10px 0 5px 0;
	background: #f91d18;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	padding: 2px 2px 4px 3px;
	width: 340px;
}

#container #index2 .storycontent h2.ver22 {
	margin: 10px 0 5px 0;
	background: #f91d18;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	padding: 3px 2px 4px 3px;
	width: 700px;
	text-align: center;
}

#container #index2 .storycontent h2.ver2 {
	margin: 40px 0 10px 0;
	background: #000;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	padding: 3px 2px 4px 3px;
	width: 700px;
}

#container #index2 dl.ticketSell{
	margin: 0;
	width: 350px;
	font-size: 12px;
	line-height: 1.5em;
}

#container #index2 dl.ticketSell dt{
	margin: 0 0 5px 0;
	width: 350px;
	font-size: 13px;
	line-height: 1.2em;
	color: #aa2734;
}

#container #index2 dl.ticketSell dd{
	margin: 0 0 10px 20px;
	width: 330px;
	font-size: 12px;
	line-height: 1.2em;
	color: #656565;
}

#container #index2 .ver2 dl.ticketSell dd{
	margin: 0 0 15px 20px;
	width: 310px;
	font-size: 12px;
	line-height: 1.2em;
	color: #656565;
}

#container #index2 #mainblock h3, #container #index2 .blockMain h3{
	margin: 30px 0 15px 0px;
	width: 340px;
	font-size: 15px;
	line-height: 1.5em;
	color: #aa2734;
}


#container #index2 #sideBlock {
	width: 180px;
	margin-right: 10px;
	margin-top: 150px;
	float: right;
	min-height: 400px;
}

#container #index2 #sideBlock li{
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 6px;
	list-style-type: none;
}

#container #index2 ul#piecelist{
	width: 710px;
	mGargin-left: 10px;
	margin-top: 15px;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}

#container #index2 ul#piecelist li{
	margin: 0 5px 12px 0;
	float: left;
	list-style-type: none;
}

#container #index2 ul#piecelist li#p13{
	margin-right: 200px;
}

#container #index2 ul#piecelist li a{
	display: block;
	background-color: #fff;
	width: 135px;
	height: 75px;
}

#container #index2 ul#piecelist li a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}

div#index2 {
	width: 900px;
	overflow: hidden;
	background: #fffeff url(../images/bg_index.jpg) no-repeat;
}

#container #index2 hr#support{
	margin-top: 50px;
}

#container #index2 p#support{
	margin: 2px 0 20px 0;
	font-size: 11px;
	line-height: 1.2em;
	color: #888;
}

#container #index2 p#support a{
	color: #888;
}

#container #index2 p#support img{
	margin: 8px 0 0 0;
	padding: 0px 3px 0 0;
}

p.end {
	clear : both ;
	height: 0px;
	margin: 0;
	padding: 0;
	
}


div#index .copy, div#index .copy a {
	font-size: 16px;
	color: #215e80;
	margin-top: 42px;
	margin-bottom: 3px;
	font-weight: normal;
	clear: both;
}

#basic #index .photoL{
	padding: 0;
}



/* @end */

/* @group bus */
#container div#bus {
	overflow: auto;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_bus.jpg);	
}

#bus #contentsSpacer {
	height: 300px;
}

table#bus {
	background-color: #dfdfdf;
	font: 11px;
	cell-spacing: 0px;
	cell-padding: 0px;
}

table#bus th{
	background-color: #d7d8d7;
	border-bottom: 1px dotted #656565;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.2em;
	color: #4d4d4d;
	padding: 6px 5px 6px 5px;
}

table#bus td{
	background-color: #fff;
	border-bottom: 1px dotted #656565;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.2em;
	color: #4d4d4d;
	padding: 6px 4px 6px 4px;
}

table#bus td.booking{
	background-color: #ffe4e0;
	padding-right: 8px;
}

table#bus tr.chartTitle th, table#bus tr.chartTitle td {
	background-color: #6baac4;
	color: #fffefe;
	border-bottom-style: none;
}

table#bus tr.chartTitle th {
	font-weight: bold;
	font-size: 12px;
}

#bus .blockMain {
	width: 720px;
}

#bus .blockMain h2 {
	font-size: 15px;
	color: #0067a8;
	margin: 20px 0 10px 0;
}

#bus .blockMain p {
	font-size: 12px;
	line-height: 1.4em;
	color: #4d4d4d;
	margin-bottom: 20px;
}

#bus .blockMain p.short {
	margin-bottom: 0px;
	color: #1a5190;
}

#bus .blockMain p.caution {
	font-size: 11px;
	color: #656565;
	margin: 3px 0 8px 10px;
}

#bus .blockMain ul.cautionList li{
	margin: 2px 0 6px 25px;
	font-size: 12px;
	line-height: 1.3em;
	color: #848484;
	font-weight: normal;
}

#bus .blockMain p strong{
	font-size: 14px;
	color: #262626;
}

#bus .blockMain ul.cautionList {
	width: 600px;
	margin-top: 30px;
}


/* @end */

/* @group cafe */
#container div#cafe {
	overflow: hidden;
	width: 900px;
	hGeight: 1200px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_cafe.gif);	
}

#container div#cafe #side-right p.reed{
	display: block;
	font-size: 13px;
	line-height: 1.6em;
	margin: 60px 0 10px 250px;
}

#container div#cafe #side-right p.reed a#ticketBtn{
	margin-top: 15px;
	margin-left: 280px;
	display: block;
}

* html #container div#cafe #side-right p.reed{
	margin-top: 155px;
}

#container div#cafe #side-right p.reed .point{
	font-weight: bold;
	line-height: 1.5em;
	}

#container div#cafe #cafeEx{
	font-size: 10px;
	line-height: 1.4em;
	margin: 720px 0 10px 560px;
	color: #666;
}

#container div#cafe #side-right {
	position: static;
}

#container div#cafe .cafedata {
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	bGackground-color: #46d6ff;
	width: 170px;
}

#container div#cafe .cafedata .place{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -0.05em;
}

* html #container div#cafe .cafedata{
	letter-spacing: -0.02em;
}

#container div#cafe .cafedata .date{
	font-weight: bold;
}

/* Galleryエクリュの森 */
#container div#cafe #c01.cafedata{
	position: absolute;
	left: 711px;
	top: 807px;
}

/* まちカフェSHIMIZU */
#container div#cafe #c02.cafedata{
	position: absolute;
	left: 673px;
	top: 449px;
}

/* 比奈カフェ */
#container div#cafe #c03.cafedata{
	position: absolute;
	left: 705px;
	top: 578px;
}

/* 竹の丸 */
#container div#cafe #c04.cafedata{
	position: absolute;
	left: 371px;
	top: 1007px;
	text-align: left;
}

/* ミュゼふじえだ */
#container div#cafe #c05.cafedata{
	position: absolute;
	left: 184px;
	top: 570px;
}

/* ビッグムーンカフェ */
#container div#cafe #c06.cafedata{
	position: absolute;
	left: 522px;
	top: 899px;
}

/* 三福旅館 */
#container div#cafe #c07.cafedata{
	position: absolute;
	left: 371px;
	top: 621px;
}

/* カフェ・スナゲリー */
#container div#cafe #c08.cafedata{
	position: absolute;
	left: 488px;
	top: 427px;
}

/* 佐藤典子舞踊研究所 */
#container div#cafe #c09.cafedata{
	position: absolute;
	left: 180px;
	top: 990px;
}

/* Spice Cafe Bija */
#container div#cafe #c10.cafedata{
	position: absolute;
	left: 180px;
	top: 753px;
}

/* エコロジー団地 */
#container div#cafe #c11.cafedata{
	position: absolute;
	left: 488px;
	top: 508px;
}

/* 東壽院 */
#container div#cafe #c12.cafedata{
	position: absolute;
	left: 708px;
	top: 925px;
}

/* @end */

/* @group kanren */


#container div#kanren {
	overflow: hidden;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_kanren.gif);	
}

#kanren #contentsSpacer {
	height: 40px;
}

#container div#kanren div#mainblock {
	margin: 0px;
	width: 700px;
}

#container div#kanren .blockhead {
	margin: 10px 0 0 0;
}

#container div#kanren div#middle1 {
	margin: 0px;
	width: 690px;
	background: url(../images/kanren_middle_1.gif) repeat-y;
}

#container div#kanren div#middle2 {
	margin: 0px;
	width: 690px;
	background: url(../images/kanren_middle_2.gif) repeat-y;
}

#container div#kanren div#middle3 {
	margin: 0px;
	width: 690px;
	background: url(../images/kanren_middle_3.gif) repeat-y;
}

#container div#kanren div#middle4 {
	margin: 0px;
	width: 690px;
	background: url(../images/kanren_middle_4.gif) repeat-y;
	overflow: hidden;
}

#container div#kanren .Mcontents p.reed {
	width: 650px;
	margin: 0 0 10px 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
}


#container div#kanren p {
	margin: 0;
}


#container div#kanren .Mcontents p {
	width: 650px;
	margin: 0 0 0px 20px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
	font-weight: normal;
}

#container div#kanren .Mcontents .sub {
	display: block;
	font-size: 10px;
	font-weight: normal;
}

#container div#kanren .Mcontents .sub2 {
	font-size: 10px;
	font-weight: normal;
}

#container div#kanren #middle4 p.reed {
	width: 650px;
	margin: 0 0 １0px 20px;
	font-size: 11px;
	font-weight: normal;
}

#container div#kanren #middle4 .lectureTitle {
	width: 220px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #fffeff;
	border: 1px solid #000;
	padding: 3px;
	margin: 0 20px 0 20px;
	float: left;
	display: inline;
}

#container div#kanren #middle4 div.lectureTitle2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 6px;
}

#container div#kanren #middle4 .lectureContents {
	width: 400px;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 20px 0 0;
	display: inline;
}

* html #container div#kanren #middle4 .lectureContents {
	width: 380px;
}

#container div#kanren #middle4 .lectureContents p{
	width: 100%;
}

#container div#kanren #middle4 p.request {
	text-align: center;
}
/* @end */

/* @group pretalk */

#container div#pretalk {
	overflow: hidden;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_pretalk.gif);	
}

#container div#pretalk #honbun {
	margin: 190px 0 0 20px;
	padding: 0;
	width: 640px;
}

#container div#pretalk #honbun p.reed{
	width: 440px;
	margin: 0px 0 20px 200px;
	padding: 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
}

#container div#pretalk #honbun p.reed .sub {
	font-size: 10px;
	color: #f00;
	border: 1px solid #f00;
	font-weight: normal;
	padding: 1px;
}

#container div#pretalk #honbun p.reed .cast {
	font-size: 13px;
	line-height: 2em;
}

#container div#pretalk #honbun p {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;	
}

#container div#pretalk #honbun p .ticket {
	font-weight: bold;
	line-height: 2.6em;
}

#container div#pretalk #toPageTop {
	margin-top: 200px;
}

/* @end */

/* @group institut */

#container div#institut {
	overflow: hidden;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../images/bg_institut.gif);	
}

#institut #contentsSpacer {
	height: 200px;
}

#container div#institut div#mainblock {
	margin: 0px;
	width: 700px;
}

#container div#institut .block {
	margin: 0px 0px 60px 0px;
	bGackground-color: #f1f1f1;
}

#container div#institut .block .Mdata{
	background-color: #d8d8d8;
	overflow: hidden;
	height: 170px;
}

#container div#institut .block .Mdata p{
	margin: 0px;
	padding: 2px 6px 6px 6px;
	font-size: 13px;
	line-height: 1.5em;
	color: #555;
}

#container div#institut .block .Mdata .photoL {
	float: left;
	margin: 0px;
	padding: 0 12px 0 0;
}

#container div#institut .block .Mdata .genre{
	margin: 0 0 0px 2px;
	font-size: 11px;
	line-height: 1.2em;
	color: #333;
	padding: 4px 0 0 0;
}

#container div#institut .block .Mdata h2{
	margin: 0 0 4px 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	color: #393972;
}

#container div#institut .block .Mdata .staff{
	margin: 0 0 6px 2px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	color: #393972;
}

#container div#institut .block .Mdata p{
	margin: 0px;
	padding: 2px 8px 0px 6px;
	font-size: 12px;
	line-height: 1.4em;
	color: #555;
}

#container div#institut .block .Bdata{
	padding: 6px 6px 12px 232px;
	font-size: 10px;
	line-height: 1.5em;
	color: #555;
}

#container div#institut .block .Bdata .timeplace {
	
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	color: #4d3319;
}

/* @end */サイドメニュー




