@charset "Shift_JIS";

/*total layout*/
body {
width: 850px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: white;
}
/*total layout*/
#containar {
width: 824px;
background-image: url(../image/body.gif);
background-position: center;
background-repeat: repeat-y;
position: relative;
}
#head {
width: 824px;
height: 237px;
text-align: left;
background-image: url(../image/head.gif);
background-position: center top;
background-repeat: no-repeat;
margin-top: -20px;
}

#main {
clear: both;
margin-top: 50px;
text-align: left;
}

#footer {
clear: both;
width: 824px;
height: 36px;
background-image: url(../image/footer.gif);
background-position: center bottom;
background-repeat: no-repeat;
}
address {
margin-top: 2px;
color: white;
font-size: 90%;
}
/*grand menu*/
a#artport {
font-size: 80%;
font-weight: bold;
text-decoration: none;
}

/*grand menu*/
#grandmenu {
top: 260px;
left: 10px;
position: absolute;
}

#grandmenu li {
float: left;
list-style: none;
background-image: url(../image/menub.gif);
width: 160px;
height: 24px;
}

#grandmenu li a {
display: block;
text-decoration: none;
font-weight: bold;
}

/*main contents*/
#comment {
padding: 10px 20px;
}
#comment p {
font: 90% bold;
line-height: 1.8em;
}

#salho {
margin-left: auto;
margin-right: auto;
border-style: solid;
border-width: 3px;
width: 680px;
text-align: center;
padding: 10px;
}

/*index layout*/
.impressmenu {
padding-left: 200px;
}
.impressmenu h3 {
font-size: 160%;
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
}
.linkim {
display: block;
background-image: url(../image/elimp.gif);
background-position: left;
background-repeat: no-repeat;
height: 60px;
padding-left: 60px;
margin-bottom: 20px;
text-decoration: none;
font-size: 200%;
font-weight: bold;
line-height: 1.2em;
}


