@charset "UTF-8";

/*
########################################################
	common
########################################################
*/
* {
  margin: 0;
  padding: 0;
}
a:link {
  color: #0099cc;
  text-decoration: none;
}
a:visited {
  color: #0099cc;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: none;
}
body{
  color: #444444;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.2;
  text-align: center;
  background: #ffffff;
}
img {
  border:none;
  vertical-align:top;
}
p {
  margin-bottom: 10px;
}
.clear {
  clear: both;
}
.left {
  text-align: left;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.red {
  color: #FF0000;
}
.topagetop {
  clear: both;
  float: right;
}
.flame {
  padding: 5px;
  margin-bottom: 5px;
  border: solid 2px #cccccc;
}
/*
########################################################
	all
########################################################
*/
#back {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
#wrapper {
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  position: relative;
}
#title {
  float: left;
  font-size: 12px;
}
.subtitle {
  font-size: 15px;
  color: #009900;
  clear: both;
  margin-top: 10px;
  margin-bottom: 5px;
}
#main {
  float: right;
  width: 600px;
  text-align: center;
  margin-bottom: 10px;
}
#main a {
  text-decoration: underline;
}
#oomidasi {
  text-align: center;
}
.backhome {
  clear: both;
  margin: 10px 0px;
  text-align: center;
}
#pankuzu {
  float: left;
  margin-bottom: 10px;
}
.pagetop {
  clear: both;
  text-align: right;
}
/*
########################################################
	header
########################################################
*/
#headercopy {
  top: 128px;
  right: 0;
  height: 15px;
  color: #000000;
  font-size: 12px;
  position: absolute;
}
#header {
  height: 149px;
  width: 800px;
  text-indent: -700em;
  background: url(http://www.att-style.com/img/header.jpg) no-repeat;
}
#header #logo a {
  float: left;
  width: 400px;
  height: 149px;
  outline: none;
  display: block;
}
#itemcategory {
  margin-bottom: 5px;
  list-style-type: none;
}
#itemcategory li {
  float: left;
}
/*
########################################################
	mainmenu
########################################################
*/
#mainmenu {
  clear: both;
  height: 39px;
  margin-bottom: 5px;
}
#mainmenu li {
  float: left;
  list-style-type: none;
}
#mainmenu li a {
  width: 160px;
  height: 39px;
  outline: none;
  display: block;
  text-indent: -700em;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#mainmenu li a:hover {
  background-position: 0px -39px;
}
a.mainmenu01 {
  background-image: url(http://www.att-style.com/img/btn_attractive.png);
}
a.mainmenu02 {
  background-image: url(http://www.att-style.com/img/btn_shopping.png);
}
a.mainmenu03 {
  background-image: url(http://www.att-style.com/img/btn_voice.png);
}
a.mainmenu04 {
  background-image: url(http://www.att-style.com/img/btn_question.png);
}
a.mainmenu05 {
  background-image: url(http://www.att-style.com/img/btn_contact.png);
}
/*
########################################################
	leftmenu
########################################################
*/
#leftmenu {
  float: left;
  width: 190px;
  height: 25px;
  font-size: 12px;
  text-align: left;
  line-height: 25px;
}
#leftmenu li {
  list-style-type: none;
}
#leftmenu li a {
  width: 190px;
  height: 25px;
  outline: none;
  color: #555555;
  display: block;
  line-height: 25px;
  padding-left: 5px;
  background-color: #ffffff;
  border-bottom: dotted 1px #cccccc;
}
#leftmenu li a:hover {
  color: #ffffff;
  background-color: #e5396e;
}
#contents {
  width: 200px;
  height: 25px;
  text-indent: -700em;
  background: url(../img/bar_contents.gif) no-repeat;
}
#category {
  width: 200px;
  height: 25px;
  text-indent: -700em;
  background: url(../img/bar_category.gif) no-repeat;
}
/*
########################################################
	midashi
########################################################
*/
#midasi {
  margin-bottom: 10px;
}

#midasi h1 {
  color: #FF9900;
  font-size: 20px;    
}

#midasi p {
  text-align: left;    
}
/*
########################################################
	商品配列
########################################################
*/
.item {
  float: left;
  width: 180px;
  height: 210px;
  margin: 2px 3px 2px 3px;
}
.item a img{
  border: solid 2px #ffffff;
}
.item a:hover img{
  border: solid 2px #0099cc;
}
.price {
  clear: both;
  color: #FF0000;
  text-align: center;
  margin-bottom: 10px;
}
/*
########################################################
	stone
########################################################
*/
#catch {
  clear: both;
  text-align: center;
}
#name {
  clear: both;
  text-align: center;
  margin: 10px 0px;
}
#si {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
.expla {
  clear: both;
  color: #009900;
  margin: 5px 0px;
}
/*
########################################################
	footer
########################################################
*/
#footer {
  clear: both;
  width: 800px;
  height: 110px;
  text-align: center;
}