/*        =RESET - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,textarea,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    font-family: Georgia;
    vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display: block;
}

html,body, #primary {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #000000;
}
header, footer {
    width: 100%;
    height: 40px;
    background: #d5ae4c;
}

header hgroup {
    z-index: 99;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 278px;
    height: 237px;
    margin: -237px 100px 0 0;
    padding: 0;
}
header hgroup h1 {
    overflow: hidden;
    width: 278px;
    height: 237px;
    background: url(http://www.allianceport.jp/five-by-eight/images/5-by-8-ceramic-art-japan.png) no-repeat 0 0;
    text-indent: -999px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    line-height: 40px;
    text-align: center;
}
footer h6 {
    display: inline;
    color: #666;
    padding: 0 26px 0 0;
}
footer ul,
footer ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 6px 0 0;
}
footer iframe {
    vertical-align: middle;
}
.panel {
    position: absolute;
    top: 50%;
}
#nav {
    z-index: 99;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: 0 100px 0 0;
    padding: 32px 0;
    text-align: center;
}
#nav ul, #nav ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav li a {
    color: #ccc;
    text-decoration: underline;
}
#nav p {
    margin: 0;
    padding: 32px 0 0 0;
}
#main {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -290px 0 0 -60px;
    width: 460px;
    height: 580px;
    padding: 0 60px;
}
#main .frame {
    display: none;
    position: relative;
    height: 100%;
}
#main .ui-state-active {
    display: block;
}
#main .ui-action-close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
}
#main .frame p,
#main .frame h3 {
    font-family: Georgia;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
#main .frame h3 {
    padding: 100px 0 0 0;
}
#main .frame p {
    font-size: 13px;
}
#main .frame .column-1-2 {
    float: left;
    width: 49%;
    padding: 64px 0 0 0;
}
#main .frame .column-2-2 {
    float: right;
    width: 49%;
    padding: 64px 0 0 0;
}
#slideshow ol,
#slideshow ol li,
#slideshow ul,
#slideshow ul li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#slideshow ol {
    width: 100%;
    position: absolute;
}
#slideshow ol li {
    float: left;
}
#slideshow ul li span {
    cursor: pointer;
    display: block;
    z-index: 5;
    position: absolute;
    top: 50%;
}




#slideshow ul li .ui-previous {
    left: -32px;
    background: url(http://www.allianceport.jp/five-by-eight/images/arrow-left.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 0;
}





#slideshow ul li .ui-next {
    right: -32px;
    background: url(http://www.allianceport.jp/five-by-eight/images/arrow-right.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 0;
}
