﻿/* CSS Document */

/* maindisp */

#maindisp {
	font-size: 80%;
	background-color: #ffffff;
	min-height: 400px;
	width:100%;
	display:block;
	z-index: 1;
	overflow: auto;
	background-attachment: scroll;
	background-image: url(img/banner_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/*NEXT GALLERY */
#nextgallery {
	list-style-type:none;
	width:816px;
	height:80px;
	display:block;
margin:0 auto;

}
#nextgallery li{
	list-style-type:none;
	float:left;
	bottom:0px;
	margin:0 auto;
	
}
#nextgallery ul{
clear:both;
}

/*leftmenu bar */
#heightbar {
	width : 160px;
	height : 400px;
	margin: 0px;
	padding:1em;
	font-family: "Verdana", "Osaka", "Helvetica", "sans-serif";
}

#leftmenubar p {
	margin:1em 0 0;
	}

#leftmenubar li {
	margin : 0.5em 0.5em 0 2em;
	font-size: 80%;
}



/*leftcontents*/
#leftcontents {
	width: 560px;
	float: left;
	margin: 0px;
	}

#textblock {
	margin : auto;
	}

	/*h2*/
#leftcontents h2 {
	  font-family: "Georgia","Serif";
}
	/*li*/
#leftcontents li {
	margin : 0.5em 0.5em 0 2em;
	font-size: 80%;
}


/*rightcontents*/

#rightcontents {
	min-height: 100px;
	width: 120px;
	right: 0px;
	font-size: 80%;
	border-left: 3px dotted #fff0e0;
	padding:0.5em;
	float: left;
	clear: right;
	margin-left: 10px;
}

#rightcontents dl {
/*	height: 350px; */
/*	width: 180px; */
/*	overflow: auto; */
/*	margin-top:40px; */
}

#rightcontents dt {
	font-weight: bold;
 }
 

#rightcontents li{
	list-style-type: none;
	margin:3px;
}


