@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #999999;
  background: #FFFFFF url(../images/bg_01.gif);

scrollbar-face-color: #F5F5DC;
scrollbar-shadow-color: #aaaaaa;
scrollbar-highlight-color: #aaaaaa;
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #F5F5DC; 
scrollbar-arrow-color: #aaaaaa;
}

#wrapper {
  width: 740px;
  margin:0 auto 0 auto; text-align:left;
  color: #999999;
  background:  #FFFFFF url(../images/back-body.jpg) repeat-y;
}

img {
  border : none;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #FF4500;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #FF4500;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}
a:hover, a:active {
  color: #F00000;
  text-decoration: underline;
  background: transparent;
  font-weight: bold;
}

.link1 {
	background-image: url(../images/link_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.link2 {
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* ヘッダ
---------------------------------------------------- */
#header {
  padding-top: 0px;
  color: #FFFFFF;
  background: #333333;
}

h1 {
  margin: 0;
  text-align: center;
  width: 740px;
  font-size: 9pt;
  background: #333333;
}
h1 img {
  vertical-align: bottom;
}

/* ページ本体
---------------------------------------------------- */
#pagebody {
  clear: both;
  position: relative;
  width: 740px;			/* ■IE用バグ対策 */
  padding-top: 0px;
}

/* コンテンツ
---------------------------------------------------- */
#contentm {
  padding: 0px;
  width: 740px;	
  height: 36px;
  background:  #FAF0E6 url(../images/menu_bg.jpg)  no-repeat;
}

#content {
  padding: 0.1em 0 2.0em;
  margin-left: 45px;
  margin-right: 45px;
  border-bottom: 1px solid #666666;
  color: #333333;
  font-size: 9pt;
}

#content p {
  font-size: 9pt;
  line-height: 150%;
  color: #333333;
  margin-left: 10px;
  margin-right: 10px;
  background: transparent;
}

#content h2 {
  font-size: 9pt;
  width: 650px;
  color: #666666;
  padding-left:0.5em; border-bottom: 1px solid #666666;
  padding: 0em 0em 0em 0em;
}

#content h3 {
font-size:medium; color:#1E90FF; padding-left:0.3em; border-bottom: 1px solid #CCCCCC; padding: 0.0em 0 0.1em 0.1em; width: 530px;
}

#content td {
  font-size: 9pt;
}

.news  {
  padding: 10px;
  font-size: 9pt;
  color: #333333;
  line-height:150%;
}


.box1 {
	background-color: #FFFFFF;
	border: 1px solid #666666;
        width: 645px;
        font-size: 9pt;
	padding: 0px;
}

.box2 {
	background-color: #FFFFFF;
	border: 1px solid #666666;
        width: 640px;
        font-size: 9pt;
        line-height:150%;
	padding: 5px;
}

.scrollsell {
  overflow: auto;
  background-color: #FFFFFF;
  border: 1px solid #666666;
  width: 645px;
  height: 500px;
  padding: 0px;
  font-size: 9pt;
  line-height:150%;
  color: #666666;
  border-collapse: collapse;
}

.txt01 {
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}

.txt02  {
  padding: 0.1em 0.1em 0.1em 0.5em;
  font-weight: bold;
  font-size: 9pt;
  color: #333333;
  background: #f1f1ed;
}

.txt03  {
  padding: 0.1em 0.1em 0.1em 0.5em;
  font-weight: bold;
  font-size: 9pt;
  color: #333333;
  background: #66CCFF;
}

.scrollsell2 {
  overflow: auto;
  border: 1px solid #666666;
  width: 645px;
  height: 160px;
  padding: 0px;
  font-size: 9pt;
  line-height:150%;
  color: #666666;
  border-collapse: collapse;
}


/* テーブル1
---------------------------------------------------- */
table#shipto {
  margin: 18px 0 8px 0;
  width: 620px;
  border-top:    1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-collapse: collapse;
}
table#shipto th {
  padding: 0.5em 1em 0.5em 0.5em;
  width: 8em;
  font-weight: bold;
  font-size: 9pt;
  color: #444444;
  background: #FFE4C4;
}
table#shipto td {
  padding: 0.5em 0 0.5em 0.5em;
  font-size: 9pt;
}
table#shipto th, table#shipto td {
  border-bottom: 1px solid #aaaaaa;
}
table#shipto caption {
  padding-bottom: 0.3em;
  text-align: left;
  font-weight: bold;
  color: #ff7400;
  background: transparent;
}

table#pr {
  margin: 18px 0 8px 0;
  border-top:    1px dotted #aaaaaa;
  border-bottom: 1px dotted #aaaaaa;
  width: 620px;
  border-collapse: collapse;
}
table#pr th {
  padding: 0.5em 1em 0.5em 0.5em;
  font-weight: normal;
  font-size: 9pt;
  color: #444444;
  background: #f1f1ed;
}
table#pr td {
  padding: 0.5em 0 0.5em 0.5em;
  font-size: 9pt;
}
table#pr th, table#pr td {
  border-bottom: 1px dotted #aaaaaa;
}
table#pr caption {
  padding-bottom: 0.3em;
  text-align: left;
  font-weight: bold;
  color: #ff7400;
  background: transparent;
}

/* ナビゲーション
---------------------------------------------------- */
#navigation {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 740px;
  background: #000000;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation li {
position: absolute;
  top: 0px;
  display: block;
  margin: 0;
  padding: 0;
  width: 165px;
  height: 36px;
  text-indent: -9999px;
}
#navigation li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  width: 165px;
  height: 30px;
}

#navigation li#profile    {left: 40px;
  background: url(../images/nav_1_off.jpg) no-repeat;
}
#navigation li#about      {left: 205px;
  background: url(../images/nav_2_off.jpg) no-repeat;
}

#navigation li#eea    {left: 370px;
  background: url(../images/nav_3_off.jpg) no-repeat;
}
#navigation li#rb      {left: 535px;
  background: url(../images/nav_4_off.jpg) no-repeat;
}



/* マウスオーバー時の指定
---------------------------------------------------- */
#navigation li#profile  a:hover    {left: 40px;
  background: url(../images/nav_1_on.jpg) no-repeat;
}
#navigation li#about  a:hover    {left: 205px;
  background: url(../images/nav_2_on.jpg) no-repeat;
}
#navigation li#eea  a:hover    {left: 370px;
  background: url(../images/nav_3_on.jpg) no-repeat;
}
#navigation li#rb  a:hover    {left: 535px;
  background: url(../images/nav_4_on.jpg) no-repeat;
}


#navigation address {
  margin: 0;
  padding: 1em 0 0 1px;
  border-top: 1px solid #cccccc;
  font-style: normal;
  font-size: x-9pt;
  text-transform: uppercase;
  line-height: 1.5;
  color: #666666;
  background: transparent;
}

/* フッタ
---------------------------------------------------- */
#footer ul {
  margin: 0;
  padding-right: 31px;
  list-style: none;
}
#footer li {
  margin: 9px 0 10px 9px;
  padding: 0;
  height: 19px;
  text-indent: -9999px;
}
#footer li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 28px;
}
#footer li#info    {
  float: right;
  width: 65px;
  background: url(../images/info.gif) no-repeat;
}
#footer li#eea {
  float: right;
  width: 141px;
  height: 24px;
  background: url(../images/eea.gif) no-repeat;
}
#footer li#privacy {
  float: right;
  width: 75px;
  background: url(../images/privacy.gif) no-repeat;
}
#footer p {
  clear: right;
  margin: 0;
  padding: 1em 0px 1em 0;
  width: 740px;
  text-align: right;
  text-transform: uppercase;
  font-size: 8pt;
  color: #ffffff;
  background: #336699;
}

#footer p a {
  color: #FFFFFF;
  font-weight: bold;
  background: transparent;
}
#footer p a:visited {
  color: #FFFFFF;
  font-weight: bold;
  background: transparent;
}
#footer p a:hover, a:active {
  color: #FF00FF;
  background: transparent;
}
