﻿@charset"utf-8";

#boardtop {
display:block;
position:relative;
top:16px;
width:768px;
clear:both;
height:96px;
background:#333 url(../images/board-top-museum.jpg) no-repeat;
}
#boardbody {
width:768px;
background:url(../images/board-body.jpg) repeat-y;
}

h1 {
position:absolute;
top:45px;
left:64px;
width:640px;
height:1em;
font-weight:bold;
font-size:110%;
text-align:center;
}
h2#seriestitle {
position:absolute;
top:30px;
left:128px;
width:640px;
height:1em;
font-size:90%;
text-align:left;
}
h2#subtitle {
position:absolute;
top:67px;
left:48px;
width:584px;
height:1em;
font-size:90%;
text-align:right;
}

#datacontainer {
float:left;
width:368px;
margin-top:32px;
padding-left:24px;
}
#datacontainer table {
width:368px;
border:none;
}
#datacontainer table th {
width:96px;
padding-top:2px;
font-size:80%;
line-height:1.6;
text-align:right;
}
#datacontainer table td {
width:272px;
padding:2px 0 0 16px;
background:url(../images/listtype-01.png) no-repeat 0;
font-size:80%;
line-height:1.6;
}
#datacontainer table td.line {
height:4px;
padding:0;
background:url(../images/line.png) repeat-x;
}
#datacontainer td.line hr {
display:none;
}

#programs {
width:368px;
margin:0;
padding:24px 0;
}
#programs h3 {
margin-bottom:8px;
padding-left:20px;
background:url(../images/listtype-13.png) no-repeat left center;
font-size:80%;
}
#programs p {
font-size:80%;
}

#programs dl {
width:348px;
height:60px;
margin:0 16px 8px 8px;
padding:0;
background:url(../images/thumbnail-back.jpg) no-repeat 100px 0;
}
#programs dt {
width:96px;
height:60px;
margin:0;
padding:0;
}
#programs dd {
width:208px;
height:3em;
margin-top:-50px;
margin-left:116px;
font-size:80%;
line-height:1.2;
}
#programs a {
display:block;
width:348px;
height:60px;
}
#programs a:hover,
#programs a:active {
background:url(../images/thumbnail-back-hover.jpg) no-repeat 100px 0;
color:#fff;
text-decoration:none;
}

#programs ul {
width:376px;
margin:0;
padding:0;
}
#programs li {
margin-top:6px;
padding-left:16px;
background:url(../images/listtype-01.png) no-repeat left center;
font-size:80%;
}

#cover {
float:right;
width:338px;
margin-top:32px;
padding-right:24px;
}
#cover table {
width:338px;
height:338px;
background:url(../images/base-cover.jpg) no-repeat;
}
#cover td {
text-align:center;
}
#cover img {
vertical-align:middle;
}

#issue {
clear:both;
width:768px;
padding-top:32px;
background:#333 url(../images/board-body.jpg);
text-align:center;
}
#issue ul {
width:172px;
height:14px;
margin:0 auto;
}
#issue li {
float:left;
width:86px;
}
#issue a {
display:block;
width:86px;
height:14px;
background-image:url(../images/issue.jpg);
}
#issue a span {
display:none;
}
#issue a.last {
background-position:0px 0px;
}
#issue a:hover.last {
background-position:0px -14px;
}
#issue a.next {
background-position:-86px 0px;
}
#issue a:hover.next {
background-position:-86px -14px;
}

