@import url("common.css");
@import url("base.css");
@import url("company_menu.css");


/*--コンテンツ--*/

/*--top--*/
#menubox .hg {
	margin:20px 0px 5px 0px;
}

h1.company_profile_title{
	margin-top:1em;
}
.profile_content h3{
	font-size: medium;
	margin-top:1em;
}
.profile_content p{
	margin-left:2em;
	line-height: 1.5em;
	width: 330px;
}

/*--company outline--*/
table.company_outline_list{
	width:100%;
	margin-top:1.5em;
	border-top:1px solid #666;
	border-left:1px solid #666;
}
.company_outline_list th{
	width:150px;
	background-color:#CCCCCC;
	padding:2px 2px 2px 4px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-weight: normal;
	text-align: left;
}
.company_outline_list td{
	padding:2px 2px 2px 4px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#contents #content h2.title{
	margin-top:2em;
	font-size:120%;
}

/*--history--*/
table.history_list{
	margin-top:2em;
	width:100%;
}
.history_list th{
	padding-top:1em;
	padding-left:0.5em;
	text-align:left;
}
.history_list td{
	padding:0.5em 0em 1em 1em;
}
.history_list td.month{
	padding-left:0.5em;
	text-align:left;
	vertical-align: top;
}
.history_list .border_bottom td{
	border-bottom:1px dashed #CCC;	
	border-top:none;
	border-left:none;
	border-right:none;
}

/*--overseas office--*/
.office_list dt{
	margin-top:1em;
	padding-top:1em;
}
.office_list dd{
	margin-top:0.5em;
}
.office_list img.flag{
	margin-right:0.5em;
}

/*--video--*/
#content #video .player{
	width:350px;
	margin-left:75px;
}
#content #video .player table{
	width:226px;
	margin-top:1.2em;
	margin-left:12px;
	float:left;
}
#content #video .player th{
	text-align:right;
}
#content #video .player td{
	padding-left:0.6em;
	text-align:left;
}
#content #video img.play_botton{
	margin-right:20px;
	margin-top:1.2em;
}
.player em{
	visibility:hidden;
}
.player .botton{
	width:100px;
	margin-top:1.2em;
	margin-right:12px;
	float:right;
}
.player .botton #download{
	margin-top:1.2em;
}
div#wmv_dl{
	padding:1.2em 0px;
	font-size:70%;
	clear:both;
}
div#wmv_dl a{
	float:left;
}

/*--Green Procurement Standard--*/
.green p{
margin:10px 0px 0px 12px;
}
.green h2{
margin-top:18px;
}
.green dt{
margin:12px 0px 5px 12px;
}
.green dd{
margin:0px 0px 0px 26px;
}

/*--ロールオーバー処理--*/
.player #play a,
.player #download a{
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration:none;
}
.player #play a{
	background-image:url(../../world/company_profile/video/img/play.gif)
}
.player #download a{
	background-image:url(../../world/company_profile/video/img/download.gif)
}
.player #play a:hover,
.player #download a:hover{
	background-position: -100px 0px;
}
/*--ロールオーバー処理終わり--*/

/*ie6_only*/

* html #main2 {
	margin-top: -3px;
}

* html #sidemenu {
	padding: 0px;
	margin-top: 18px;
}

* html #productnavi {
  height:63px;
}

* html #sidemenunavi{
	padding: 0px;
	margin-top: -4px;
}

* html #sidemenunavi #ir {
	padding: 0px;
	margin-top: 0px;
}
* html #sidemenunavi #company {
	padding: 0px;
	margin-top: -2px;
}
* html #sidemenunavi #adoption {
	padding: 0px;
	margin-top: -2px;
}
* html .rss{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 3px;
}

/*ie7_only*/

*:first-child+html #sidemenu .title {
	padding: 0px;
	margin: -15px 0px 0px 0px;
}

*:first-child+html #sidemenunavi #ir {
	padding: 0px;
	margin-top: -7px;
}
*:first-child+html #sidemenunavi #company {
	padding: 0px;
	margin-top: -2px;
}
*:first-child+html #sidemenunavi #adoption {
	padding: 0px;
	margin-top: -2px;
}
*:first-child+html #sidemenunavi #intro {
	padding: 0px;
	margin-top: -2px;
}
*:first-child+html .rss{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 3px;
}
