@charset "UTF-8";
/* --------------------------------------------
CSS Information

File name: history.css
Summary: history style
Created: 2010-02-23
Last update: 2010-02-23
-------------------------------------------- */

/* --------------------------------------------
 content
-------------------------------------------- */
div#contWrap{
	width:940px;
	margin-left:5px;
}

.totop{
	text-align:right;
	background:white;
	padding-top:20px;
	font-size:1.2em;
	width: 695px;
}


/*-- div#leftCont --*/
/*-- ------------------------------------------------- --*/

#historyWrapper
{
	width:690px;
	float:left;
}

div#leftCont{
	float:none;
	width:690px;
	border:#92a9d9 1px solid;
	background:url(image/leftcont_bg.gif) repeat right top;
	padding:0px 0px 10px;
}
div#leftCont h2{
	margin:0px;
	padding:0px;

}
div#leftCont h3{
	margin:0px 0px -238px ;
	padding:0px 0px 263px 0px;
	background:url(image/h3_bg.jpg) no-repeat left bottom;
	position:relative;

}
div#leftCont h4{
	margin:0px 0px 1px 38px;
	padding:0px;
	position:relative;
}
/*-- .main --*/
/*-- ------------------------------------------------- --*/
div#leftCont .main{
	background:url(image/main_bg.gif) repeat-y center top;
	width:690px;
	padding-bottom:30px;
}
div#leftCont .main p{
	font-size:1.2em;
	line-height:1.5em;
	color:#161212;
	margin:0px 35px 20px 38px;	
	position:relative;
}
div#leftCont .main p strong{
	color:#660000;
	font-weight:normal;
}
div#leftCont .main .clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

/*-- .introduction --*/
/*-- ------------------------------------------------- --*/
.introduction{
	margin:-10px 95px 20px;
	width:500px;
	background:url(image/introduction_bg.gif) repeat-y left top;
	border-top:1px double #AEA7A0;
	border-bottom:1px solid #AEA7A0;
	position:relative;
	padding:4px 0px;
}
.introduction dt{
	width:66px;
	height:81px;
	font-size:1px;
	text-align:right;
}
.introduction dd{
	margin:-71px 10px 0px 75px;
	min-height:71px;
	color:#161212;
	font-size:1.2em;
	line-height:1.5em;
}
.introduction dd strong{
	font-size:1.2em;
	line-height:1.5em;
	color:#660000;
}
* html .introduction dd{
	height:71px;
}

/*-- .about --*/
/*-- ------------------------------------------------- --*/
.about{
	width:620px;
	background:url(image/about_bg.gif) no-repeat left bottom;
	margin-left:35px;
	margin-bottom:20px;
	padding-bottom:3px;
}
.about dl{
	border:3px double #AEA7A0;
	float:left;
	width:294px;
	padding:7px 0px;
	border-bottom:0px;
}
.about dl dt{
	margin:0px 7px;
	height:45px;
	padding:0px 20px;
	background:url(image/about_dt_bg.jpg) repeat-x left top;
}
.about dl dt img{
	margin-top:21px;
	vertical-align:top;
}
.about dl dd{
	margin:0px 7px;
	padding:0px 20px 20px;
	background:url(image/about_dt_bg.jpg) repeat-x 0px -45px;
	font-size:1.2em;
	line-height:1.5em;
}
.about dl dd strong{
	color:#660000;
	font-weight:normal;
}

.about dl.nishimura{
	float:right;
}


/*-- .column --*/
/*-- ------------------------------------------------- --*/
.column{
	margin-left:19px;
	background:url(image/column_bg.jpg) repeat-y right top;
	width:632px;
	margin-bottom:30px;
}
.column dt{
	padding:62px 0px 13px 50px;
	background:url(image/column_dt_bg.jpg) no-repeat left top;
}
.column dd{
	font-size:1.2em;
	line-height:1.7em;
	color:#161212;
	background:url(image/column_dd.jpg) no-repeat right bottom;
	padding:0px 20px 20px 49px;
}


/*-- .bn --*/
/*-- ------------------------------------------------- --*/
div#leftCont .main .bn{
	text-align:center;
}

/*-- div#rightCont --*/
/*-- ------------------------------------------------- --*/
div#rightCont{
	width:225px;
	font-size:1em;
}
div#rightCont dl{
	width:auto;
	border:1px solid #becdee;
	margin-bottom:5px;
}
div#rightCont dl dt{
	padding:0px;
	border-bottom:1px solid #becdee;
}
div#rightCont dl dt img{
	vertical-align:top;
}
div#rightCont dl dd{
	padding:0px;
	margin:0px;
	width:223px;
}
div#rightCont dl dd ul{
}
div#rightCont dl dd ul li{
	font-size:1.2em;
	line-height:1.5em;
	margin:0px 14px 7px;
	padding-bottom:6px;
	background:url(image/dot_pattern.gif) repeat-x left bottom;
	width:auto;
}
div#rightCont dl dd ul li.current{
	font-weight:bold;
	color:#86a0d1;
}
div#rightCont dl dd ul li.last{
	background:none;
	padding-bottom:0px;
	margin-bottom:4px;
}
div#rightCont dl dd ul li.current a{
	color:#86a0d1;
}
div#rightCont dl dd ul li a{
	display:inline;
	padding:0px;
	background:none;
	margin:0px;
}
div#rightCont dl dd ul li a:hover{
	background:none;
}








