@charset "UTF-8";
/* CSS Document */

/*	header
-----------------------------------------------------------*/
header{
	height:162px;
}
nav#menu ul li#outline a{
	float:left;
	width:140px;
	height:90px;
	padding-left:1px;
	background-image:url(../img/outline.png);
	background-position:1px;
}
nav#menu ul li#history{
	float:left;
	width:142px;
	height:90px;
}
nav#menu ul li#member a{
	float:left;
	width:140px;
	height:90px;
	background-image:url(../img/member.png);
}

/*  topicpath
-----------------------------------------------------------*/
nav#topicpath{
	width:100%;
	height:42px;
	background-image:url(../img/topicpath_back.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	zoom:1; /* for IE6 */
	position:relative; /* for IE6 */
}
nav#topicpath ol{
	list-style:none;
	color:#FFFFFF;
	width:960px;
	height:29px;
	margin:0 auto;
	padding:13px 0 0 5px;
	background: url(../img/topicpath01.gif) no-repeat 0% 15px;
	zoom:1; /* for IE6 */
	position:relative; /* for IE6 */
}
nav#topicpath ol li{
	display: table-cell;
	*display: inline; /* for IE6-7 */
	*zoom: 1; /* for IE6-7 */
	padding: 0 9px 0 14px;
}
nav#topicpath ol li.topicpath-mark{
	background: url(../img/topicpath02.gif) no-repeat 0% 1px;
}
nav#topicpath ol li a{
	color:#FFFFFF;
}

/*	content
-----------------------------------------------------------*/
article#content div.content-inner{
	padding-left:20px;
	background-image:url(../img/contents_back.gif);
	background-repeat:repeat-y;
	zoom:1; /* for IE6-7 */
}
h2#history-title{
	width:960px;
	height:70px;
	background-image:url(../img/history_title.jpg);
	text-indent:-9999px;
	margin:20px 0 2px;
}
article#content div.content-inner section h3{
	font-size:14px;
	font-weight:normal;
}
article#content section p {
	margin-bottom:2px;
}
div.content-inner section img {
	margin-bottom:20px;
}
article#content section img#last {
	margin-bottom:1px;
}

div.content-inner section.history-section{
	background-image:url(../img/history_line.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:19px;
}
div.content-inner section{
	margin-bottom:20px;
}
div.content-inner section ul.guest{
	overflow:hidden;
	margin-left:-20px;
	list-style:none;
	margin-top:14px;
}
div.content-inner section ul.guest li{
	width:170px;
	padding-left:20px;
	float:left;
}
div.content-inner section ul.guest li img{
	margin:0;
}
div.content-inner section ul.guest li p{
	margin-top:2px;
	font-size:12px;
	text-align:center;
}
/*	clearfix
-----------------------------------------------------------*/
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}