/* 全体指定 */

body{
background-color: #FFFFFF; 
margin-left: auto;
margin-right: auto;
width: 800px;
}

#children{
width:800px;
}

/* title */
#title{
width:800px;
height:100px;
position:relative;
margin-top: 15px;
margin-bottom: 20px;
}

#title span {
display:none;
}

#title h1{
position: absolute;
top:0px;
left:641px;
background: url(img/title.jpg) no-repeat ; width: 159px; height: 25px;
}

#title .profile {
position:absolute;
top:30px;
left:641px;
right:74px;
background: url(img/sakaitani.jpg) no-repeat ; width: 74px; height: 26px;
}

#title .profile_b a {
position:absolute;
top:31px;
left:720px;
display: block;
text-indent:-10000em;
text-decoration: none;
background: url(img/profile.jpg) no-repeat ; width: 80px; height: 25px;
}

#title .art_cap {
position: absolute;
top:40px;
left:4px;
}

#title .art_title {
position: absolute;
top:60px;
left: 0px;
bottom:0px;
background: url(img/kodomoart.jpg) no-repeat ; width: 317px; height: 38px;
}


/* top image（毎回変更します）*/
#top_img {
width:800px;
}


/* Living Room Menu */
#living_menu{
width:800px;
position:relative;
margin-top: 15px;
margin-bottom: 20px;
list-style:none;
}
#living_menu li{
height:30px;
position:relative;
margin-bottom: 20px;
}
#living_menu a {
position:absolute;
display: block;
text-indent:-10000em;
text-decoration: none;
top:0px;
left: 0px;
}
#living_menu .caption {
position:absolute;
top:5px;
left:165px;
}

#living_menu span {
display:none;
}




/* Living Room Menu の中「子供アートの窓」 */
#living_menu .children a{
background: url(img/children.jpg) no-repeat ; width: 150px; height: 30px;
}
/* Living Room Menu の中「本棚部屋」 */
#living_menu .hondana a{
background: url(img/hondana.jpg) no-repeat ; width: 150px; height: 30px;
}
/* Living Room Menu の中「Living Room」 */
#living_menu .livingroom a {
background: url(img/livingroom.jpg) no-repeat ; width: 150px; height:30px;
}