* {
    margin: 0;
    padding: 0;
    font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN",Osaka,sans-serif;
    font-size: 12px;
    color: #745023;
}

body {
    background-color: #D67004;
    text-align: center;


}

#main {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: left;
    width: 750px;
    font-size: 14px;
    line-height: 18px;
	position:relative;


}

#title {
    display:block;
    margin:0px;
    width: 750px;
    height: 256px;
    background: url(./images/title.gif) no-repeat;
    text-indent: -999em;
}
#red_bottom {
    display:block;
    margin:0px;
    width: 750px;
    height: 16px;
    background: url(./images/red_bottom.jpg) no-repeat;
    text-indent: -999em;
}
#red_top {
    display:block;
    margin:0px;
    width: 750px;
    height: 16px;
    background: url(./images/red_top.jpg) no-repeat;
    text-indent: -999em;
}


#subtitle{
    padding:17px 200px 17px 200px;
    margin: 0px;
    background: url(./images/red_back.jpg) repeat-y;
}
#subtitle p{
    color: #FEEFDF;
    margin: 10px 0px;
}

#book{
    padding:14px 200px 14px 230px;
    margin: 0px;
    background: url(./images/white_back.jpg) repeat-y;
}
#book p{
    color: #761515;
    margin: 8px 0px;

}
#honbun {
    display:block;
    margin:0px;
    width: 750px;
    height: 313px;
    background: url(./images/honbun.jpg) no-repeat;
    text-indent: -999em;
}

#yaku{
    padding:20px 120px 50px 120px;
    margin: 0px;
    background: url(./images/white_back.jpg) repeat-y;
}
#yaku p{
    color: #761515;
    margin: 10px 0px;
}
#yaku p img{
    margin: 0px 20px;
}
#foot{
    padding:10px 0px;
    text-align: center;
    margin: 0px;
}
#foot p{
    color: #FEEFDF;
    margin: 5px 0px;
    font-size: 11px;
    line-height: 14px;
}

#koma{
    position: absolute;
    display:block;
    margin:0px;
    width: 256px;
    height: 1001px;

    left: 494px;
    top: 163px;
}
#koma img{
    border: none;
}
#face{
    position: absolute;
    display:block;
    margin:0px;
    width: 120px;
    height: 240px;
    background: url(./images/face.jpg) no-repeat;
    left: 48px;
    top: 325px;
}

#topics_link {
}

#topics_link a {
    cursor: pointer;
}

#topics_link .web{
    display:block; 
    width:120px; 
    height:93px;
    background-image:url("./images/topics_link_btm.gif");
    background-position: 0px 0px;
    position:absolute;
    top:350px;left:62px;
}

#topics_link .web:hover{
    background-position: 0px -93px;
}




.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide img {
    border: 2px solid gray;
}
.highslide:hover img {
    border-color: silver;
}

.highslide-wrapper, .drop-shadow {
    background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
    color: black;
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
    background: url(highslide/graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}
.highslide-overlay {
    display: none;
}

/* Mac-style close button */
.closebutton {
    position: relative;
    top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: hand; /* ie */
    cursor: pointer; /* w3c */
    background: url(highslide/graphics/close.png);
    /* For IE6, remove background and add filter */
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}

