@charset "utf-8";

/*
	Stylesheet for juillet.jp
	Copyright (C) 2005 Kyosuke Nakamura. All rights reserved.
*/

/* Basic */
*{
	margin:0;
	padding:0;
}
body{
	background:url(images/background.gif) #CCCAC5 repeat-y center;
	text-align:center; /* IE用センタリング設定 */
	line-height:1.5;
	font-size:small!important;
	font-size:x-small;
	font-family:"Lucida Grande", "Verdana", "Helvetica", "ＭＳ Ｐゴシック", sans-serif;
	color:#333;
}
h1,h2,h3,h4{
	font-size:small!important;
	font-size:x-small;
}
ul,li{
	list-style:none;
}
th,td,caption{
	font-size:small!important;
	font-size:x-small;
}

img{
	vertical-align: top;
	border: none;
}

/* layout */

#container{
	text-align:left;
	width:720px;
	margin:0 auto;
}

#header{
	margin:15px 20px;
}

#navi{
	background:#DDDCCA;
	margin:15px 0 20px;
	padding:0.25em 20px;
}

#main{
	position:relative;
	width:100%;
}


#menu{
	position:absolute;
	top:0px;
	left:20px;
	width:150px;
	line-height:1;
}

#menu li{
	border:1px solid #bbaa8d;
	margin-bottom:10px;
}

#menu li li{
	border:none;
	margin-bottom:0;
	font-size:smaller;
}

#menu ul ul{
	border-top:1px solid #bbaa8d;
}

#menu a,
#menu .current{
	display:block;
	padding:5px;
	width:auto!important;
	width:148px;
}
#menu a{
	color:#333;
	background:#FFFEFD;
	text-decoration:none;
}
#menu a:hover{
	background:#DDDCCA;
}
#menu .current{
	color:#BBAA8D;
	background:#DDDCCA;
}

#menu .submenu li{
	margin:0;
	border:none;
	font-size:smaller;
}

#content{
	margin:0 20px 0 190px;
	width:510px;
}
#content h2 .ja{
	font-size:larger;
	color:#987;
}
#content h2 .fr{
	display:block;
	text-align:right;
	line-height:1;
	color:#fff;
	background:#BBAA8D;
	font-size:smaller;
	margin:0 0 25px 0;
}
#content h3{
	font-size:medium!important;
	font-size:small;
	margin:1.5em 0 0 0;
	border-bottom:1px dotted #bbaa8d;
}
#content h3 a{
	text-decoration:none;
	padding-left:10px;
	background-image:url(images/linkmarker.gif);
	background-position:0px 0.3em;
	background-repeat:no-repeat;
}
#content p{
	margin:0.75em 0;
}
#content ul,
#content dl{
	margin:0.75em 0px;

}
#content li{
	padding-left:10px;
	background-image:url(images/marker.gif);
	background-position:0px 0.7em;
	background-repeat:no-repeat;
}
#content dt{
	float:left;
	clear:left;
	width:60px;

}
#content dd{
	margin-bottom:0.375em;
	margin-left:60px;
}
#content dl:after{
	display:block;
	content:"";
	clear:left;
}
#content pre{
	padding:10px;
	border:1px dotted #bbaa8d;
}

#content .date{
	text-align:right;
	margin:0 0 10px 0;
}

#copy{
	text-align:right;
	font-size:10px;
	border-top:solid 1px #BBAA8D;
	margin:60px 20px 20px;
}

/* class */

/* exhibition class */
.exhibition{
	position:relative;
	margin:0.75em 0;
	border:1px dotted #bbaa8d;
	background:#eeeee5;
	padding:10px;
	width:auto!important;
	width:510px;
}
.exhibition h4{
	font-size:medium!important;
	font-size:small;
}
.exhibitiondate{
	font-size:medium!important;
	font-size:small;
	margin-right:175px;
}
.exhibitionphoto{
	position:absolute;
	top:50px;
	right:10px;
	width:160px;
	text-align:center;
}
.exhibitiontext{
	margin-right:175px;
}

/* photo class */
.photo{
	margin-right:15px;
}

/* item class */
.item{
	margin-bottom:3em;
}
.itemcategory{
	position:relative;
	text-align:right;
	top:-1.75em;
	margin-bottom:-1.75em;
	margin-left:300px;
}
.itembody img{
	margin-right:15px;
}
.itemdate{
	text-align:right;
}
