﻿@charset "utf-8";

@import "import_base.css";
@import "import_layout.css";


/* Page Title
----------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* Page Title
----------------------------------------------------------------------------*/
#contents h2 {
	display: block;
	width: 733px;
	height: 51px;
	margin-left: 38px;
	margin-bottom: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#contents.profile h2	{ background:url(../images/h2_profile.gif) }
#contents.greeting h2	{ background:url(../images/h2_greeting.gif) }
#contents.history h2	{ background:url(../images/h2_history.gif) }
#contents.export h2		{ background:url(../images/h2_export.gif) }

#contents h2 {
	display: block;
	width: 733px;
	height: 51px;
	margin-left: 38px;
	margin-bottom: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}


/* Page Layout
----------------------------------------------------------------------------*/
#pro_l{
	float:left;
	width:547px;
	padding:0px 0px 0px 38px;
}

#pro_r{
	float:left;
	width:180px;
	padding:0px 0px 0px 0px;
	background: url( ../images/bg_profile_right.gif ) repeat-y center;
}
#pro_r .contents_top,
#pro_r .contents_bottom {
	width: 180px;
	height: 6px;
	font-size: 0.1px;
	line-height: 0.1px;
}
#pro_r .contents_top    { background: url( ../images/bg_profile_right_top.gif ) no-repeat center top; }
#pro_r .contents_bottom { background: url( ../images/bg_profile_right_bottom.gif ) no-repeat center bottom; }

#pro_r ul{
	width:169px;
	height:123px;
	padding:22px 0px 22px 0px;
	margin: 0 auto;
	background:url(../images/navarea_pro.jpg) no-repeat;
}

#pro_r ul li{
	height: 25px;
	padding: 6px 0px 0px 0px;
	background: url(../images/nav_line.gif) repeat-x bottom;
}

#pro_r ul li a{
	padding: 0 0 0 25px;
	margin: 20px 0 0 0;
	background: url(../images/sidenav_yaji.gif) no-repeat 10px 2px;
	font-size: 14px;
	line-height: 14px;
}


/* Banners
----------------------------------------------------------------------------*/
#pro_r .banner {
	display: block;
	width: 169px;
	height: 100px;
	margin: 0 auto 4px auto;
}


/* Profile / Outline
----------------------------------------------------------------------------*/
#outline{
	margin:40px 0px 0px 0px;
}

#outline h3{
	background:url(../images/h3_outline.jpg) no-repeat;
	width: 529px;
	height: 33px;
	text-indent: -9999px;
}

#outline table {
	width: 529px;
	border-top: #AEB67C 1px solid;
	border-left: #AEB67C 1px solid;
	border-right: 0;
	border-collapse: separete;
	border-spacing: 0;
	empty-cells: show;
	
	margin-top: 18px;
	
	color: #333333;
	font-size: 77%;
	font-weight: normal;
}

#outline thead {
	display: none;
}

#outline tbody th,
#outline tbody td {
	padding: 8px 26px;
	margin-left: 1px;
	border-top: 0;
	border-bottom: #AEB67C 1px solid;
	border-left: #F9F9F5 1px solid;
	border-right:  #AEB67C 1px solid;
}

#outline tbody th {
	background-color: #F4F5E9;
	text-align: center;
}
#outline tbody .even th {
	background-color: #E4E8CC;
}

#outline tbody td {
	background-color: #FFFFFF;
	text-align: left;
}
#outline tbody .even td {
	background-color: #F4F5EB;
}

/* Profile / Area
----------------------------------------------------------------------------*/
#area{
	margin:40px 0px 0px 0px;
}

#area h3{
	background:url(../images/h3_shozaiti.jpg) no-repeat;
	width: 529px;
	height: 33px;
	text-indent: -9999px;
}

#area .map {
	margin-top: 22px;
}

#area .map_link {
	width: 529px;
	margin-top: 8px;
}
#area .map_link a {
	display: block;
	width: 145px;
	height: 26px;
	margin-left: auto;
	text-indent: -9999px;
	background: url( ../images/link_gmap.jpg ) no-repeat left top;
}

#area table {
	width: 529px;
	margin-top: 12px;
	
	color: #333333;
	font-size: 77%;
	line-height: 140%;
}

#area thead {
	display: none;
}

#area tbody th,
#area tbody td {
	padding: 1em 0;
	background: url( ../images/bg_profile_dotted.gif ) repeat-x left bottom;
}
#area tbody .last th,
#area tbody .last td {
	background: none;
}

#area tbody th {
	width: 8em;
}

#area tbody td {
	
}

#area tbody td address {
	padding-left: 16px;
	border-left: #CCCCCC 1px solid;
}


/* Greeting
----------------------------------------------------------------------------*/
#contents.greeting strong.lead {
	display: block;
	width: 529px;
	height: 80px;
	background: url( ../images/strong_greeting.jpg ) no-repeat left top;
	text-indent: -9999px;
}

#contents.greeting p.greeting_text {
	width: 529px;
	margin-top: 16px;
	
	text-indent: 1em;
	
	color: #333333;
	font-size: 77%;
	line-height: 140%;
}

#contents.greeting p.ceo {
	width: 529px;
	margin-top: 24px;
	
	text-align: right;
	vertical-align: middle;
	
	color: #333333;
	font-size: 77%;
}

#contents.greeting p.ceo strong img {
	vertical-align: middle;
}


/* History
----------------------------------------------------------------------------*/
#contents.history table {
	width: 529px;
	border-collapse: separete;
	border-spacing: 0;
	empty-cells: show;
	padding-top: 16px;
	padding-bottom: 8px;
	
	font-size: 77%;
	font-weight: normal;
	line-height: 150%;
}

#contents.history thead {
	display: none;
}

#contents.history tbody th,
#contents.history tbody td {
	padding-top: 12px;
	padding-bottom: 6px;
	background: url( ../images/bg_information_dotted.gif ) repeat-x left bottom;
	text-align: left;
	vertical-align: top;
}

#contents.history tbody th {
	width: 84px;
}


/* Export Performance
----------------------------------------------------------------------------*/
#contents.export strong.lead {
	display: block;
	width: 529px;
	height: 80px;
	background: url( ../images/strong_export.jpg ) no-repeat left top;
	text-indent: -9999px;
}

#contents.export p.answer_text {
	width: 529px;
	margin-top: 12px;
	
	color: #333333;
	font-size: 77%;
	line-height: 140%;
}

#contents.export h3.countries {
	display: block;
	width: 529px;
	height: 33px;
	background: url( ../images/h3_export_coutry.jpg ) no-repeat left top;
	text-indent: -9999px;
	
	margin-top: 40px;
}

#contents.export p.countries {
	display: block;
	width: 529px;
	padding-bottom: 312px;
	margin-top: 16px;
	background: url( ../images/bg_export_world.gif ) no-repeat center bottom;
	
	color: #333333;
	font-size: 77%;
	line-height: 140%;
}

