@charset "utf-8";
@import url(common.css);
/* CSS Document */

#container {
background: url(../image/img_back_container.jpg) no-repeat;/*  新着1行の場合はimg_back_container.jpg、2行の場合はimg_back_container2.jpg、3行のときはimg_back_container3.jpg  */
width: 770px;
height: 690px;/*  新着1行の場合は690px、2行の場合は730px、3行の時は740px(3行時はfont-sizeも修正のため)  */
margin: 0 auto;
padding: 0;
position: relative;
}

/* ----- トップヘッダー設定 ----- */
#header {
height: 403px;
}

#header p {
margin-top: 13px;
text-align: center;
}

/* ----- トップコンテンツ設定 ----- */
#contents {
background: url(../image/btn_contents.jpg) no-repeat;
width: 760px;
height: 180px;
margin-left: auto;
margin-right: auto;
}

#contents h3 {
display: none;
}

#contents ul {
list-style-type: none;
display: inline;
}

#contents li {
display: inline;
}

#contents li span {
display: none;
}

#contents li a {
clear: none;
display: block;
float: left;
}

#top-news {
height:40px;/*  新着1行の場合は40px、2行の場合は70px、3行の場合は80px */
}

#top-news-left {
float:left;
width:80px;
height:20px;/*  1行は20px、2行は40or50px、3行時は60px
*/
margin-top:10px;
text-align:right;
border-right:3px #CCCC99 solid;
padding-right:10px;
}

#top-news-right {
float:left;
width:660px;
margin-left:15px;
}

#top-news p {
padding-top:9px;
}

/* ----- トップ作家紹介 ----- */
li#top-menu1 a {
width: 233px;
height: 130px;
margin-top: 25px;
margin-left: 15px;
}

li#top-menu1 a:hover {
background: url(../image/btn_contents.jpg) no-repeat -264px -205px;
}

/* ----- トップ展覧会案内 ----- */
li#top-menu2 a {
width: 233px;
height: 130px;
margin-top: 25px;
margin-left: 16px;
_margin-left: 8px;
}

li#top-menu2 a:hover {
background: url(../image/btn_contents.jpg) no-repeat -16px -205px;
}

/* ----- トップ画廊案内 ----- */
li#top-menu3 a {
width: 233px;
height: 130px;
margin-top: 25px;
margin-left: 13px;
}

li#top-menu3 a:hover {
background: url(../image/btn_contents.jpg) no-repeat -510px -205px;
}

/* ----- フッター設定 ----- */
#footer {
padding-top: 7px;
width: 750px;
margin-left: auto;
margin-right: auto;
}
