@charset "utf-8";
/* CSS Document */

body {
font-family: Verdana, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
font-size:80%;
line-height:130%;
background-color: #ffcc00;
background-image:url(../pict/item/pad.gif);
}

img{border:0px;}

.red {color: #CC3300}
.blue {color: #333399}
.green {color: #004D4C}
.pink {color: #CC3333}
.fonttype1 {font-size: large}
.fonttype2 {font-size: medium; color: #CC3333;}

#deco1{
padding-left: 10px;
background: url(../pict/item/triangley.gif) no-repeat left center;
}

#deco2{
padding-left: 10px;
background: url(../pict/item/triangleb.gif) no-repeat left center;
}

#wrapper {
width: 960px;
height: 580px;
margin-left: auto;
margin-right: auto;
margin-top: 3px;
margin-bottom: 3px;
padding:0px;
border: 1px none #000;
text-align: left;
}

#leftside {
background-image: url(../pict/leftside.gif);
background-repeat: no-repeat;
width: 80px;
height: 580px;
margin:0px;
padding:0px;
float: left;
display: inline;
}

#leftpage {
background-image: url(../pict/note.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
height: 580px;
width: 360px;
float: left;
display: inline;
}

#bound {
background-image: url(../pict/center.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
height: 580px;
width: 65px;
float: left;
display: inline;
}

#rightpage {
background-image: url(../pict/note.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
height: 580px;
width: 360px;
float: left;
display: inline;
}

#rightside {
background-image: url(../pict/rightside.gif);
background-repeat: no-repeat;
width: 80px;
height: 580px;
margin: 0px;
padding:0px;
float: left;
display: inline;
}


#notetop {
background-image: url(../pict/notetop.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
height: 580px;
width: 360px;
float: left;
display: inline;
}

#blankpage {
background-image: url(../pict/blank.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
height: 580px;
width: 360px;
float: left;
display: inline;
}

#blanknavi {
background-image: url(../pict/blanknavi.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
height: 580px;
width: 80px;
float: left;
display: inline;
}

#boundtop {
background-image: url(../pict/centertop.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
height: 580px;
width: 65px;
float: left;
display: inline;
}

#boundback {
background-image: url(../pict/backtop.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
height: 580px;
width: 65px;
float: left;
display: inline;
}

#contents {
margin-bottom:15px;
margin-left:10px;
margin-right:10px;
margin-top:25px;
padding: 0px;
height: 540px;
width: 340px;
float: left;
display: inline;
}

A:link {color: #00561f;} 
A:visited {color: #0a2874;}


#contact {
width: 250px;
height: 200px;
}
#contact2 {
width: 250px;
height: 100px;
}


/* SLIMBOX */

#lbOverlay {
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
cursor: pointer;
}

#lbCenter, #lbBottomContainer {
position: absolute;
z-index: 9999;
overflow: hidden;
background-color: #fff;
}

.lbLoading {
background: #fff url(../pict/loading.gif) no-repeat center;
}

#lbImage {
position: absolute;
left: 0;
top: 0;
border: 10px solid #fff;
background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
display: block;
position: absolute;
top: 0;
width: 50%;
outline: none;
}

#lbPrevLink {
left: 0;
}

#lbPrevLink:hover {
background: transparent url(../pict/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
right: 0;
}

#lbNextLink:hover {
background: transparent url(../pict/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #fff;
border-top-style: none;
}

#lbCloseLink {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../pict/closelabel.gif) no-repeat center;
margin: 5px 0;
outline: none;
}

#lbCaption, #lbNumber {
margin-right: 71px;
}

#lbCaption {
font-weight: bold;
}

