*{
  margin:0;
  padding:0;
  line-height: 1.5em;
  text-decoration:none;
  list-style: none;
}
img{
  border: 0;
}
body{
  text-align: center;
  font-size: 12px;
  color: #777777;
  background-color: #ffffff;
  padding-bottom: 30px;
}
#container{
  width: 950px;
  text-align: left;
  margin: 30px auto;
}
#header{
  height: 65px;
}
#headerNew{
  height: 65px;
}
#headerNew h1{
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
.headLeft {
	width: 345px;
	float: left;
}
.headRight {
	width: 600px;
	float: right;
}
#header h1{
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
#logo{
  float: left;
  border-left: 10px solid #ffffff;
}
#tcars{
  float: left;
  border-left: 10px solid #ffffff;
}

/***  menu only(dropdown)    ***/
#menu{
  width: 600px;
  float: right;
}

.dropdown{
  float:left;
  width: 100px;
  margin-top: 15px;
}
.dropdown dt{
  width:100px;
  cursor:pointer;
}
.dropdown dd{
  position:absolute;
  overflow:hidden;
  width:120px;
  display:none;
  background:#ffffff;
  z-index:200;
  opacity:0;
}
.dropdown ul{}
.dropdown li {display:inline;}
.dropdown li a{
  display:block;
  padding: 3px 0px 3px 5px;
  color:#555555;
  text-decoration:none;
  background:#ffffff;
  width:194px;
}
.dropdown a:hover {
  background:#d9e1e4;
  color:#000000;
}
.dropdown .underline {
  border-bottom:1px solid #b9d6dc
}




#pankuzu{
  clear: both;
  width: 950px;
  height: 30px;
  line-height: 30px;
  border-top: 5px solid #2f6291;
  border-bottom: 5px solid #2f6291;
  padding: 5px 0px;
  margin-top: 10px;
  text-align: right;
  background-image: url("../img/common/mainbg.gif");
}
#pankuzu a{
  color:#2f6291;
  text-decoration: underline;
}
#pankuzu a:hover{
  color: red;
}
h2{
  margin: 30px 0px 20px 0px;
}

#main{
  clear: both;
  margin: 0px 0px 20px 0px;
}

/***  footer  ***/

#footer{
  clear: both;
  border-top: 1px solid #2f6291;
}
#kamei{
  padding: 5px 0px 8px 0px;
  border-bottom: 1px solid #2f6291;
}
#kamei p{
  margin-bottom: 5px;
}

#footerlink{
  float: left;
  width: 701px;
  height: 21px;
  padding: 5px 0px;
}

#footerlink li{
  display: inline;
}
#footerlink li a{
  display: block;
  width: 100px;
  height: 21px;
  line-height: 21px;
  color: #2f6291;
  text-align: center;
  float: left;
  border-right: 1px dotted #2f6291;
  font-weight: bold;
}
#sitemap a:hover,#blog a:hover,#link a:hover{
  color: #ffffff;
  background-color: #2f6291;
}
#sitemap{}
#fb iframe{
  display: block;
  width: 200px;
  height: 21px;
  padding: 0px 0px 0px 20px;
  text-align: center;
}
address{
  padding: 5px 0px;
  height: 21px;
  float: right;
  font-style:normal;
  text-align: right;
}
address span a{
  color: #777777;
  background-color: #ffffff;
  text-decoration: none;
}

/***  prepare only  ***/
#prepare{
  width: 950px;
  height: 450px;
}
/***  lightbox only  ***/
#gallery{
  clear: both;
  width: 950px;
}
#gallery ul {}
#gallery ul li {
  display: inline;
}
#gallery ul li a{
  display: block;
  float: left;
}
#gallery ul img {
  border: 2px solid #ffffff;
}
#gallery ul a:hover img {
  border: 2px solid #2f6291;
}
#gallery ul a:hover {
  color: #ffffff;
}

#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}