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

body {
  width: 800px;
  margin: auto;
  font-size: 100%;
  line-height: 150%;
  color: #000000;
}

table {
}

td,th {
  font-size: 95%;
  line-height: 150%;
  padding: 2px;
}

/*
li {
  list-style-position: inside;
  margin-left: 1em;
}
*/

dl {
  line-height: 1.5em;
  margin-top: 10px;
}

dt {
  font-weight: bold;
}

dd {
  margin-top: -1.5em;
  margin-left: 10em;
  margin-bottom: 15px;
}

a:link {
  color: #0099cc;
}
a:hover {
  color: #ff0000;
}
a:active {
  color: #0099cc;
}
a:visited {
  color: #0099cc;
}

/* ---------------------------------------------------------------------
   ヘッダー
   --------------------------------------------------------------------- */
div#header {
  width: 100%;
}
/*
div.head_bar {
  background-color: #0099cc;
  height: 5px;
}
*/

div#left_column {
  width: 70px;
  height: 100%;
  float: left;
}

div#center_column {
}

/* ---------------------------------------------------------------------
   フッター
   --------------------------------------------------------------------- */
div#footer {
  clear: both;
  background-color: #333333;
  text-align: right;
  padding: 2px;
  margin-top: 0px;
}
div#footer img {
  margin-left: 3px;
  margin-right: 3px;
}
div#footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: small;
  margin-right: 10px;
}
div#footer a:hover {
  color: #ffccff;
}
div#footer span#copyright {
  font-size: x-small;
  color: #ffffff;
  margin-right: 3em;
}

/* ---------------------------------------------------------------------
   バナー
   --------------------------------------------------------------------- */
div#banner {
  width: 100%;
  height: 60px;
  background-color: #1b2680;
  text-align: left;
  margin: 0px;
}

/* ---------------------------------------------------------------------
   メインメニュ−
   --------------------------------------------------------------------- */
div#mainmenu {
  clear: both;
  width: 100%;
  margin: 0px;
  padding-bottom: 20px;
  background-color: #242424;
  overflow: hidden;
  _height: 27px;
}
/* for IE6 */
* html div#mainmenu {
  height: 7px;
}

div#mainmenu ul.menu {
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 7px;
}

div#mainmenu ul.menu li {
  float: left;
  min-width: 94px;
  white-space: nowrap;
  width: 90px;
  height: 7px;
}

div#mainmenu ul.menu li a{
  font-size: 13px;
  line-height: 15px;
  color: #dadada;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  background-color: #242424;
  border-top: solid 1px #555555;
  border-right: solid 1px #070707;
  border-bottom: solid 1px #070707;
  border-left: solid 1px #555555;
  display: block;
  font-weight: bold;
  font-family: "ＭＳ Ｐゴシック",sans-serif;
}
/* for IE6 */
* html div#mainmenu ul.menu li a {
  font-size: 12px;
}

div#mainmenu ul.menu li a:hover {
  color: #111;
  background-color: #f90;
}

div#mainmenu ul.menu li:hover > ul.submenu {
  display: block;
  z-index: 1;
}

div#mainmenu ul.menu li ul.submenu {
  list-style-type: none;
  display: none;
  position: absolute;
}
/* for IE6 */
/*
* html div#mainmenu ul.menu li ul.submenu,
*/
/* for IE7 */
/*
*:first-child+html div#mainmenu ul.menu li ul.submenu {
  margin-left: -46px;
}
*/

div#mainmenu ul.menu li ul.submenu li {
  clear: left;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
/* for IE6 */
* html div#mainmenu ul.menu li ul.submenu li {
  margin-bottom: 0px;
}

div#mainmenu ul.menu li ul.submenu li a {
  font-size: 11px;
  line-height: 1.3em;
  text-align: left;
  border-top: solid 1px #555555;
  border-right: solid 1px #070707;
  border-bottom: solid 1px #070707;
  border-left: solid 1px #555555;
  background-color: #343434;
  width: 130px;
  font-family: "ＭＳ Ｐゴシック",sans-serif;
}
/* for IE6 */
* html div#mainmenu ul.menu li ul.submenu li a,
/* for IE7 */
*:first-child+html div#mainmenu ul.menu li ul.submenu li a {
  font-size: 10px;
}

div#mainmenu ul.menu li ul.submenu li a:hover {
  color: #111;
  background-color: #f90;
}

/* ---------------------------------------------------------------------
   サブメニュー０２
   --------------------------------------------------------------------- */
ul#submenu02 {
  width: 100%;
  margin: 0px;
  padding: 10px;
  height: 29px;
  font-size: 14px;
}
ul#submenu02 li {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul#submenu02 li a {
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 3px;
  color: #444;
}

/* ---------------------------------------------------------------------
   左ブロック
   --------------------------------------------------------------------- */
div.block_left {
  float: left;
  width: 50%;
}

/* ---------------------------------------------------------------------
   右ブロック
   --------------------------------------------------------------------- */
div.block_right {
  float: right;
/*
  width: 50%;
*/
}

/* ---------------------------------------------------------------------
   メイン部
   --------------------------------------------------------------------- */
div#main {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  clear: both;
  background: url('/images/side_bg.gif') repeat-y top left;
}

div#main_title {
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #000000;
  text-indent: 80px;
  font-weight: bold;
  font-size: 14pt;
}
div#main_title div#main_title_text {
}
div#main_title div#main_title_back {
  position: relative;
  top: -65px;
  left: 15px;
  z-index: -1;
  line-height: 0px;
  color: #f0f0f0;
  font-size: 30pt;
}

div#main_contents {
  padding-left: 100px;
  padding-top: 20px;
  color: #000000;
}
div#main_contents h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
  font-size: large;
  font-weight: bold;
  background-color: #c6c3c6;
}
div#main_contents h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: medium;
  font-weight: bold;
}
div#main_contents p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-indent: 1em;
}
div#main_contents ol {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 1em;
}
div#main_contents ol li {
  list-style-position: outside;
  line-height: 150%;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: small;
}
div#main_contents ul li a {
  color: #000000;
  text-decoration: none;
}
div#main_contents ul li a:hover {
  color: #ff0000;
}

div.product {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0px;
}
div.product_title {
  height: 27px;
}
div.product_main {
  height: 88px;
}

ul.product {
  line-height: 200%;
  margin-top: 20px;
}
ul.product li {
  list-style-image: url('../images/content/triangle.gif');
}
ul.product li:hover {
  list-style-image: url('../images/content/triangle_orange.gif');
}
ul.product li a {
  text-decoration: none;
  color: #0033ff;
  font-weight: bold;
}
ul.product li a:hover {
  color: #ff0000;
}
ul.product li a:visited {
  color: #9900cc;
}

table.list {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0px;
  border-left: 1px solid #b5c3ef;
  border-top: 1px solid #b5c3ef;
  border-right: 1px solid #001c73;
  border-bottom: 1px solid #001c73;
}
table.list th {
  background-color: white;
}
table.list th,td {
  border-left: 1px solid #8c8e8c;
  border-top: 1px solid #8c8e8c;
  border-right: 1px solid #c6c3c6;
  border-bottom: 1px solid #c6c3c6;
  padding: 3px;
}
table.list td.head {
  border-top: 1px solid #77cc66;
  border-right: 1px solid #3d5c51;
  border-bottom: 1px solid #3d5c51;
  border-left: 1px solid #77cc66;
  background-color: #337326;
  color: #f0f0a8;
  font-weight: bold;
  text-align: center;
}
table.list td.aqua {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #7ba4ce;
  border-bottom: 1px solid #7ba4ce;
  border-left: 1px solid #ffffff;
  background-color: #e4f2ff;
  color: #333;
}
table.list td.blue {
  border-top: 1px solid #ccf3ff;
  border-right: 1px solid #0099cc;
  border-bottom: 1px solid #0099cc;
  border-left: 1px solid #ccf3ff;
  background-color: #99e6ff;
  color: #333;
}
table.list td.center {
  text-align:center;
}
table.list td.left {
  text-align:left;
}
table.list td.right {
  text-align:right;
}
table.list td.bold {
  font-weight: bold;
}
table.list td.nowrap {
  white-space: nowrap;
}
table.list a:hover {
  color: #ff0000;
}

div#title {
  width: 630px;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #666666;
}

div#subtitle {
  width: 630px;
  color: #333399;
  font-size: 140%;
  font-weight: bold;
  line-height: 150%;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

div#maincontents {
  width: 630px;
  margin-top: 10px;
  margin-left: 90px;
}

/* ---------------------------------------------------------------------
   サイトマップ
   --------------------------------------------------------------------- */
/* --------     Top Level --------- */
#sitemap {
  margin: 0;
  margin-top: 50px;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  float: left;
  width: 100%;
  font-family: Gotham, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}
#sitemap ol,
#sitemap ul {
  list-style: none;
}
#sitemap a {
  text-decoration: none;
}
#sitemap #home {
  display: block;
  float: none;
  background: #ffffff url('../images/sitemap/L1-left.png') center bottom no-repeat;
  position: relative;
  z-index: 2;
  padding: 0 0 30px 0;
}
#sitemap li {
  margin: 0;
  width: 50%;
  float: left;
  background: url('../images/sitemap/L1-center.png') center top no-repeat;
  padding: 30px 0;
  margin-top: -30px;
}
#sitemap li a {
  margin: 0 20px 0 0;
  padding: 10px 0;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: black;
  background: #c3eafb url('../images/sitemap/white-highlight.png') top left repeat-x;
  border: 2px solid #b5d9ea;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
  -moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */
}
#sitemap li a:hover {
  background-color: #e2f4fd;
  border-color: #97bdcf;
}
#sitemap li:last-child {
  background: url('../images/sitemap/L1-right.png') center top no-repeat;
}
#sitemap li a:link:before,
#sitemap li a:visited:before {
        color: #78a9c0;
}

/* --------     Second Level --------- */
#sitemap li li {
  width: 100%;
  clear: left;
  margin-top: 0;
  padding: 10px 0 0 0;
  background: url('../images/sitemap/vertical-line.png') center bottom repeat-y;
}
#sitemap li li a {
  background-color: #cee3ac;
  border-color: #b8da83;
}
#sitemap li li a:hover {
  border-color: #94b75f;
  background-color: #e7f1d7;
}
#sitemap li li:first-child {
  padding-top: 30px;
}
#sitemap li li:last-child {
  background: url('../images/sitemap/vertical-line.png') center bottom repeat-y;
}
#sitemap li li a:link:before,
#sitemap li li a:visited:before {
  color: #8faf5c;
}

/* --------     Third Level --------- */
#sitemap li li ul {
  margin: 10px 0 0 0;
  width: 100%;
  float: right;
  padding: 9px 0 10px 0;
  background: #ffffff url('../images/sitemap/L3-ul-top.png') center top no-repeat;
}
#sitemap li li li {
  background: url('../images/sitemap/L3-center.png') left center no-repeat;
  padding: 5px 0;
}
#sitemap li li li a {
  background-color: #fff7aa;
  border-color: #e3ca4b;
  font-size: 12px;
  padding: 5px 0;
  width: 80%;
  float: right;
}
#sitemap li li li a:hover {
  background-color: #fffce5;
  border-color: #d1b62c;
}
#sitemap li li li:first-child {
  padding: 15px 0 5px 0;
  background: url('../images/sitemap/L3-li-top.png') left center no-repeat;
}
#sitemap li li li:last-child {
  background: url('../images/sitemap/L3-bottom.png') left center no-repeat;
}
#sitemap li li li a:link:before,
#sitemap li li li a:visited:before {
  color: #ccae14;
  font-size: 9px;
}

div.map {
  width: 500px;
  height: 400px;
  border: 2px solid #ff9900;
  margin: 3px;
}

/* ---------------------------------------------------------------------
   会社案内テーブル
   --------------------------------------------------------------------- */
table#outline {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-left: 1px solid #b5c3ef;
  border-top: 1px solid #b5c3ef;
  border-right: 1px solid #001c73;
  border-bottom: 1px solid #001c73;
}

table#outline td,th {
  border-left: 1px solid #8c8e8c;
  border-top: 1px solid #8c8e8c;
  border-right: 1px solid #c6c3c6;
  border-bottom: 1px solid #c6c3c6;
  padding: 3px;
}

table#outline td.head {
  width: 100px;
  vertical-align: top;
  font-weight: bold;
}

table.skelton {
  border-style: none;
}

table#outline td table.skelton td {
  border-style: none;
  vertical-align: top;
  padding: 3px;
}

/* 2010.07.16 add start*/
table#outline-gyomunaiyo {
  border-color: transparent;
  margin-top: 10px;
  margin-bottom:10px;
  margin-left:15px;
  margin-right:15px;
  border-collapse: collapse;
}

/*オレンジ・みどり系*/
table#outline-gyomunaiyo th {
  border-left: 1px solid #8c8e8c;
  border-top: 1px solid #8c8e8c;
  border-right: 1px solid #c6c3c6;
  border-bottom: 1px solid #c6c3c6;
  background-color: #FC904E;
  color: #FCF8D0;
  padding-top: 10px;
  padding-bottom:10px;
  white-space: nowrap;
}

td.gyomunaiyo {
  border-left: 1px solid #8c8e8c;
  border-top: 1px solid #8c8e8c;
  border-right: 1px solid #c6c3c6;
  border-bottom: 1px solid #c6c3c6;
  padding-top: 5px;
  padding-bottom:5px;
  white-space: nowrap;
  background-color: #8BCF5F;
  color: #000000;
  font-weight: bold;
}

ul#list-gyomunaiyo li {
  white-space: nowrap;
  list-style-type: circle;
  list-style-position: inside;
  float: left;
}

/* 2010.07.16 add end*/

td.leftimage {
	width:70px;
}

td.centerimage {
	width:20px;
}

td.rightimage {
	width:610px;
}

td.toptitle {
	color:#CCCC66;
	font-size:25px;
	font-weight:600;
	letter-spacing:3px;
}

td.topnew {
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	line-height:150%;
}

a.new:hover {
	color:#ffffff;
	font-size:14px;
}
a.new:link {
	color:#FDC689;
	font-size:14px;
} 
a.new:visited {
	color:#FDC689;
	font-size:14px;
}
a.new:active {
	color:#FDC689;
	font-size:14px;
}

a.top:hover {
	color:#000000;
	font-size:100%;
}
a.top:link {
	color:#000000;
	font-size:100%;
} 
a.top:visited {
	color:#000000;
	font-size:100%;
}
a.top:active {
	color:#000000;
	font-size:100%;
}

a.product:hover {
	color:#0033ff;
	font-weight:600;
	line-height:150%;
	font-size:100%;
}
a.product:link {
	color:#0033ff; 
	font-weight:600;
	line-height:150%;
	font-size:100%;
}
a.product:visited {
	color:#9900cc;
	font-weight:600;
	line-height:150%;
	font-size:100%;
}
a.product:active {
	color:#0033ff;
	font-weight:600;
	line-height:150%;
	font-size:100%;
}

a.normal:hover {
	color:#0033ff;
	line-height:130%;
}
a.normal:link {
	color:#0033ff; 
	line-height:130%;
}
a.normal:visited {
	color:#9900cc;
	line-height:130%;
}
a.normal:active {
	color:#0033ff;
	line-height:130%;
}

span.dot {
	border-bottom:dotted #cccccc 1px;
	width:500;
}

span.sizeNbb {
	color:#333399;
	font-size:140%;
	line-height:150%;
	font-weight:600;
}

span.sizeNb {
	color:#333399;
	font-size:120%;
	line-height:150%;
	font-weight:600;
}

rt.R {
	font-size:50%;
	color:red;
}

rt.B {
	font-size:50%;
	color:#000000;
}

span.sizeBbb {
	color:#000000;
	font-size:120%;
	line-height:150%;
	font-weight:600;
}

span.sizeBb {
	color:#000000;
	line-height:150%;
	font-weight:600;
	font-size:95%;
}

span.sizeBs {
	color:#000000;
	font-size:80%;
	line-height:150%;
}

td.borderA {
	border-style:solid;
	border-width:1px;
	border-color:#0033cc;
	padding-top:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-left:3px;
}

td.borderR {
	border-style:solid;
	border-width:1px;
	border-color:red;
	padding-top:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-left:3px;
}

td.bgA {
	padding-top:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-left:3px;
	background-color:#99ccff;
}

td.bgLA {
	padding-top:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-left:3px;
	background-color:#e1f2fb;
}

td.bgY {
	border-style:solid;
	border-width:3px;
	border-color:#FFE100;
	padding-top:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-left:3px;
	background-color:#ffffcc;
}

span.sizeR {
	color:red;
	line-height:150%;
	font-size:95%;
}

span.sizeOb {
	color:#ff6600;
	line-height:150%;
	font-weight:600;
	font-size:95%;
}

span.sizeN {
	color:#333399;
	line-height:150%;
	font-weight:600;
	font-size:95%;
}

span.sizeRbb {
	color:red;
	font-size:120%;
	line-height:150%;
	font-weight:600;
}

span.sizeRb {
	color:red;
	line-height:150%;
	font-weight:600;
	font-size:95%;
}

span.sizeObb {
	color:#ff6600;
	font-size:120%;
	line-height:150%;
	font-weight:600;
}

span.sizeAb {
	color:#0099ff;
	line-height:150%;
	font-weight:600;
	font-size:95%;
}

span.sizeAbb {
	color:#0099ff;
	font-size:120%;
	line-height:150%;
	font-weight:600;
}

span.sizeGbb {
	color:#00cc66;
	font-size:120%;
	line-height:150%;
	font-weight:600;
}

span.sizeLO {
	color:#ff9966;
	line-height:150%;
	font-size:95%;
}

div.content_box {
  margin-bottom: 30px;
}
div.content_title {
  padding: 5px;
  font-size: medium;
  font-weight: bold;
  color: #ff0000;
}
div.content_main {
  padding: 5px;
  border: 1px solid blue;
}
div.content_tokutei {
  font-size: x-small;
}
div.content_main ul {
  list-style-position: inside;
}
div.content_headline {
  background-color: #99ccff;
  border: 1px solid red;
  padding: 5px;
  font-weight: bold;
}

div.back_button {
  text-align: right;
}

ul.leftside li {
  float: left;
}

li.leftside {
  float: left;
}

.tright {
  text-align: right;
}
.tleft {
  text-align: left;
}
.tcenter {
  text-align: center;
}

.tsmall {
  font-size: small;
  line-height: 120%;
}
.tmedium {
  font-size: medium;
}
.tlarge {
  line-height: 150%;
  font-size: large;
}

.tred {
  color: red;
}
.tblue {
  color: blue;
}
.tnavy {
  color: #333399;
}
.tbold {
  font-weight: bold;
}
div.tbold ul {
  list-style-position: inside;
  font-weight: normal;
}

.clear {
  clear: both;
}

