@charset "utf-8";

/**
 * top common
 */
 body#home div#container,
  body#home div#content {
	width: 920px;
}
 body#home ul li {
	list-style: none;
}

/**
 * top
 */
#home div#top {
	overflow: hidden;
	position: relative;
	width: 920px;
	height: 476px;
	margin: 25px 0 27px 0;
}
#home div#top ul.navi_gallery {
	position: absolute;
/* 7 width: 248px;  */
/* 8 width: 283px;  */
	width: 283px;
	height: 14px;
	margin: 0;
	padding: 0;
	right: 7px;
	bottom: 5px;
	background: url(../images/bg_top_nav.gif) repeat-x 0 0;
}
#home div#top ul.navi_gallery li {
	float: left;
	display: inline;
	margin: 3px 0 0 3px;
}
#home div#top ul.navi_gallery li img {
 	vertical-align: top;
}
#home div#top_content {
	padding-bottom: 80px;
	overflow: hidden;
 	width: 920px;
}
#home div#top_content div.section {
	float: left;
 	width: 447px;
}
#home div#top_content div.odd {
	margin-right: 26px;
}
#home div#top_content div.title {
	margin-bottom: 20px;
	position: relative;
	width: 447px;
	height: 35px;
	border-bottom: 1px solid #999999;
}
#home div#top_content div.title h4 {
	position: absolute;
	top: 0;
	left: 2px;
}
#home div#top_content div.title p {
	position: absolute;
	top: 9px;
	right: 3px;
}
#home div#top_content p.date {
	padding: 0 0 10px;
	font-weight: bold;
	color: #000000;
}
#home div#top_content ul {
	padding: 0;
	margin: 0;
	font-size: 75%;
	line-height: 1.5;
}
#home div#top_content ul li {
	min-height: 34px;
	padding: 0 0 0 18px;
	margin: 0 0 18px 0;
	background: url("../images/icon_arrow.gif") 8px 15px no-repeat;
}
#home div#top_content ul li.text1 span {
	padding-top: 8px;
}
* html #home div#top_content ul li.text1 {
	height: 34px; /* IE6 */
}
#home div#top_content ul li img {
	float: left;
	width: 34px;
	padding: 0 8px 0 0;
}
#home div#top_content ul li {
/*	color: #5e5e5e; */
}
#home div#top_content ul li span {
	float: left;
	width: 387px;
}
#home div#top_content ul li a {
/*	color: #000000; */
	text-decoration: none;
}
#home div#top_content ul.info {
	padding-top: 8px;
}
#home div#top_content ul.info li {
	min-height: 34px;
	padding: 0 0 0 16px;
	margin: 0 0 18px 0;
	background: url("../images/icon_arrow.gif") 4px 7px no-repeat;
}
#home div#top_content ul.info li a {
	font-weight: normal;
/*	color: #5e5e5e; */
	text-decoration: none;
}

/**
 * .clearfix
 */
.clearfix:after,
#home div#top_content ul li:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
/*for IE7*/
.clearfix,
#home div#top_content ul li {
	display: inline-block;
	min-height: 1%;
}
/*for IE6*/
* html .clearfix,
* html #home div#top_content ul li
{ height: 1%; }
