@charset "euc-jp";

a:link { color:#2266ff; text-decoration: none; }
a:visited { color:#228800; text-decoration: none; }
a:active { color:#ddff66; text-decoration: none; }
a:hover {color:#ff8855; text-decoration: underline;}


select {
  border: solid 1px #ccc;
}

/* フロート回り込み解除 */
br.clear {
  clear: both;
  display: none;
  font-size: 0px;
  line-height: 0%;
  height: 0px
}

.left{
  text-align:left;
}
.center{
  text-align:center;
}
.right{
  text-align:right;
}

td.nowrap {
white-space: nowrap;
}

.price { color: #ff0000; font-weight: bold; }
.attention { color: #ff0101; }
.mini { font-size: 90%; }


/*ここまでが全体の基本設定*/

/*ここからが表示部の基本設定*/

#wrap {
  width:950px;
  text-align:left;
  margin:0px auto;
}

#wrap760 {
  width:760px;
  text-align:left;
  margin:0px auto;
}

#header {
  background-color:#f30;
  width:950px;
  float:left;
  font-size:100%;
  text-align:left;
  margin:0px 0px 0px 0px;
}
#header a {
  margin:0px 0px 0px 0px;
}
#header p.logo {
  width:341px;
  margin:0px 0px 0px 0px;
  display:inline;
  float:left;
}
#header p.other_img {
  width:211px;
  float:right;
  margin:0px 0px 0px 0px;
  line-height:0px;
}
#header p.other_img img {
  display:block;
}

#header p.other_img a img {
  margin:6px 0px 4px 0px;
  padding:0px 0px 0px 0px;
}

#header_left {
  width:739px;
  float:left;
  font-size:100%;
  text-align:left;
  margin:0px 0px 0px 0px;
}

#header p.head_ban {
  width:398px;
  float:left;
  margin:0px 0px 0px 0px;
  padding:5px 0px 0px 0px;
  text-align:center;
}


/* ヘッダー部リンクボタン */
#information {
  background-color:#fcc;
  width:940px;
  margin:0px 0px 0px 0px;
  padding:6px 0px 6px 10px;
  float: left;
  text-decoration: none;

}
#information p {
  display: inline;
}

#information p img {
  margin:0px 0px 0px 0px;
}


/* 大枠 */
#container {
  background-color:#fff;
  width:950px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  background-image:url(../img/left_bg.gif);
  background-repeat:repeat-y;
}
#container:after {/* firefox背景色表示用 */
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}

/* 左側メニュー */
#left_column {
  background-color:#f30;
  float:left;
  width:170px;
  margin:0px 0px 0px 0px;
  padding:15px 0px 15px 0px;
  text-align: center;
}

#category {
  width:160px;
  margin: 0px 5px 0px 5px;
  padding:0px 0px 0px 0px;
  text-align:left;
  line-height:20px;
}

#category a img {
  margin: 0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

#category .sub a img {
  margin: 0px 0px 4px 0px;
  padding:0px 0px 0px 0px;
}

#category p.text {
  margin: 0px 0px 0px 0px;
  padding: 2px 0px 0px 8px;
  font-size:11px;
  text-align:left;
}

.category150 {
  width:150px;
  text-align:left;
  margin:0px 0px 10px 10px;
  padding:0px 0px 0px 0px;
  line-height:20px;
}

.category150 a:link {
  color:#fff;
  text-decoration:none;
}

.category150 a:visited {
  color:#9f9;
  text-decoration:none;
}

.category150 a:active {
  color:#ff0;
  text-decoration:underline;
}

.category150 a:hover {
  color:#fff;
  text-decoration:underline;
}

.category150 img {
  float:left;
  margin:7px 5px 0px 0px;
  padding:0px 0px 0px 0px;

}

/* メインコンテンツ */
#main_column {
  float: right;
  width: 765px;
  margin:0px 0px 0px 14px;
  padding: 15px 0px 0px 0px;
  text-align:left;
}

#main_column_win {
  float:left;
  width: 760px;
  margin:0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  text-align:left;
}

/* フッター */
#pagetop a {
  width:763px;
  float:right;
  margin: 0px 0px 0px 0px;
  padding: 0px 7px 10px 0px;
  font-size:12px;
  text-align:right;
}


#footer {
  width: 950px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 20px 0px;
  border-top: 2px solid #f30;
  background-color:#fff;
  font-size: 78%;
  color: #333;
  text-align:center;
}

#footer #foot_navi {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  text-align:center;
}

#footer #foot_navi a {
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
}
#footer760 {
  width:760px;
  float: left;
  margin: 20px 0px 0px 0px;
  padding: 5px 0px 20px 0px;
  border-top: 2px solid #f30;
  background-color:#fff;
  font-size: 78%;
  color: #333;
  text-align:center;
}
input,select,textarea {font-size: 12px; color: #5533ff; text-decoration: none; background-color: #ffffff;}

#v {background-color:#ffaa66}
#x{font-size:26px}
#a{font-size:18px; font-weight: bold}
#f{font-size:14px; font-family:'ＭＳ Ｐゴシック', Times, serif}