/* ===============================================
 全体指定
 =================================================*/
* {
  margin:0;
  padding:0;
  font-size:99%;
  font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

ul {
  list-style:none;
}

a {
  color:blue;
  text-decoration:none;
}

a:hover,a:active,a:visited {
  text-decoration:underline;
}

img {
  border:0;
}
/* ===============================================
 コンテナ
 =================================================*/

#base {
  width:730px;
  margin:0 auto;
}

#container {

}

/* ===============================================
 ヘッダー部
 =================================================*/
#header {

}

h1 {
  background:url(../img/logo.gif) no-repeat;
  width:730px;
  height:80px;
}

h1 a {
  display:block;
  width:730px;
  height:80px;
  text-indent:-9999px;
}

/* ===============================================
 トップメニュー部
 =================================================*/

#topmenu {
  background:#EEEEEE;
  margin:6px 0 6px; 0;
  padding:2px 0 2px 10px;
  text-align;right;
}

#topmenu ul li {
  display:inline;
  background:url(../img/list_double_arrow.gif) no-repeat left center;
  padding-left:15px;
}

/* ===============================================
 メイン部
 =================================================*/
#main {
  width:515px;
  float:right;
}

#main h2 {
  color:#666666;
  font-size:120%;
  border-bottom:dotted 1px #333333;
}

#main p {
  margin:1em 0;
}

#main strong {
  font-weight:none;
  color:#dc143c;
}

#main dd {
  padding-left:1em;
}

#main .page{
  font-size:90%;
  text-align:center;
}

.price {
  color:#dc143c;
}

table.showcase {
  width:498px;
}

table.showcase td {
  width:166px;
  text-align:center;
}

/* ===============================================
 サイドメニュー部
 =================================================*/
#sidemenu {
  width:200px;
  float:left;
}

#sidemenu .box {
  border:solid 1px #CCCCCC;
  margin:0 0 1em 0;
}

#sidemenu .box h3 {
  border-bottom:dotted 1px #CCCCCC;
  background:url(../img/list_square.gif) no-repeat left center;
  padding:2px 0 2px 15px;
}

#sidemenu .box ul li{
  list-style:url(../img/list_arrow.gif) outside;
  margin-left:2em;
  padding:2px;
}

#sidemenu #search input {
  font-size:90%;
}

#sidemenu #search #keyword {
  display:inline;
  width:120px;
  margin-left:5px;
}

#sidemenu #search #submit {
  font-
  display:inline;
}


/* ===============================================
 フッタ部
 =================================================*/
#footer {
  clear:both;
  text-align:center;
}