html{
      height : 100%;
}
body  {
      height : 100%;
      font-family : "MS UI Gothic",Osaka;
      font-size : 11pt;
      line-height : 18pt;
      color : #000000;
      text-align : center;
      background-image : url(img/bg.jpg);
      background-repeat : repeat-x;
      background-position : center top;
}
*     {
      margin : 0px;
      padding : 0px;
}
img  {
      border : 0px;
}
H1    {
      color : #ffffff;
      font-size : 10pt;
      font-weight : normal;
      text-align : right;
      padding-right: 5px;
      height : 25px;
}
A{
      text-decoration : none;
      color : #000000;
}
A:HOVER{
      color : #2198FC;
      text-decoration: none;
}

/* レイアウト
----------------------------------------------*/
#container {
      width : 900px;
      margin : 0px auto;
      min-height : 100%;
      margin-bottom : -100px;
      background-image : url(img/main_bg.jpg);
      background-repeat : repeat-y;
      background-position : center top;
}
* html #container {
      height : 100%;
      background-image : url(img/main_bg.jpg);
      background-repeat : repeat-y;
      background-position : center top;
}
#container-contents {
      width : 100%;
      float : right;
}
#container-side {
	width : 240px;
	margin-left : -240px;
	height: 240px;
	float: right;
}
#container-footer {
      height : 100px;
      clear : right;
}

#header {
      height : 100px;
}
#menu {
      height : 70px;
}
#menu li{
      display : inline;
      list-style-type: none;
      float: left;
}
#menu li img{
      vertical-align : bottom;
}
#main {
      margin-left : 250px;
      height : 0px;
}
#contents {
      margin : 0px;
      position : relative;
      text-align : left;
}
#local_contents {
	margin : 0px;
	position : relative;
	text-align : left;
	padding-top: 5px;
}
#side {
	text-align : left;
	position : relative;
	height: 240px;
	width: 240px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#footer {
      margin : 0px auto;
      width : 900px;
      height : 100px;
      text-align : center;
}
#navidd {
      line-height : 40pt;
      height : 50px;
      background-image : url(img/navi_bg.jpg);
      background-repeat : no-repeat;
      background-position : center top;
}
#copy {
      padding-top : 15px;
      height : 35px;
}
#navi {
      float : right;
      width : 650px;
      text-align : center;
      padding-top : 40px;
      line-height : 20pt;
}
#add {
      float : left;
      width : 250px;
      text-align : right;
      font-size : 10pt;
      line-height : 13pt;
}







/* メニュー
----------------------------------------------------*/
.menu1 {
      background-image : url(img/menu_01.jpg);
}
A:HOVER .menu1 {
      background-image : url(img/menu2_01.jpg);
}
.menu2 {
      background-image : url(img/menu_02.jpg);
}
A:HOVER .menu2 {
      background-image : url(img/menu2_02.jpg);
}
.menu3 {
      background-image : url(img/menu_03.jpg);
}
A:HOVER .menu3 {
      background-image : url(img/menu2_03.jpg);
}
.menu4 {
      background-image : url(img/menu_04.jpg);
}
A:HOVER .menu4 {
      background-image : url(img/menu2_04.jpg);
}
.menu5 {
      background-image : url(img/menu_05.jpg);
}
A:HOVER .menu5 {
      background-image : url(img/menu2_05.jpg);
}
.menu6 {
      background-image : url(img/menu_06.jpg);
}
A:HOVER .menu6 {
      background-image : url(img/menu2_06.jpg);
}

/* サイド
----------------------------------------------------*/
.banner1 {
      display : block;
      width : 240px;
      height : 120px;
      background-image : url(img/banner_1.jpg);
      background-repeat : no-repeat;
      background-position : center top;
}
.banner2 {
      display : block;
      width : 240px;
      height : 120px;
      background-image : url(img/banner_2.jpg);
      background-repeat : no-repeat;
      background-position : canter top;
}
.text {
	display:block;
	padding-top: 35px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 138px;
	font-size : 10pt;
	line-height : 13pt;
}
/* コンテンツ
----------------------------------------------------*/
.area{
      padding : 10px 20px 10px 20px;
}
.line{
      border-bottom-width : 1px;
      border-bottom-style : dotted;
      border-bottom-color : #cccccc;
      padding : 5px 0px 5px 0px;
}

.player {
	height: 280px;
	width: 900px;
	background-image: url(img/flash_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
}
#container .player embed {
	vertical-align: bottom;
	height: 280px;
	width: 900px;
　　background-image: url(img/flash_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;

}
#container .player　noembed {
	color: #FFFFFF;
	padding-top: 20px;
}
*:first-child+html>/**/body .player embed {
	vertical-align: bottom;
	height: 280px;
	width: 900px;
　　background-image: url(img/flash_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: -1px;
	}
p#info_title {
	font-size: 1.2em;
	margin-bottom: 8px;
	font-weight: bold;
}
.linkList dt {
	margin: 0px;
	padding: 0px;
}
.linkList dd {
	margin: 0px;
	padding: 0px;
}
/* CONTACT */
#formTable {
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #333333;
	font-size: 1em;
}
#formTable td{
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#formTable th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	width: 150px;
	background-color: #E7E7E7;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#formTable caption {
	margin-bottom: 10px;
}

select {
	width: 180px;
}
input#name, input#tel , input#email {
	width: 180px;
}
#free {
	width: 250px;
}
#formButton {
	width: 500px;
	margin-top: 5px;
	text-align: center;
}
#contact_text {
	margin-bottom: 20px;
	margin-left: 30px;
}

/* CONTACT ここまで */

#local_contents #root {
	margin-left: 5px;
	font-size: 0.9em;
}
#schedulelist {
	width: 610px;
	height: 600px;
}

.area #news {
	width: 610px;
	height: 200px;
}
.textlink td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
}
.textlink textarea {
	width: 300px;
}
.textlink {
	width: 500px;
}
.form_left {
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.form_right {
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.textlink tr {
	border: 1px solid #CCCCCC;
}
.contactlist {
	list-style-type: none;
}