A.btn:visited { color: #000000; }/**/
A.btn {
  display: inline; /*block;             /* ブロック要素にする */
  width: 300px;                /* 横幅 */
  color: #000000;
  background-color: #FFE8C3;  /* 背景色 */
  border: dashed 1px #FFFFFF; /* 枠の色 */
  border-left-width: 0px;     /* 左線の幅 */
  border-right-width: 0px;    /* 右線の幅 */
  margin: 0px;
  padding: 3px 1px 1px 5px;
  font-size: 14px;            /* フォントサイズ */
  line-height: 30px;          /* 行の高さ */
  text-align: left;         /* 水平揃え */
  /*text-decoration: none;      /* 下線を消す */
}
A.btn:hover {
  color: #666699;
  background-color: #ffffff;  /* 背景色 */
  border: dashed 1px #FF9C00;  /* 枠の色 */
  margin: 0px;
  /*padding: 4px 0px 0px 1px;*/
}
A.btn:active { color: #000044; }/**/


/*ホームページトップのメニュー*/
A.tastop:visited { color: #000000; }/**/
A.tastop {
  display: inline; /*block;             /* ブロック要素にする */
  width: 200px;                /* 横幅 */
  color: #000000;
  /*background-color: #FFE8C3;  /* 背景色 */
  background-color: #CFD0F4;  /* 背景色 */
  border: dashed 1px #FFFFFF; /* 枠の色 */
  border-left-width: 0px;     /* 左線の幅 */
  border-right-width: 0px;    /* 右線の幅 */
  margin: 0px;
  padding: 3px 1px 1px 5px;
  font-size: 12px;            /* フォントサイズ */
  line-height: 20px;          /* 行の高さ */
  text-align: left;         /* 水平揃え */
  /*text-decoration: none;      /* 下線を消す */
}
A.tastop:hover {
  color: #666699;
  background-color: #ffffff;  /* 背景色 */
  /*border: dashed 1px #FF9C00;  /* 枠の色 */
  border: dashed 1px #CFD0F4;  /* 枠の色 */
  margin: 0px;
  /*padding: 4px 0px 0px 1px;*/
}
A.tastop:active { color: #000044; }/**/

.titSub {
	font-size:90%;
	border-bottom: 1px dotted #666666;
	border-left: 5px solid #CC3300;
	padding: 0px 0px 0px 5px;
	margin-bottom:10px;
	/*line-height:100%;*/
}

/* リンクページ */

/* カテゴリ分け用のボタン */
A.lnk:visited {
  color: #333333;               /* 文字の色設定 */
}
A.lnk {
  display: block;               /* ブロック要素にする */
  width:500px;
  font-size: 90%;               /* フォントサイズ */
  font-weight:bold;             /* 太字に設定 */
  color: #333333;               /* 文字の色設定 */
  background-color: #F3F3F3;    /* 背景色 */
  border: solid 1px #aaaaaa;    /* 枠の色 */
  margin: 0px;                  /* マージン */
  padding: 0px 5px 0px 25px;      /* 空白の幅 上 右 下 左*/
  /*line-height: 50px;             /* 行の高さ */
  text-align: left;              /* 水平揃え */
  /*text-decoration: none;       /* 下線を消す */
  background-image:url('image/mark.gif'); /* 背景画像の設定 */
  background-repeat:no-repeat;   /* 繰返しを行わない */
  background-position:left center;  
}
A.lnk:hover {
  color: #CC3300;                /* 文字の色設定 */
  background-color: #FFFFFF;    /* 背景色 */
  /* background-image:none;         /* 背景画像の設定 */
  border: solid 1px #CC3300;     /* 枠の色 */
  text-decoration: none;       /* 下線を消す */
}
A.lnk:active {}



/* カテゴリ分け用のボタン */
A.lnk300:visited {
  color: #333333;               /* 文字の色設定 */
}
A.lnk300 {
  display: block;               /* ブロック要素にする */
  width:320px;
  font-size: 90%;               /* フォントサイズ */
  font-weight:bold;             /* 太字に設定 */
  color: #333333;               /* 文字の色設定 */
  background-color: #F3F3F3;    /* 背景色 */
  border: solid 1px #aaaaaa;    /* 枠の色 */
  margin: 0px;                  /* マージン */
  padding: 0px 5px 0px 25px;      /* 空白の幅 上 右 下 左*/
  /*line-height: 50px;             /* 行の高さ */
  text-align: left;              /* 水平揃え */
  /*text-decoration: none;       /* 下線を消す */
  background-image:url('image/mark.gif'); /* 背景画像の設定 */
  background-repeat:no-repeat;   /* 繰返しを行わない */
  background-position:left center;  
}
A.lnk300:hover {
  color: #CC3300;                /* 文字の色設定 */
  background-color: #FFFFFF;    /* 背景色 */
  /* background-image:none;         /* 背景画像の設定 */
  border: solid 1px #CC3300;     /* 枠の色 */
  text-decoration: none;       /* 下線を消す */
}
A.lnk300:active {}


/* カテゴリ分け用のボタン */
A.lnk400:visited {
  color: #333333;               /* 文字の色設定 */
}
A.lnk400 {
  display: block;               /* ブロック要素にする */
  width:400px;
  vertical-align: middle; 
  font-size: 90%;               /* フォントサイズ */
  /*font-weight:bold;             /* 太字に設定 */
  color: #333333;               /* 文字の色設定 */
  background-color: #F3F3F3;    /* 背景色 */
  border: solid 1px #aaaaaa;    /* 枠の色 */
  margin: 0px;                  /* マージン */
  padding: 0px 5px 0px 25px;      /* 空白の幅 上 右 下 左*/
  /*line-height: 50px;             /* 行の高さ */
  text-align: left;              /* 水平揃え */
  /*text-decoration: none;       /* 下線を消す */
  background-image:url('image/mark.gif'); /* 背景画像の設定 */
  background-repeat:no-repeat;   /* 繰返しを行わない */
  background-position:left center;  
}
A.lnk400:hover {
  color: #CC3300;                /* 文字の色設定 */
  background-color: #FFFFFF;    /* 背景色 */
  /*font-weight:bold;             /* 太字に設定 */
  /* background-image:none;         /* 背景画像の設定 */
  border: solid 1px #CC3300;     /* 枠の色 */
  text-decoration: none;       /* 下線を消す */
}
A.lnk400:active {}


/* 自主文化ページ */
DIV.jishutitle_music{
	  border-top-color: #cc9999; /* 上枠の色 */
	  border-bottom-color: #cc9999; /* 下枠の色 */
	  padding: 10px; /* 余白の幅 */
	  /*padding-left: 10px; /*左横幅*/ 
	  border-style: double; /* 枠の種類 */
	  border-width: 4px 0px; /* 枠の幅 */
	  line-height: 150%; /* 行の高さ */ 
	  font-size: 18px;  /* フォントのサイズ */ 
	  background-color:#FFF3F3; /* 背景色 */
}
DIV.jishutitle_drama{
	  border-top-color: #9999cc; /* 上枠の色 */
	  border-bottom-color: #9999cc; /* 下枠の色 */
	  padding: 10px; /* 余白の幅 */
	  /*padding-left: 10px; /*左横幅*/ 
	  border-style: double; /* 枠の種類 */
	  border-width: 4px 0px; /* 枠の幅 */
	  line-height: 150%; /* 行の高さ */ 
	  font-size: 18px;  /* フォントのサイズ */ 
	  background-color:#F3F3FC; /* 背景色 */
}
DIV.jishutitle_tradition{
	  border-top-color: #cc9999; /* 上枠の色 */
	  border-bottom-color: #cc9999; /* 下枠の色 */
	  padding: 10px; /* 余白の幅 */
	  /*padding-left: 10px; /*左横幅*/ 
	  border-style: double; /* 枠の種類 */
	  border-width: 4px 0px; /* 枠の幅 */
	  line-height: 150%; /* 行の高さ */ 
	  font-size: 18px;  /* フォントのサイズ */ 
	  background-color:#FEFFDD;/* 背景色 */
}
DIV.jishutitle_dance{
	  border-top-color: #cc9999; /* 上枠の色 */
	  border-bottom-color: #cc9999; /* 下枠の色 */
	  padding: 10px; /* 余白の幅 */
	  /*padding-left: 10px; /*左横幅*/ 
	  border-style: double; /* 枠の種類 */
	  border-width: 4px 0px; /* 枠の幅 */
	  line-height: 150%; /* 行の高さ */ 
	  font-size: 18px;  /* フォントのサイズ */ 
	  background-color:#E5FCDE; /* 背景色 */
}
.jishusub{
	font-size:80%;
	font-weight:bold;
	color:#ff0000;
}
.size150{
	font-size:150%;
}
.size100{
	font-size:100%;
}
.size90{
	font-size:90%;
}

.size80{
	font-size:80%;
}

.jishuchap{
	font-size:90%;
	line-height:120%;
	padding:3px 5px;
	margin-bottom:10px;
	border-color:#555555;
	border-width:0 0 1px 5px;
	border-style:solid;
	background:#F8F8F8;
}
.jishucont{
	font-size:90%;
	padding:0px 0px 20px 10px;
}

.jishuchap_net {
	font-size:80%;
	line-height:120%;
	padding:3px 5px;
	margin-bottom:10px;
	border-color:#555555;
	border-width:0 0 1px 5px;
	border-style:solid;
	background:#F8F8F8;
}
.jishucont_net {
	font-size:80%;
	padding:0px 0px 10px 10px;
}

DIV.profiletitle{
	background:#C1E0FF;
	border-bottom:#6AA2DB 2px solid;
	padding:3px 3px 0px 5px;
}
DIV.profilecont{
	padding:5px;
	border-color:#6AA2DB;
	border-width:1px;
	border-style:solid;
	background:#F7F7F7;
}

DIV.profiletitle_b{
	background:FFEAEA;
	border-bottom:#FF6464 2px solid;
	padding:3px 3px 0px 5px;
}
DIV.profilecont_b{
	padding:5px;
	border-color:#FF6464;
	border-width:1px;
	border-style:solid;
	background:#F7F7F7;
}

.listmark_tas
{
  padding-left:25px;
  background-image:url('image/yajirushi-005-01-w.gif'); /* 背景画像の設定 */
  background-repeat:no-repeat;   /* 繰返しを行わない */
  background-position:left center;  
}.concierge_t {
	background-color: #fffdf5;
	border: 1px solid #999999;
	width: 650px;
	font-size: 14px;
	margin-left: 24px;
	margin-right: 20px;
}
.model_t {
	height: 238px;
	width: 204px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 0px;
	padding: 5px;
}
.model_t2 {
	border: 1px solid #999999;
}


.concierge_t_green {
	background-image: url(image/green.jpg);
	background-repeat: repeat-y;
	width: 700px;
	font-size: 14px;
}
.concierge_t_blue {
	background-image: url(image/blue.jpg);
	background-repeat: repeat-y;
	width: 700px;
	font-size: 14px;
}
.concierge_t_orange {
	background-image: url(image/orange.jpg);
	background-repeat: repeat-y;
	width: 700px;
	font-size: 14px;
}
.bunrui1 {
	background-color: #CCFFCC;
	width: 150px;
	margin-left: 40px;
	text-align: left;
}
.bunrui2 {
	width: 700px;
	margin-left: 40px;
	text-align: left;
	border: thin solid #CCFFCC;
}

.style80_right_jishu{
	font-size:80%;
	float:right;
	font-weight:bold;
	line-height:200%;
}
/* 文化事業 一覧ページ css */
.mytable {
	padding: 0;
	margin: 0;
	line-height:150%;
	font-size:14px;
}

.mytable caption {
	padding: 0 0 5px 0;
}

.mytable th {
	color: #4f6b72;
	border-right: 1px solid #F2C6A7;
	border-bottom: 1px solid #F2C6A7;
	border-top: 1px solid #F2C6A7;
	/*text-transform: uppercase;*/
	text-align: center;
	background: #FCDCC5;
	background: #FCDCC5 url(images/bg_header.jpg) no-repeat;
}

.mytable th.topleft{
	border-left: 1px solid #F2C6A7;
}

.mytable td {
	border-right: 1px solid #F2C6A7;
	border-bottom: 1px solid #F2C6A7;
	padding: 3px 3px 3px 6px;
	color: #555555;
}

.mytable th.spec {
	border-left: 1px solid #F2C6A7;
	text-align:center;
	border-top: 0;
	background: #fff;
	font: bold;
}

.mytable th.specalt {
	text-align:center;
	border-top: 0;
	background: #fff;
	font: bold;
	color: #797268;
}

.trcolor1 {
	background: #FFF2E8;
}
.trcolor2 {
	background: #FFFFFF;
}


.plusmargin{
	margin:50px;
}

/* ピックアップ */
.csspickup{
	width:232px;
	height:80px;
	font-size:80%;
	margin:5px 0px;
}
.csspickup img.pic {
	float:left;
	margin:5px 5px 5px 5px;
	border:1px solid #AAAAAA;
} 
.csspickup img.kind {
	border-width:0px;
	position:relative;
	top:5px;
	left:0px;
	margin:0px 0px 5px 0px;
} 
.csspickup .text{
	background:url(pickup/linkback.jpg) 85px 7px no-repeat;
	padding-left:98px;
}

.csspickup .sub .clear{
	clear:both;
}
.pickup_dash{
	clear:both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B1A180;
}


/* アットライブ一覧 */

.subtitleta{
	font-size:90%;
	color:900;
	border-bottom:1px solid #C00;
	font-weight:bold;
	width:650px;
	text-align:left;
}


.tasat {
  font-size:90%;
  border-collapse: collapse;
  border-style: solid; /* 枠の種類 */
  border-color: #828282; /* 枠の色 */
  border-width: 1px; /* 枠の幅 */
}
.tasat th{
  text-align:center;
  color: #333333; /* 文字の色 */
  padding: 5px;
  background-color: #EEEEEE; /* 背景の色 */
  border-style: solid; /* 枠の種類 */
  border-color: #828282; /* 枠の色 */
  border-width: 1px 1px; /* 枠の幅 */
}

.tasat td.goukei{
  font-weight:bold;
  text-align:center;
  color: #333333; /* 文字の色 */
  padding:5px;
  background-color: #FFFFFF; /* 背景の色 */
  border-style: solid; /* 枠の種類 */
  border-color: #828282; /* 枠の色 */
  border-width: 1px 1px; /* 枠の幅 */
}

.tasat td{
  text-align:center;
  color: #333333; /* 文字の色 */
  padding:5px;
  background-color: #FFFFFF; /* 背景の色 */
  border-style: solid; /* 枠の種類 */
  border-color: #828282; /* 枠の色 */
  border-width: 1px 1px; /* 枠の幅 */
}
.font_red{
	color:#FF0000;
}
.font_bold{
	font-weight:bold;
}


/* 文化事業 詳細 主催や共催など */
.tensen{
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;
}
.shusai dl {
	padding:0;
	margin:0;
	font-size:0.9em;
	margin: 0 0 15px;
	padding: 0 10px 10px;
	border: 0px #EEEEEE solid;
}
.shusai dl dt {
	padding:0;
	margin:0;
	float: left;
	width: 7em;
	padding: 5px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
}
.shusai dl dd {
	padding:0;
	margin:0;
	margin-left:8em;
	padding: 5px 0 5px 0;
	line-height: 150%;
	border-bottom: 1px #CCCCCC dotted;
}

/* 文化事業 詳細 図書リスト */

/* カテゴリ分け用のボタン */
A.tosho:visited {
  color: #333333;               /* 文字の色設定 */
}
A.tosho {
  display: block;               /* ブロック要素にする */
  height:100%;
  font-size: 90%;               /* フォントサイズ */
  font-weight:bold;             /* 太字に設定 */
  color: #664500;               /* 文字の色設定 */
  background-color: #F3F3F3;    /* 背景色 */
  border: solid 1px #997E00;    /* 枠の色 */
  margin: 0px;                  /* マージン */
  padding: 0px 5px 0px 25px;      /* 空白の幅 上 右 下 左*/
  text-align: left;              /* 水平揃え */
  text-decoration: none;       /* 下線を消す */
  background-image:url('image/mark_book.gif'); /* 背景画像の設定 */
  background-repeat:no-repeat;   /* 繰返しを行わない */
  background-position:left 5px;  
}
A.tosho:hover {
  color: #CC3300;                /* 文字の色設定 */
  background-color: #FFFFFF;    /* 背景色 */
  /* background-image:none;         /* 背景画像の設定 */
  border: solid 1px #CC3300;     /* 枠の色 */
  text-decoration: none;       /* 下線を消す */
}
A.tosho:active {}


/* 付帯情報の部分 */
.mark table{
	padding:5px;

}

.markdiv{
	/*
	position:absolute;
	bottom:0px;
	right:0px;
	*/
}

/* 満車予測 */
.cleartbot{
	clear:both;
	margin:8px;
}

.ex{
	text-align:right;
}

.ex img{
	border:0;
}

#bg_ttl{
	background:url('image/ttl_enter_shed.gif') no-repeat scroll top center;
	width:700px;
	height:25px;
	text-align:right;
}

#gArea{
	width:700px;
	height:auto;
	margin:15px 0 0 0;
	padding:0;
	clear:both;
}

#gArea .sttxt{
	margin:0 0 20px 0;
	font-size:13px;
}

#gArea .sttxt .txt_in {
	text-indent:-30px;
}


#gArea .gl{
	width:370px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

#gArea .gl p.p1{
position:absolute ; top : -8px ; left : 7px ; margin : 0px ;
}

#gArea .gl p.p2{
position:absolute ; top : -8px ; left : 67px ; margin : 0px ;
}

#gArea .gl p.p3{
position:absolute ; top : -8px ; left : 134px ; margin : 0px ;
}

#gArea .gl p.p4{
position:absolute ; top : -8px ; left : 203px ; margin : 0px ;
}

#gArea .gl p.p5{
position:absolute ; top : -8px ; left : 268px ; margin : 0px ;
}

#gArea .gl p.p6{
position:absolute ; top : -8px ; left : 330px ; margin : 0px ; width: 50;
}


#gArea .gl .stimg{
	margin:0;
	padding:10px 0;
	background:url('image/bg_1.gif');
	text-align:center;
	display:block;
}

#gArea .gl ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#gArea .gl ul li{
	width:350px;
	padding:5px 0 8px;
	background:url('image/dotline.gif') no-repeat scroll bottom center;
	font-weight:bold;
}

#gArea img {
	vertical-align:middle;
	border:0;
}

#gArea .gr{
	margin : 0px ;
	width:215px;
	height:auto;
	margin:0;
	padding:15px;
	float:right;
	border: solid 1px #3e3e3e;
}

.ml{
	margin-left:15px;
}

.txt{
	text-align:right;
	clear:both;
}

.inp_in{
	margin-left:9px;
}


/* event_calendar.phpのcss */
p#mDescription {
	width: 651px;
	margin:0; padding: 0;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

/* 文化活動支援事業 TEL FAX 位置合わせ用*/

dl.dltable dt {
	padding:0;
	margin:0;
	float: left;
	width: 2em;
	line-height: 150%;
	clear:both;
}
dl.dltable dd {
	padding:0;
	margin:0;
	margin-left:3em;
	line-height: 150%;
}

/*-----------------
サンプル1
-----------------*/
dl.case1 {
	margin: 0;
	padding: 0;
	width: 500px;
}
dl.case1 dt {
	clear: both;
	float: left;
	width: 5em;
	padding: 0px 0 0px 30px;
	line-height: 1.4;
}
dl.case1 dd {
	margin-left: 6em;
	padding: 0px 5px 0px 0px;
	line-height: 1.4;
	font-weight: bold;
}
