/* 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;
}
#title_1 {
  width: 368px;
  background: url(../images/latest.jpg) no-repeat;
  height: 0;
	overflow: hidden;
	display: block;
	padding-top: 30px;
}
#title_2 {
  width: 368px;
  background: url(../images/40th_title.jpg) no-repeat;
  height: 0;
	overflow: hidden;
	display: block;
	padding-top: 30px;
}

/* Contents Index
---------------------------------------------------- */
#content_index {
	float: right;
  line-height: 1.6em;
  margin: 0 10px 0 0;
  padding: 0;
  width: 368px;
  color: #333333;
}
#content_index h4 {
	font-size: 1.2em;
	color: #666666;
	padding: 0 0 0 10px;
	margin-top: 1em;
	border-left: 5px solid #FFAD2B;
}
#content_index p {
  padding-left: 10px;
}
#content_index ul {
  list-style: url(../images/arrow.gif) none inside;
  padding: 0;
  margin: 0;
}
#content_index li {
  padding: 0;
  margin: 0;
}
#content_index li a {
  text-decoration: none;
}
#content_index hr {
  clear: both;
  border-top: 0px none;
  border-right: 0px none;
  border-left: 0px none;
  border-bottom: 1px dashed #CCCCCC;
}

/* Navigation
---------------------------------------------------- */
#navigation_index {
  width: 752px;
  margin: 0;
  padding: 0 4px 0 4px;
}

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

#message {
	color: #333333;
}
#message p {
	padding-left: 10px;
}

#message strong {
	font-size: 1.5em;
}

