@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

img {
  border: 0;
}


/* -------------------------------- フォントスタイル・サイズ */
body {
  font-size: 0.8em;
  text-align: center;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
  padding: 0;
  margin: 0;
}

form { margin: 0px; }


/* --------------------------------------- ページレイアウト */

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 95%;
  border: 1px solid #cccccc;
}

#header {
  padding: 0px 0px 0px 0px;
  height: 100px;
  border-bottom: 1px solid #cccccc;
  background:url(../sozai2/header-bg.jpg) right no-repeat;
}

#globalnavi {
  width: 100%;
  position: relative;
}

#container {
  float: right;
  width: 100%;
  margin-left: -210px;
}

#contents {
  margin-left: 210px;
  padding: 3em 30px 4em 29px;
  border-left: 1px solid #cccccc;
}

#container0 {
  width: 100%;
}

#contents0 {
  padding: 3em 30px 4em 29px;
}

#sidebar {
  float: left;
  width: 190px;
  padding: 3em 10px 2em;
  background: url(../sozai2/sidemenu-bg.gif) left repeat;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  border-top: 1px solid #cccccc;
}

#pagetop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  text-align: right;
}

/* ------------------------------------------------ #header */

h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

.logo {
  font-size: 1em;
  margin-bottom: 0.5em;
}

.logo a {
  text-decoration: none;
  background-color: #ffffff;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}

.description {
  font-size: 0.9em;
  padding: 0.1em 1em;

}

/* -------------------------------------------- #globalnavi */

#globalnavi ul {
  width: 100%;
  list-style-type: none;
  position: absolute;
  background-color: #000099;
}

#globalnavi li {
  width: auto;
  float: right;
  border-left: 2px groove #cccccc;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.3em 0.5em;
  background-color: #000099;
  color: #ffffff;
}

#globalnavi li a:hover {
  background-color: #000099;
  color: #ff0000;
}

/* ----------------------------------------------- #subnavi */

#subnavi ul {
  width: auto;
  list-style-type: none;
  position: relative;
  left: -20px;
  top: 10px;

}

#subnavi li {
  width: auto;
  float: left;
  border: 1px solid #999999;
  _background-color: #ebeefa;
  background-color: #eeeeee;
  padding: 0px;
  margin: 1px;
}

#subnavi li a {
  text-decoration: none;
  display: block;
  padding: 3px 5px 3px 5px;
  color: #000099;
  border-left: 4px solid #000099;
}

#subnavi li a:hover {
  color: #ff0000;
  border-left: 4px solid #ff0000;
}


/* ---------------------------------------------- #contents */

/* -- h2 -- */
h2 {
  font-size: 1.2em;
  color: #000000;
  background-color: #eeeeee;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding: 5px 0px 5px 5px;
  border-left: 10px solid #000099;
  border-bottom: 1px solid #000099;
  border-top: 1px solid #000099;
  border-right: 1px solid #000099;
}

/* -- h3 -- */
h3 {
  font-size: 1.1em;
  color: #000000;
  background-color: #ebeefa;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding: 2px 0px 2px 5px;
  border-left: 5px solid #000099;
}

/* -- 文字 -- */
#contents p {
  line-height: 1.4em;
  margin-bottom: 0.4em;
}

#contents0 p {
  line-height: 1.4em;
  margin-bottom: 0.4em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 1em;
}

#contents0 .topic-path {
  line-height: 1em;
  margin-bottom: 1em;
}

/* -- リスト -- */
#contents ul {
  margin: 0.8em 0 0.8em 20px;
}

#contents0 ul {
  margin: 0.8em 0 0.8em 20px;
}

#contents ol {
  margin: 0.8em 0 0.8em 30px;
}

#contents0 ol {
  margin: 0.8em 0 0.8em 30px;
}

#contents li {
  margin-bottom: 0.2em;
}

#contents0 li {
  margin-bottom: 0.2em;
}

#contents .koe li {
  list-style-image: url(../sozai2/koe.gif);
}

#contents .b2 li {
  list-style-image: url(../sozai2/b2.gif);
}

#contents dl {
  margin: 0.8em 0 0.8em 20px;
}

#contents dt {
  width : 130px;
  padding-bottom : 5px;
  float : left;
  clear : both;
}

#contents dd {
  padding-left: 120px;
  padding-bottom : 5px;
}


/* -- ブロック リスト -- */
#contents .list-block {
  margin: 0 0;
  padding: 0.2em 0.2em;
  border: solid 1px #c0c0c0;
}

#contents .list-title {
  height: 24px;
  text-align: center;
  vertical-align: middle;
  margin: 0 0;
  padding: 0.2em 0.2em;
  border: solid 1px #c0c0c0;
  background-image: url(../sozai2/bg60.gif);
  white-space: nowrap;
  font-size: 1.1em;
  font-weight: bold;
}


/* -- その他 -- */
#contents hr {
  color: #cccccc;
  height: 1px;
  margin-bottom: 0.4em;
}

#contents0 hr {
  color: #cccccc;
  height: 1px;
  margin-bottom: 0.4em;
}


/* --------------------------------------------- #サイドバー */

/* -- カテゴリタイトル -- */
.sidetitle {
  width: 180px;
  text-align: center;
  padding: 0.2em 0.2em;
  border: solid 1px #000099;
  background-color: #000099;
  color: #ffffff;
  margin-top: 0.5em;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
}

.localnavi li {
  display: inline;
}

.localnavi a {
  text-decoration: none;
  display: block;
  width: 180px;
  padding: 0.2em 0.2em;
  background-color: #ffffff;
  color: #000099;
  border-left: 1px solid #000099;
  border-right: 1px solid #000099;
  border-bottom: 1px solid #000099;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #cccccc;
  color: #ff0000;
  border-left: 1px solid #000099;
  border-right: 1px solid #000099;
  border-bottom: 1px solid #000099;
}

.sidespace {
  width: 180px;
  padding: 0.2em 0.2em;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000099;
}

.user-btn a {
  display: block;
  margin: 0 0 2px 3px;
  padding: 0;
  color: #0000ff;
  width: 180px;
  height: 60px;
  text-decoration: none;
  background: url(../sozai2/user-b1.gif) left no-repeat;
}

.user-btn a:hover {
  color: #ff0000;
  text-decoration: underline;
  background: url(../sozai2/user-b2.gif) left no-repeat;
  font-weight: bold;
}

.hatjimete-btn a {
  display: block;
  margin: 0 0 2px 3px;
  padding: 0;
  color: #0000ff;
  width: 180px;
  height: 40px;
  text-decoration: none;
  background: url(../sozai2/hajimete-b1.gif) left no-repeat;
}

.hatjimete-btn a:hover {
  color: #ff0000;
  text-decoration: underline;
  background: url(../sozai2/hajimete-b2.gif) left no-repeat;
  font-weight: bold;
}

.search-btn a {
  display: block;
  margin: 0 0 2px 3px;
  padding: 0;
  color: #0000ff;
  width: 180px;
  height: 40px;
  text-decoration: none;
  background: url(../sozai2/kensaku-b1.gif) left no-repeat;
}

.search-btn a:hover {
  color: #ff0000;
  text-decoration: underline;
  background: url(../sozai2/kensaku-b2.gif) left no-repeat;
  font-weight: bold;
}

.faxorder-btn a {
  display: block;
  margin: 0 0 2px 3px;
  padding: 0;
  color: #0000ff;
  width: 180px;
  height: 60px;
  text-decoration: none;
  background: url(../sozai2/fax-b1.gif) left no-repeat;
}

.faxorder-btn a:hover {
  color: #ff0000;
  text-decoration: underline;
  background: url(../sozai2/fax-b2.gif) left no-repeat;
  font-weight: bold;
}

.kaisyu-btn a {
  display: block;
  margin: 0 0 2px 3px;
  padding: 0;
  color: #0000ff;
  width: 180px;
  height: 60px;
  text-decoration: none;
  background: url(../sozai2/kaisyu-b1.gif) left no-repeat;
}

.kaisyu-btn a:hover {
  color: #ff0000;
  text-decoration: underline;
  background: url(../sozai2/kaisyu-b2.gif) left no-repeat;
  font-weight: bold;
}


/* ------------------------------------------------- #footer */

#footer p {
  text-align: center;
}


/* -------------------------------------------------- #table */

/* tableメーカー一覧 */
#dbmaker table {
  width: 100%;
  margin: 0 auto 0 auto;
  border-collapse: collapse;
}

#dbmaker td {
  width: 14%;
  height: 25px;
  border: solid 1px #000099;
  background-color:#eeeeee;
  background: url(../sozai2/dbmaker-bg.gif) left repeat;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  white-space: nowrap;
}

#dbmaker a {
  display: block;
  line-height: 25px;
  text-decoration: none;
  border-left: 3px solid #eeeeee;
  color: #000099;
  font-weight: bold;
}

#dbmaker a:hover {
  text-decoration: none;
  border-left: 3px solid #FF0000;
  color: #ff0000;
  font-weight: bold;
}


/* table商品一覧 */
#dbtable table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

#dbtable td {
  border: solid 1px #cccccc;
  padding: 2px 4px;
}

#dbtable .dbheder {
  color: #FFFFFF;
  background-color:#3D59A5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#dbtable .dbheder1 {
  color: #000000;
  background-color:#ECF9FF;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#dbtable .l_y{ background-color: #FFFFCA; }
#dbtable .l_m{ background-color: #FFECFF; }
#dbtable .l_c{ background-color: #ECF9FF; }
#dbtable .l_g{ background-color: #E1FFE1; }
#dbtable .td0{ background-color: #FFFFFF; }
#dbtable .td1{ background-color: #E8F0FF; }

#dbtable td.left { text-align: left; }

#dbtable .td1{ background-color:#E8F0FF; }


/* table共通フッター */
#comfooter table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

#comfooter td {
  border: solid 1px #9AACDA;
  padding: 2px 2px;
  white-space: nowrap;
}

#comfooter td.comfoottitle {
  color:#FFFFFF;
  font-size: 1.4em;
  background-color:#9AACDA;
  background-position: center center;
  padding: 4px 6px;
  font-weight: bold;
  text-align: center;
}

#comfooter td.footin {
  background-color: #EBEEFA;
  text-align: left;
  padding: 8px 8px;
}

#comfooter td.footmain {
  border: solid 1px #9AACDA;
  padding: 12px 8px;
  white-space: nowrap;
}


/* tableサイドバー */
#sidebar table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

#sidebar td {
  padding: 2px 2px;
}

#sidebar td.noline{
  border: solid 0px #ffffff;
  padding: 2px 2px;
}



/* table ボーダーあり */
#comtable table {
  _width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

#comtable td {
  border: solid 1px #9AACDA;
  padding: 8px 8px;
  text-align: left;
}

#comtable td.title {
  background-color: #EBEEFA;
}

#comtable td.header {
  color: #FFFFFF;
  background-color:#3D59A5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#comtable td.black {
  color: #FFFFFF;
  background-color:#000000;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#comtable td.center {
  text-align: center;
}

#comtable td.left {
  text-align: left;
}

#comtable td.right {
  text-align: right;
}

#comtable td.noline{
  border: solid 0px #ffffff;
}



/* tableボーダー無し */
#noborder table {
  _width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

#noborder td {
  border: solid 1px #ffffff;
  padding: 8px 8px;
}

#noborder td.left {
  text-align: left;
}

#noborder td.center {
  text-align: center;
}

#noborder td.bar-kon {
  background-color: #000099;
  padding: 4px 4px;
}

#noborder td.bg-c {
  background-color: #ECF9FF;
  border: solid 1px #ECF9FF;
  padding: 8px 8px;
}


/* ------------------------------------------- #フォント関連 */

.bold { font-weight: bold; }

.s30-h12-b {
  font-size: 3.0em;
  line-height: 1.2em;
  font-weight: bold;
}

.s20-h12-b {
  font-size: 2.0em;
  line-height: 1.2em;
  font-weight: bold;
}

.s16-h12-b {
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: bold;
}

.s14-h16-b {
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: bold;
}

.s12-h14-b {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
}

.s12-h14 {
  font-size: 1.2em;
  line-height: 1.4em;
}

.s09-h10 {
  font-size: 0.9em;
  line-height: 1em;
}

.s09 {
  font-size: 0.9em;
}

.s08-h10 {
  font-size: 0.8em;
  line-height: 1em;
}

.blue	{ color: #0000ff; }
.blue-b { color: #0000ff;	font-weight: bold; }
.cyan	{ color: #0066CC; }
.cyan-b	{ color: #0066CC;	font-weight: bold; }
.enzi	{ color: #990033; }
.enzi-b	{ color: #990033;	font-weight: bold; }
.gold	{ color: #999900; }
.gold-b	{ color: #999900;	font-weight: bold; }
.green		{ color: #339933; }
.green-b	{ color: #339933;	font-weight: bold; }
.magenta	{ color: #CC0066; }
.magenta-b	{ color: #CC0066;	font-weight: bold; }
.orange		{ color: #ff8000; }
.orange-b	{ color: #ff8000;	font-weight: bold; }
.red	{ color: #ff0000; }
.red-b	{ color: #ff0000;	font-weight: bold; }
.yellow		{ color: #ffff00; }
.yellow-b	{ color: #ffff00;	font-weight: bold; }


.gry999 { color: #999999; }
.gry666 { color: #666666; }

/* 税込み */
.style4 {
  font-size: 0.8em;
  color: #333333;
  line-height: 1.2em;
}


/* ----------------------------------------- #レイアウト関連 */

.area-center {
  text-align: center;
}

.area-right {
  text-align: right;
}

.area-left {
  text-align: left;
}


