@charset "utf-8";
/*------------------------------------------------------------------------------------------------
creation date 2009.7.14
http://www.miturugi.jp
Copyright (C) JIVE Inc. All Rights Reserved.
------------------------------------------------------------------------------------------------*/
/* \*/
.second .gNav #menu_history{
	width:156px;
	height:93px;
	background:url(../../images/menu.png) no-repeat -85px -93px;
	}

/*------------------------------------------------------------------------------------------------
index.html
------------------------------------------------------------------------------------------------*/
.intro{
	float:left;
	display:inline;
	width:500px;
	padding-left:0.5em;
	}
dl.add{
	float:left;
	display:inline;
	margin-left:10px;
	}
dl.add dd{
	width:164px;
	text-align:center;
	color:#730f05;
	font-weight:bold;
	}
div#historyArea{
	width:700px;
	height:599px;
	background:url(../images/bg_history.jpg) no-repeat left top;
	}	
ul.tabs{
	overflow:hidden;
	width:640px;
	margin:0 0 20px 30px;
	padding:30px 0 0 0;
	background:url(../images/line_tab.gif) repeat-x left 60px;
	}
ul.tabs li{
	float:left;
	}
ul.tabs li span{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	}
ul.tabs li.world a{
	display:block;
	width:163px;
	height:32px;
	background:url(../images/tab_world.gif) no-repeat left top;
	}
ul.tabs li.japan a{
	display:block;
	width:151px;
	height:32px;
	background:url(../images/tab_japan.gif) no-repeat left top;
	}
ul.tabs li.world a:hover,
ul.tabs li.world a.current{
	background:url(../images/tab_world_on.gif) no-repeat left top;
	}
ul.tabs li.japan a:hover,
ul.tabs li.japan a.current{
	background:url(../images/tab_japan_on.gif) no-repeat left top;
	}
.tabPanes{
	overflow:auto;
	overflow-x:hidden;
	width:640px;
	height:460px;
	margin:0 auto;
	}
div#world h3,
div#japan h3{
	margin:0 30px 11px 0;
	padding-bottom:9px;
	border-bottom:#dcd3b8 1px solid;
	line-height:1;
	font-size:0;
	}
div#world dl,
div#japan dl{
	width:600px;
	margin-bottom:10px;
	}
div#world dl dt,
div#japan dl dt{
	float:left;
	clear:both;
	width:100px;
	padding-right:25px;
	color:#730f05;
	font-weight:bold;
	}
div#world dl dd,
div#japan dl dd{
	float:left;
	width:470px;
	margin-bottom:1.5em;
	}
/* */	