@charset "shift_jis";

/* リセット */

/*
 * INIT Style
 *   margin: 0px;
 *   padding: 0px;
 *   border: none;
 */
body {
  margin: 0px;
  padding: 0px;
  line-height: 150%;
  font-style: normal;
  font-size: 80%;
  font-weight: normal;
  text-align: left;
}

form {
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
}

div {
  margin: 0px;
  padding: 0px;
}

span {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ol, dl {
  margin: 0px;
  padding: 0px;
}

li {
  margin: 0px;
  padding: 0px;
}

table, td {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
}

p {
  margin: 0px;
  padding: 0px;
}


p {
  margin: 0px;
  padding: 0px;
}

p.topics {
  margin: 0px;
  padding: 0px;
  background-color: #e5f4fd;
}


#container {
	width: 770px;
	margin: 0 auto;
	text-align: center;
}

/* ヘッダー */

#header {
	margin-bottom: 25px;
}

/* メニュー */

#menu {
	float: left;
	border-bottom: 1px solid #949E9C;
	width: 181px;
}

#menu li a {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	width: 181px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}

#top a {
	background: url(../images/menu_top.jpg);
}

#top a:hover,#top a.current {
	background: url(../images/menu_top_hv.jpg);
}

#message a {
	background: url(../images/menu_message.jpg);
}

#message a:hover,#message a.current {
	background: url(../images/menu_message_hv.jpg);
}

#highlight a {
	background: url(../images/menu_highlight.jpg);
}

#highlight a:hover,#highlight a.current {
	background: url(../images/menu_highlight_hv.jpg);
}

#segment a {
	background: url(../images/menu_segment.jpg);
}

#segment a:hover,#segment a.current {
	background: url(../images/menu_segment_hv.jpg);
}

#topics a {
	background: url(../images/menu_topics.jpg);
}

#topics a:hover,#topics a.current {
	background: url(../images/menu_topics_hv.jpg);
}

#data a {
	background: url(../images/menu_data.jpg);
}

#data a:hover,#data a.current {
	background: url(../images/menu_data_hv.jpg);
}

#profile a {
	background: url(../images/menu_profile.jpg);
}

#profile a:hover,#profile a.current {
	background: url(../images/menu_profile_hv.jpg);
}

#takumi a {
	background: url(../images/menu_takumi.jpg);
}

#takumi a:hover,#takumi a.current {
	background: url(../images/menu_takumi_hv.jpg);
}

#product a {
	background: url(../images/menu_product.jpg);
}

#product a:hover,#product a.current {
	background: url(../images/menu_product_hv.jpg);
}

#price a {
	background: url(../images/menu_price.jpg);
}

#price a:hover,#price a.current {
	background: url(../images/menu_price_hv.jpg);
	height: 41px;
}

#ir a {
	background: url(../images/menu_ir.jpg);
}

#ir a:hover,#ir a.current {
	background: url(../images/menu_ir_hv.jpg);
}


/* コンテンツ */

#contents {
	float: right;
	width: 570px;
	margin-left: 19px;
}

#main_contents {
	margin: 10px 10px 0 10px;
	text-align: left;
}


/* トップメッセージ */

body .message_text p {
	margin: 10px 15px 30px;
}

#factory_img {
	margin-bottom: 30px;
	text-align: center;
}

#hinge_photo {
	margin-right: 10px;
}

#president_img {
	margin-bottom: 30px;
	text-align: center;
}

#graph_img {
	margin-bottom: 30px;
	text-align: center;
}

.link{
  margin-bottom: 35px;
}
.link h2,
.link h3 {
	font-weight: bold;
	font-size: larger;
}
.link p{
  margin: 10px 0 0 15px;
}

.section{
  margin: 30px 0;
}
.section .message_text{
  margin-top: 15px;
  margin-bottom: 30px;
}
.section .message_text p{
  margin: 0;
  text-indent: 1em;
}
.section .message_text p.image{
  margin: 15px 0;
  text-align: center;
}

/* 業績ハイライト */

h2.h2_highlight {
	margin: 20px 0;
	font-weight: bold;
	font-size: larger;
}

#summary {
	background-color: #E5F4FC;
	margin: 10px 0;
	padding: 10px;
}

#summary p {
	font-weight: bold;
	font-size: larger;
	line-height: 200%;
}


/* 各セグメントの状況と展望 */

body.segment #main_contents {
	margin: 10px 0 0;
}

.segment_area {
	margin-bottom: 20px;
}

#bane_area {
	background: url(../images/bane_bg.jpg);
	background-repeat: repeat-y;
}

.segment_text {
	margin: 0 20px;
}

.segment_graph {
	text-align: center;
}

#hinge_area {
	background: url(../images/hinge_bg.jpg);
	background-repeat: repeat-y;
}

#motor_area {
	background: url(../images/motor_bg.jpg);
	background-repeat: repeat-y;
}

#plastic_area {
	background: url(../images/plastic_bg.jpg);
	background-repeat: repeat-y;
}


/* トピックス */

.topics_area {
	background-color: #E5F4FC;
	margin-bottom: 25px;
	padding: 10px 10px 30px;
}

.topics_area h2 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #0075c1;
	margin-bottom: 20px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: larger;
	line-height: 30px;
}

.topics_area p {
	margin: 0 5px;
}

.topics_area .images{
  float: right;
  _display: inline;
  margin: 0 0 15px 15px;
}
.topics_area .images ul li{
  margin-bottom: 15px;
  text-align: center;
  font-size: 11px;
}
.topics_area .message_text {
	margin: 0;
}
.topics_area .message_text p{
	margin: 0 0 10px 0;
  text-indent: 1em;
}

#homepage {
	margin-top: 30px;
	text-align: center;
}


/* 財務データ */

.data h2 {
	margin-top: 15px;
	color: #3D5AA5;
	font-weight: bold;
	font-size: larger;
}

.unit {
	text-align: right;
}

.data table {
	width: 100%;
	margin-bottom: 40px;
}

.data td {
	border-top: 2px solid #B3B3B3;
	padding-right: 4em;
	text-align: right;
}

.data .title {
	width: 50%;
	padding-left: 1em;
	padding-right: 0;
	text-align: left;
}

.term {
	text-align: center;
	font-weight: bold;
}

.term span {
	font-weight: normal;
}

.blue {
	color: #1B95CE;
	font-weight: bold;
}

.data td.indent2 {
	padding-left: 2em;
	padding-right: 0;
}

.data td.indent3 {
	padding-left: 3em;
	padding-right: 0;
}

tr.bold td {
	font-weight: bold;
}

.latest {
	background-color: #E5EEF8;
}

.data_graph {
	margin: 20px 0 40px;
	text-align: center;
}


/* 会社概要・株式の状況 */

.profile #main_contents {
	margin: 35px 35px 0;
}

.profile h2 {
	background: url(../images/h2_profile_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	line-height: 25px;
	font-size: larger;
	font-weight: bold;
	color: #214298;
}

.profile h2 span {
	font-size: smaller;
	font-weight: normal;
	color: #000000;
}

table.profile_table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0 50px;
}

table.profile_table th,table.profile_table td {
	padding: 4px;
}

.profile h3 {
	font-weight: bold;
}

table.stock_table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0 0;
}

table.stock_table td {
	text-align: right;
}

body table.stock_table tr.top td.c1 {
	text-align: left;
}

table.stock_table td.c1 {
	text-align: left;
}

table.stock_table tr.top td {
	border-bottom: 2px solid #212121;
	font-weight: bold;
	text-align: right;
}

table.stock_table tr.bottom td {
	border-bottom: 2px solid #212121;
}

table.stock_table th,table.stock_table td {
	border-bottom: 1px solid #999999;
	padding: 4px;
}

.mt50 {
	margin-top: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

p.external{
  margin-top: 2em !important;
  text-indent: 0 !important;
}


