/* Header
---------------------------------------------------- */
#header {
	clear: both;
	height: 200px;
	margin: 0;
	padding: 0;
	background: url(./../images/header.jpg) bottom no-repeat;
	border-bottom: 1px solid #EEEEEE;
}
#header h2 {
  display: none;
}

/* Contents
---------------------------------------------------- */
#title_1 {
  /*
  width: 760px;
  */
  background: url(./../images/title_1.jpg) no-repeat;
  height: 30px;
	overflow: hidden;
	display: block;
  padding-top: 5px;
  padding-left: 15px;
}

.title_1 {
  /*
  width: 760px;
  */
  background: url(./../images/title_1.jpg) no-repeat;
  height: 30px;
	overflow: hidden;
	display: block;
  padding-top: 5px;
  padding-left: 15px;

}

/* left container
---------------------------------------------------- */
#left_container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#left_container li {
	margin: 0;
	padding: 0;
	padding-top: 10px;  
  padding-left: 15px;  
  width: 130px;
  height: 25px;
	background: url(../images/arrow.gif) no-repeat 0 center;
	border-bottom: 1px dashed #CCCCCC;

}

#left_container li a {
  text-decoration: none;  
  color: inherit; 
  /*
	overflow: hidden;
	display: block;
	padding-top: 25px;
  */
}


/* Over
---------------------------------------------------- */
#left_container li:hover {
	background-color: #e5e5dd;
}


#navigation_index {
  width: 752px;
  margin: 0;
  padding: 0 4px;
}

/* バナー
---------------------------------------------------- */
.banner {
  float: left;
  margin: 4px;
}

.banner_box_left {
	float: left;
	width: 376px;
	height: 128px;
}
.banner_box_right {
	float: right;
	width: 368px;
	height: 128px;
	margin: 0 8px 0 0;
}