﻿@charset "UTF-8";
/* ========BASIC======== */

* {
   font-family:"ＭＳ Ｐゴシック", SimHei, Arial, sans-serif;
   color:#333;
   font-size: 12px;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   line-height: 1.5em;
   background:#fff;
}

hr {
   margin-top: 0;
   width: 95%;
   border: dotted #ccc 0.1em;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* =======text====== */

/* inquire.html内、本社写真下の住所～メールアドレス 位置*/
div#inquire ul{
	margin-left: 50px;
}

/* 同、フォントなどのスタイル */
div#inquire li{
	font-size: 1.5em;
	line-height: 1.4em;
	list-style: none;
}

/* ========LAYOUT======== */
/* 左サイドのライン */
div#top {
   width:790px;
   margin:0 auto;
   background:url(../images/common/parts/bg_contents_left.gif) 0 0 repeat-y;
}

/* 右サイドのライン */
div#wrapper {
   width:790px;
   background:url(../images/common/parts/bg_contents_right.gif) 100% 0 repeat-y;
}

/*ロゴ・言語他メニューを含む上部（サイドのライン外側を除く）*/
div#header {
   position:relative;
   padding: 0;
   margin: 0 5px;
}

/*問い合わせページ*/
div#inquire {
   float: center;
}

/*右上端の言語他メニュー */
div#pr {
   width:480px;
   position:absolute;
   left:510px;
   top:10px;
}

/*サブメニューとメインページを含む*/
div#contents {
   margin:0 5px;
   padding:1px 20px 0 20px;
}

/*メインページ*/
div#main {
   float:right;
   width:500px;
}

/*サブメニュー*/
div#sub {
   float:left;
   width:220px;
}

/*ページ先頭へ戻る*/
div#totop {
   clear:both;
}

/*コピーライト*/
div#footer {
   clear:both;
   margin:0 5px;
}

/* ========HEADER======== */
/*ロゴの社名部分*/
div#header h1 {
   margin: 0;
   padding-left: 10px;
   font-weight: bold;
   color:#777;
   line-height:70px;
}

/*リンクを貼ったとき*/
div#header h1 a {
   color:#777;
   font-size:2em;
}

/*リンクにマウスオーバーしたとき*/
div#header h1 a:hover {
   color:#666;
}

/*言語他のメニュー*/
div#header #pr p {
   margin:0;
   font-size:0.75em;
}

div#header hr{
  height: 0.1em; /* 線の太さ */
  border: dotted #ddd; /* 枠の太さ */
}


/* ========SUBCONTENTS======== */
div#sub .section {
   margin-bottom:10px;
}


div#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   background:#f5f5f5;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4em;
   list-style: none;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url(../images/common/parts/bg_footmenu.gif) 0 6px no-repeat;
}

/* MENU */
div#contents #sub div#menu ul {
   margin:0 0 20px 0;
   padding:0;
}

div#contents #sub div#menu li {
   margin:0;
   padding:0;
   font-size:0.75em;
   color:#333;
   list-style-type:none;
}

div#contents #sub div#menu li a {
   display:block;
   width:200px;
   color:#333;
   padding:10px 0 10px 20px;
   border-bottom:1px solid #DCDCDC;
   background:url(../images/common/parts/bg_menulist.gif) 0 12px no-repeat;
}

div#contents #sub div#menu li a:hover {
   color:#0096E7;
}


/* ========MAINCONTENTS======== */
div#main a {
   color:#0172AB;
}

div#main a:hover {
   color:#0172AB;
   border-bottom:1px solid #0172AB;
}

div#main h2 {
   margin-bottom:15px;
   padding:2px 2px 2px 0;
   color:#fff;
   font-size:1.15em;
   font-weight:bold;
   background: #8ac;
}

div#main h3 {
   font-size: 1em;
   background-image: url("../images/common/parts/subtitle.gif") ;
   background-repeat: no-repeat;
   padding-left: 13px;
   margin-left: 3px;
   color:#333;
   border-bottom:3px double #333;
   margin-top: 3px;
   margin-bottom:8px;
}

div#main h4 {
   margin-bottom:2px;
   font-size:1em;
}

div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main p {
   margin:0 0 1.5em 0;
   font-size:1em;
}

div#main p.right {
	padding: 0.5em;
	text-align: right;
}

div#main p.centerb{
   text-align: center;
   padding: 5px 20px;
   font-weight: bold;
   font-size: 0.85em;
}

div#main p.center{
   text-align: center;
   padding: 10px 20px;
   font-weight: bold;
   font-size: 1em;
}

div#main ul,ol,dl {
   font-size:0.75em;
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

div#main div.icatch {
   margin-bottom:20px;
}

div#main div.without_icatch {
	margin-bottom: 20px;
}

div#main table.table {
	font-size: 0.75em;
	width: 495px;
	margin-left: 4px;
	border-collapse: collapse;
	border: none;
}

div#main table th,
table.table td {
  table-layout: fixed;
}


div#main table th.img {
  width: 160px;
  vertical-align: top;
  padding-top: 1em;
  border: none;
}


div#main table td.text {
  width: 335px;
  vertical-align: top;
  padding: 1em;
  border: none;
  }
  
div#main table p {
	font-size: 1em;
	line-height: 1.5em;
}

div#main table p.icon{
	padding-left: 1em;
	padding-top: 3em;
	text-align: left;
	line-height: 2em;
}


/* PRODUCTS */

div#main dl.products dt {
	float: left;
	width: 10em;
	margin: 0;
	padding: 0;
}


/* INFOMATION */
* html body div#main dl.infomation dd div{
   display:inline-block;
}

div#main dl.infomation dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.infomation dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* recruit table */

* html body div#main dl.rinfomation dd div{
   display:inline-block;
}

div#main dl.rinfomation dt {
   float:left;
   width:9.8em;
   margin: 0;
   padding:0;
   background: none;
}

div#main dl.rinfomation dd {
   margin:0;
   padding:0;
   background: none;
}
/*  table */
* html body div#main dl.table dd div{
   display:inline-block;
}

div#main dl.table dt {
   float:left;
   font-weight: bold;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.table dd {
   margin:0 0 1.5em 10em;
   padding:0;
   background:transparent;
}


/* ========TOTOP======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background: url(../images/common/parts/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOT MENU======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   border-top: dotted #ccc 0.1em;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url(../images/common/parts/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER(copy right)======== */
address {
   margin:0;
   padding:5px 0;
   font-size:0.75em;
   color:#fff;
   text-align:center;
   background: #00A;
}


