html,body {
    display:block;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    position:relative;
    font-size:12px;
}

img {
    border-style:none;
}

a img {
    border-style:none;
}

/* ---- */
.local_logo {
    line-height:28px;
    width:155px;
    height:32px;
    font-weight:bold;
    white-space: nowrap;
}
.local_logo span {
    font-size:16px;
    font-family:Helvetica,Arial,'ヒラギノ角ゴ Pro W8','メイリオ','ＭＳ Ｐゴシック',sans-serif;
    vertical-aligh:middle;
    display:inline-block;
    padding:auto 0px;
    text-align:left;
}
.middle {vertical-align:middle;}
.lightgray {color:#aaa;}
.circle {
    margin-bottom:-9px;
}
.rightbar {
    padding-right:2%;
    border-right: 1px solid #666;
}
.ib {display:inline-block;}
._25 {height:25px;}
._50 {height:50px;}
/* ---- */
#header_wrapper {
    height:80px;
    width:100%;
    color:black;
    text-align:right;
}


/* ---- */
#global_menu {
    width:100%;
    position:relative;
}
#global_menu a {
    color:black;
}
#global_logo {
    position:absolute;
    left:20px;
    top:20px;
}
#global_logo img {
    height:50px;
}    
#global_menu table {
    margin-left:auto;
    margin-right:0px;
    line-height:1.0em;
}
#global_menu td {
    font-family: 'Karla', sans-serif;
    padding:8px 20px;
    font-size:16px;
    border-right: 1px dotted #ccc;
    text-align:center;
    line-height:1.0em;
    width:110px;
    height:50px;
}
#global_menu td.right {
    font-family: 'Karla', sans-serif;
    padding:8px 20px;
    font-size:16px;
    border:none;
}

.arrow_box { position: relative; background: #eeeeee; border: 2px solid #666666; border-radius:6px; padding:1em; } .arrow_box:after, .arrow_box:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box:after { border-color: rgba(238, 238, 238, 0); border-bottom-color: #eeeeee; border-width: 12px; left: 50%; margin-left: -12px; } .arrow_box:before { border-color: rgba(102, 102, 102, 0); border-bottom-color: #666666; border-width: 15px; left: 50%; margin-left: -15px; }
.arrow_box p {font-size:15px;}
.arrow_box table tr {text-align:left;}
#button_cities:hover {cursor:pointer;}
#button_journal:hover {cursor:pointer;}

/* -- isetan specific css -- */
#global_menu .menu_upper {
    font-size:12px;
}
#global_menu .menu_lower {
    font-family: 'Lato', sans-serif;
    font-size:12px;
}
/* ---- */
#content_wrapper {
    height:auto;
    min-height:80%;
    width:100%;
    table-layout:fixed;
}
/* ---- */
#left_col {
    display:table-cell;
    width:216px;
    padding:8px;
    vertical-align:top;
}
#left_menu {
    overflow:hidden;
}
#left_menu h2 {
    font-family: 'Karla', sans-serif;
    border-top:1px solid #ccc;
    font-size:14px;
    letter-spacing:0.05em;
    margin:0;
    padding:8px 16px;
    cursor:pointer;
    width:200px;
}
#left_menu p {
    font-family: 'Karla', sans-serif;
    margin:0;
    padding:8px 16px;
    color:gray;
    border-top:1px solid #ccc;
    font-size:14px;
    letter-spacing:0;
    white-space:nowrap;
    width:200px;
}
#left_menu p a {
    color:gray;
}
/* ---- */
#main_col {
    display:table-cell;
    padding:8px;/* same as #left_menu */
    font-size:15px;
    width:100%;
    height:100%;
}
#main_col_title {
    font-family: 'Josefin Sans', sans-serif;
    line-height:1.6em;
    height:28px;
    border-top:1px solid #ccc;
    font-size:28px;
    margin:0;
}
#main_col_title2 {
    font-family: 'Josefin Sans', sans-serif;
    line-height:1.2em;
    height:auto;
    border-top:1px solid #ccc;
    font-size:28px;
    margin:0 0 0 0;
}
#main_col_title3 {
    font-family: 'Josefin Sans', sans-serif;
    line-height:1.2em;
    font-size:28px;
    margin:16px 0 0 0;
}
#main_col_body {
    font-family: 'Karla', sans-serif;
    margin:0;
    line-height:1.5em;
    padding:8px 0;
    height:100%;
}
#main_col_body2 {
    font-family: 'Karla', sans-serif;
    margin:0;
    line-height:1.5em;
    padding:0px 16px;
    text-align:justify;
    height:100%;
}


#footer_wrapper {
    border-top:1px solid #ccc;
    height:32px;
    width:100%;
	clear:both;
}
#footer_fixed {
    padding:4px;
    text-align:right;
}
/* ---- */
.error_message {
    color:red;
}
/* ---- */
#venue_map {
    display:block;
    border:1px solid #ccc;
    min-height:640px;
    width:auto;
}
#venue_info {
    float:right;
    width:200px;
    text-align:center;
    padding:5px;
    margin:0 10px;
    border:1px solid #ccc;
}
#venue_info .title {
    font-family: 'Josefin Sans', sans-serif;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
    font-size:110%;
}
#venue_info .desc {
    font-size: 90%;
    text-align:left;
}
/* ---- */
#artist_image {
    float:right;
    margin:16px;
}

#artist_image_with_caption {
    float:left;
    height:320px;
    width:160px;
}
.caption {
    text-weight:bold;
    width:160px;
    text-shadow: 0px 0px 3px #fff;
    margin:-64px 4px 0 4px;
}
.caption a {
    color:white;
}
/* ---- */
#library {
    width:100%;
}
#library th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid  #ccc;
    padding:4px;
	text-align:left;
}
/* -- about -- */
.float_right {
    float:right;
}
.float_left {
    float:left;
}
.clear {
    clear:both;
}
.step {
    height:80px;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}
.left {
    text-align:left;
}
.narrow {
    margin:0 auto 1em auto;
    width:80%;
}
.small {
    font-size:90%;
}
.half {
    width:50%;
}
.bold {
    font-weight:bold;
}
.justify {
    text-align:justify;
}
.hpad {
    padding:0 2em;
}
#journal_body p {
    color: #444;
    text-indent:0.8em;
    line-height:1.6em;
}
/* -- top page -- */

/* ---- */
#center_middle {
    font-family: 'Libre Baskerville', sans-serif;
    text-align:center;
    vertical-align:middle;
}
/* -- headline -- */
#news_headlines {
    position: relative;
}
#news_headlines .frame {
    width: 240px;
    height: 230px;
    margin:16px 10px;
    background-color: white;
    filter: alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
    z-index:1000;
}
#news_headlines .opaque {
    width: 212px;
    height: 192px;
    margin: -232px 12px 30px 12px;
    overflow:hidden;
    z-index:1001;
	padding:0px 10px 10px 10px;
}

#news_headlines .opaque img{
    width: 212px;
    height: 192px;
}
#news_headlines .opaque .title {
    margin-bottom: 1em;
    font-weight:bold;
	border-bottom:#CCC solid 1px;
}
#news_headlines .opaque .content {
    font-size:90%;
}
 a	{
	color:#000;
	}

 a:link	{
	color:#000;
	text-decoration:none;
	}

 a:visited	{
	color:#000;
	text-decoration: none; /*下線無し*/
	}

 a:hover {
	 color:#999;
	text-decoration:underline;
}
/* --ie7-- */
*+#content_wrapper {
    /width: 100%;
}

*:first-child+html #left_col {
    /width: 200px;
	/height:800px;
    /float: left;
}

*+#main_col {
    /width: 880px;
    /float:left;

}



/* -ie7_end--- */