@charset "utf-8";

/*
===========================================================================
| 		 en corp
===========================================================================
*/

div.side div.corp h2{
	display: none;
}
div.side div.corp ul{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
div.side div.corp ul li{
	list-style-type: none;
	display: inline;
	width: 170px;
	height: 31px;
	margin: 0;
	padding: 0;
}
div.side div.corp ul li a{
	overflow: hidden;
	display: block;
	width: 170px;
	height: 31px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
div.side div.corp ul li a:hover{
	background-position: center top;
}
div.side div.corp ul li.on a,
div.side div.corp ul li.on a:hover{
	background-position: right top;
}
li#corpIndex a {
background-image:url("/en/images/common/corp_index.gif");
}
li#corpProfile a {
background-image:url("/en/images/common/corp_profile.gif");
}
li#corpHistory a {
background-image:url("/en/images/common/corp_history.gif");
}
li#corpOrganization a {
background-image:url("/en/images/common/corp_organization.gif");
}
li#corpAccess a {
background-image:url("/en/images/common/corp_access.gif");
}
/*----------------------------------------------------------------------
/			index
/----------------------------------------------------------------------*/
div.contents#index div.greet div.blockRight{
	float: right;
	width: 180px;
	margin: 0 0 15px 30px;
	text-align: right;
}
div.contents#index div.greet div.blockRight img{
	margin-bottom: 5px;
}

div.contents#index div.main h2{
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	background: #6A3F3D url(../images/index/h2_bg.gif) repeat-x;
	padding: 4px 14px;
	display: inline;
	line-height: 40px;
}
div.contents#index div.main h3{
	color: #D44E5E;
	font-size: 140%;
	padding: 0;
	font-weight: normal;
}

/*----------------------------------------------------------------------
/			profile 
/----------------------------------------------------------------------*/
div.contents#profile table#yakuin{
	width: auto;
}
div.contents#profile table#yakuin th,
div.contents#profile table#yakuin td{
	padding: 0 1em 0 0;
	border: none;
}

/*----------------------------------------------------------------------
/			history history
/----------------------------------------------------------------------*/
div.contents#history table.line th{
	padding-top:2px;
	padding-bottom:2px;
	font-weight:normal;
}
/*----------------------------------------------------------------------
/			organization 
/----------------------------------------------------------------------*/
div.contents#organization div.pict{
	margin: 0 0 15px;
	text-align: center;
}
div.contents#organization p.date{
	text-align: right;
}

/*----------------------------------------------------------------------
/			access access
/----------------------------------------------------------------------*/
div.contents#access div.map{
	width: 687px;
	margin: 0 auto 15px;
	text-align: center;
}
div.contents#access div.map img{
	vertical-align: top;
}
div.contents#access div.map div.print{
	text-align: right;
	margin: 10px 0 0;
}


@media print{
	div.side,
	div#topicpath,
	div#header{
		display:none;
	}
	div.wrap{
	}
	div.innerWrap{
		width: 100%;
	}
	div.contents div.main{
		width: 100%;
		float:none;
	}


}
