img
{
    border: 0px;
}
body
{
    margin: 0px;
    padding: 0px;
    background: #000000;
    font-size: 12px;
    font-family: MS PGothic, MS Mincho, Sans-Serif;
    text-align: center;
}
a
{
    color: Red;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.current
{
    color: Gray;
}
ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.linklist
{
}
.linklist span
{
    font-size: 12px;
}
.linklist li
{
    padding-left: 10px;
    display:inline;
}
.bulletlist
{
    list-style-image: url(images/bullet.jpg);
    padding-left: 20px;
}
#topwrapper
{
    width: 850px;   /* wrapper width changes with bg image */
    height: 638px;  /* wrapper height changes with bg image */
    margin: 0 auto;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
#wrapper
{
    width: 850px;   /* wrapper width changes with bg image */
    height: 638px;  /* wrapper height changes with bg image */
    margin: 0 auto;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    background: url(images/bg/common_bg.jpg) transparent no-repeat; 
}
#top
{
}
/*
 Logo
 */
#logo
{
    height: 68px;
}
#bottomlogo
{
    position: absolute;
    right: 325px;
    bottom: 35px;
    width: 59px;
    height: 21px;
    cursor: hand;
}
#bottomlogo a
{
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/home2.jpg);
}
/* 
 Top Menu 
*/
#topmenu
{
    height: 40px;
    vertical-align: middle;
    position: relative;
    margin-left: 3px;
}
/*
 Menu Start
 */
.menu
{
    z-index: 100;
    border-collapse: collapse;
    vertical-align: middle;
    margin: 0;
    padding-left: 45px;
}
.menu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right 

place underneath each list item */
.menu ul li
{
    float: left;
    position: relative;
    margin-right: 10px;
}
.menu ul li ul
{
    /*float: left;*/
    position: absolute;
}
.menu a
{
    display: block;
    color: #A04801;
    text-decoration: none;
    text-align: center;
    /* width: 140px;*/
    height: 40px;
    vertical-align: middle;
    line-height: normal;
    overflow: hidden;
    border: 0;
}
.menu a:hover
{
    background: #848381;  
}
/* second level menu */
.menu ul ul li
{
    clear: both;
    text-align: left;
}
.menu ul ul li a
{
    display: block;
    visibility: hidden;
    height: 29px;
    margin: 0;
    border: 0;
}
.menu ul ul li a:hover
{
    background-color: #000000;
}
#menu1
{
    width: 106px;
    background: url(images/menu/K1.jpg) transparent no-repeat center center;
}
#menu1:hover
{
    background: url(images/menu/D1.jpg) transparent no-repeat center center;
}
#menu1-1
{
    width: 106px;
    background: url(images/menu/G1-1.jpg) transparent no-repeat center center;
}
#menu1-2
{
    width: 106px;
    background: url(images/menu/G1-2.jpg) transparent no-repeat center center;
}
#menu1-3
{
    width: 106px;
    background: url(images/menu/G1-3.jpg) transparent no-repeat center center;
}
#menu2
{
    width: 106px;
    background: url(images/menu/K2.jpg) transparent no-repeat center center;
}
#menu2:hover
{
    background: url(images/menu/D2.jpg) transparent no-repeat center center;
}
#menu3
{
    width: 133px;
    background: url(images/menu/K3.jpg) transparent no-repeat center center;
}
#menu3:hover
{
    background: url(images/menu/D3.jpg) transparent no-repeat center center;
}
#menu3-1
{
    background: url(images/menu/G3-1.jpg) transparent no-repeat center center;
}
#menu3-2
{
    background: url(images/menu/G3-2.jpg) transparent no-repeat center center;
}
/* menu group 4 is removed */
#menu5
{
    width: 140px;
    background: url(images/menu/K5.jpg) transparent no-repeat center center;
}
#menu6
{
    width: 106px;
    background: url(images/menu/K6.jpg) transparent no-repeat center center;
}
#menu6:hover
{
    background: url(images/menu/D6.jpg) transparent no-repeat center center;
}
#menu7
{
    width: 106px;
    background: url(images/menu/K7.jpg) transparent no-repeat center center;
}
#menu7:hover
{
    background: url(images/menu/D7.jpg) transparent no-repeat center center;
}
/*
 Menu end
 */
#body
{
    width: 100%;
    height: 460px;
}
#bottom
{
    height: 80px;
    /*background: #848381;*/
    display: none;
    vertical-align: middle;
    text-align: left;
    color: #DDDDDB;
    padding-left: 20px;
}
#bottom p
{
    width: 580px;
    font-size: 10px;
    margin: 0;
}
#bottom br
{
    line-height: 5px;
}
#bottom h5
{
    margin: 0;
}
#book
{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: url(images/common_bg.jpg) transparent no-repeat; */
}
#content
{
    position: absolute;
    left: 90px;
    top: 80px;
    width: 450px;
    height: 210px;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 12px;
    color: #625E5D;
    background: #FFFFFF;
    padding: 0px 20px 20px 20px;
    line-height: 15px;
}
#content p
{
    text-indent: 30px;
}
#content .nopadding
{
    padding: 0;
}
#content img
{
    text-align: center;
}
#content h4
{
    padding-top: 10px;
    text-align: center;
}
#content h5
{
    text-align: center;
    font-size: 12px;
}
#content table td
{
    text-align: left;
    vertical-align: top;
    line-height: 20px;
}
.rightContent
{
    text-align: right;
}
.centerContent
{
    text-align: center;
}
.centerContent .img200
{
    width: 200px;
}
.floater
{
    float: right;
    padding: 10px;
    text-align: center;
}
#accessMenu
{
	position: absolute;
    left: 665px;
    top: 140px;
    width: 160px;
    height: 100px;
    text-align: left;
}
#accessMenu a
{
    font-size: 12px;
}
#accessMenu li
{
	  margin-top: 10px;
}
#otoiawase
{
	position: absolute;
    left: 655px;
    top: 245px;
}
.center
{
    text-align: center;
}
.imgtable img
{
    width: 50px;
}
.space25
{
    height: 25px;
}
.space50
{
    height: 50px;
}
.space100
{
    height: 100px;
}
.pager
{
}
.pager a
{
    font-size: 16px;
    font-weight: normal;
    color: #FB1718;
    overflow: hidden;
    margin-left: 20px;
}
.pager a:hover
{
    text-decoration: underline;
}
.pager a:visited
{
    color: #C6C8C7;
}
.pager .current
{
    color: #319C80;
}
.pager .current:visited
{
    color: #319C80;
}
.pager .prev
{
    width: 17px;
    height: 13px;
    background: url(images/left-arrow.jpg) transparent no-repeat center center;
}
.pager .prev:hover, .pager .next:hover
{
    text-decoration: none;
}
.pager .next
{
    width: 17px;
    height: 13px;
    margin-right: 0;
    background: url(images/right-arrow.jpg) transparent no-repeat center center;
}
#numberPager
{
    font-family: Times New Roman, Verdana, Sans-Serif;
    font-weight: bold;
}
#numberPager a
{
    font-size: 18px;
    margin-left: 15px;
}
/* lightbox starts */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	/* lightbox ends */
	
/* specific for access.html */
#office1
{
    margin-left: 40px;
    text-align: left;
}
#office2
{
    text-align: center;
    padding: 0;
}
#office3
{
    margin-right: 20px;
    text-align: right;
}
