@charset "Shift_JIS";
/* CSS Document */

/* -- temp_head layout ----------------- */

div#headImage {
  width: 780px;
  height: 350px;
  text-align: center;
}

div#headtitle {
  width: 780px;
  height: 421px;
  text-align: center;
}


div#container {
  width: 780px;
  margin-top: 20px;
}

table#bun {
  width: 680px;
  border: 0px; 

}

table#title {
  width: 680px;
  height: 50px;
  border: 1px black solid;

}

td#titlebun { 
  background-color: #000000;
  color: #ffffff;
  font-size: large;
  font-weight: bold;


}

td#title1 { 
  width: 100px;
  font-size: large;
  font-weight: bold;


}

table#oubo {
  width: 500px;
  border: 1px solid; 

}

div#second {
  width: 780px;
  height: 253px;
  text-align: center;
}

div#footer {
	clear: both;
	width: 780px;
	padding-top: 10px;
	text-align: center;
}

/* グローバルナビゲーション */
.globalnavi {
		list-style-type: none;
		width: 780px;
		height: 48px;
		margin: 0;
		top: 100px;
		left: 0;
                 float:left;
                margin: 10px;
}

.globalnavi li {
		text-align: center;
		width: 386px;
		height: 48px;
		line-height: 40px;
		margin: 0;
		float: left;
}

.globalnavi a {
		text-decoration: none;
		display: block;
		width: 100%;
		background: url(../img/bg-gnav.jpg) no-repeat 0 0;
}

.globalnavi a:hover {
		text-decoration: none;
		background: url(../img/bg-gnav.jpg) no-repeat -180px 0;
}


/* -- pageTitle -------------- */
.pageTitle {
	display: block;
	padding-bottom: 15px;
	text-align: left;
}

/* -- copyright -------------- */
.copyright {
	color: #666666;
}

/* --------------------------- */
/* ------------------------------------- */
