@charset "shift-jis";
/* CSS Document */

body 
{

	background-image: url(/images/bg.jpg);
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Arial,  Helvetica, MS PGothic, sans-serif;
	color: #4c2f0a;
	font-size: 12px;
	line-height: 18px;

}

a {
	color: #118CC5;
}
a:visited {
	color: #7C7259;
}

h1{
	font-size: 14px;
}
h2{
	font-size: 12px;
	font-weight: bold;
	color: #C4A486;
}
#wrapper
{

	width: 930px;
	height: 530px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 62px;
}

#footer
{

	width: 930px;
	height: 30px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}
#leftNav
{
	width: 206px;	
	height: 530px;
	float: left;
	overflow:hidden;
}

#navLogo
{
	width: 186px;
	height: 146px;
	padding: 10px;
	cursor: pointer;

}

#navItems
{
	width: 186px;
	height: 344px;
	padding: 10px;
	text-align: center;

}

#navItems img
{
 border: none;
}

#content
{
	margin-left: 8px;
	width: 716px;
	height: 530px;
	float: left;
	overflow:hidden;
}

#contentTitle
{
	margin: 55px;
	margin-top: 10px;	
	margin-bottom: 0px;

}

#contentParagraph
{

	padding: 5px;

}

#contentScroller
{

	height: 430px;
	overflow: auto;
	margin: 55px;	
	margin-top: 10px;
	padding: 0px;	

}

#pictureHolder 
{
	text-align: center;
}
.h1_EN{
	color: #E0CEBA;
}
.note{
	font-size: 10px;
}
.note2{
	font-size: 12px;
	color: #FF6600;
}
#nav_return{
	font-size: 10px;
	color: #044A63;
}
#nav_return a{
	color: #044A63;
	text-decoration: none;
}


/* Photo Gallery */
.gallerycontainer{
	position: relative;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Arial,  Helvetica, MS PGothic, sans-serif;
	font-size: 12px;
	color:#333399;
	font-style: normal;
	line-height: 30px;
	
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thumbnail:hover{
	background-color: transparent;

}

.thumbnail:hover img{
	border: 0px;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: 67c8c7;
	padding: 5px;
	left: -1000px;
	border: 1px 67c8c7;
	visibility: hidden;
	color: #322f2a;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 110px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	white-space: nowrap;
}

