*{
margin: auto;
}
body{
color: #333333;
font-size: small;
background-image: url('_img/back.gif');
background-repeat: repeat;
}
img{
border: 0;
margin: 5px 2px;
}

#BOX{
width: 800px;
height: 100%;
padding: 5px 10px;
border: 0px solid #999999;
background-color: #FFFFFF;
display: table;
padding: 0 50px;
}


/******　メニュー　******/
#MENU{
width: 200px;
margin: 0 10px 0 0;
padding: 300px 10px 100px 10px;
color: #414141;
background-color: #666666;
float: left;
}
p.title{
margin: 50px 0 80px 0;
color: #CCCCCC;
font-weight: bold;
}
.menu-list{
list-style-type: none;
padding: 0 0 50px 0;
line-height: 150%;
}
.menu-list a{
color: #CCFF00;
}
.menu-list a:hover{
color: #660000;
}
.menu-list .this{
background-image: url('_img/arrow18-011.gif');
background-repeat: no-repeat;
padding-left: 20px;
color: #FF6600;
}
p.name{
text-align: center;
}

/******　コンテンツ　******/
#CONTENTS{
width: 550px;
float: right;
text-align: center;
}
/*　築庭写真リスト　*/
#CONTENTS dl{
margin: 5px 0 15px 20px;
text-align: left;
}
/*　年　*/
#CONTENTS dt{
font-family: serif;
font-size: xx-large;
font-weight: bold;
color: #666666;
margin-bottom: 5px;
border-bottom: 1px solid #666666;
}
/*　画像　*/
#CONTENTS ul{
list-style-type: none;
padding: 0 0 0 50px;
}
#CONTENTS li{
display: inline;
}
/*　コピーライト　*/
address{
font-style: normal;
text-align: center;
}