/* common */

/* photo */

BODY{
	FONT-FAMILY: "Trebuchet MS","‚l‚r ‚oƒSƒVƒbƒN","MS UI Gothic";
	background: #FFFFFF;
	color: #888899;
	font-size:13px;
	margin: 0px 0px 0px 0px;
	scrollbar-3dlight-color : #DEEFE7;
	scrollbar-arrow-color : #333399;
	scrollbar-base-color : #9999cc ; 
	scrollbar-darkshadow-color : #999999 ; 
	scrollbar-face-color : #EFF9FF;
	scrollbar-highlight-color : #DEEFE7 ; 
	scrollbar-shadow-color : #ffffff ; 
	scrollbar-track-color : #ffffff ; 
}

h1{
	FONT-FAMILY: "Lucida Sans Unicode","‚l‚r ‚oƒSƒVƒbƒN","MS UI Gothic";
	letter-spacing: 2px;
	font-size: 13px;
	color: #999977;
	background-color: #eeeeff;
	background-image: none;
	margin: 0px;
	border-bottom: 3px dotted #cdcfbd;
	padding-left: 20px;
}

div#main{
	background-color: #FFFFFF;
	text-align: center;
}

div#footer{
	color: #777777;
	background-color: #eeeeff;
	clear: both;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	border-top: 3px dotted #cdcfbd;
	margin-left: 0px;
	padding: 1em 0px 1.5em 0px;
}

address{
	font-style: italic;
}


h2{
	FONT-FAMILY: "Lucida Sans Unicode","‚l‚r ‚oƒSƒVƒbƒN","MS UI Gothic";
	font-size: 21px;
	letter-spacing: 2px;
}

p{
	margin-bottom: 0.5em;
}

div.location{
	color: #669999;
	text-align: right;
	margin: 0px 20%;
}

div.description{
	text-align: left;
	margin: 0px 20%;
	border: 1px dotted;
	padding: 5px;
}

div#detail{
	color: #669999;
	text-align: right;
	}

span#detail{
	font-weight: bold;
}

ul.navigation li{
	background-repeat: no-repeat;
	background-position: 0% 50%;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 14px;
}

li#index{
	background-image: url(../images/index.gif);
}

li#previous{
	background-image: url(../images/previous.gif);
}

li#next{
	background-image: url(../images/next.gif);
}

/******************************************/

hr{
	display: none;
}

a:link{
	text-decoration: none;
	color: #888899;
	background-color: transparent;
	border-bottom: 1px dotted #807f31;
}

a:visited{
	text-decoration: none;
	color: #888899;
	background-color: transparent;
	border-bottom: 1px dotted #807f31;
}

a:hover{
	text-decoration: none;
/*	color: #303a30;*/
	background-color: #ECF5F9;
	color: #6600CC;
	border-bottom: 1px solid #6600CC;
}

.dl{
	display: none;
}

/* photo */


