@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper #container #contents #main .price {
	width: 600px;
	clear: both;
	border: 6px solid #E7E7E7;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	color: #1E1E1E;
	background-image: url(img/body_back.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	float: right;
	width: 660px;
}


	
#logo {
	display: block;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 219px;
	float: left;
}
#wrapper #header h1 {
}

#side_l {
	float: left;
	width: 220px;
}
#wrapper #container {
	clear: both;
}
#wrapper #header h1 {
	float: right;
	width: 250px;
	color: #999;
}
#top_tel {
	float: right;
	clear: right;
}


#logo a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}
#navi {
	float: right;
	width: 500px;
}
#footer {
	clear: both;
	color: #039;
	height: 30px;
	background-color: #039;
}

#navi li {
	display: block;
	float: left;
}
#navi li a {
	display: block;
	height: 100%;
	width: 100%;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#main #catch img {
	margin: 9px;
}
#main #catch {
	margin: 10px;
}
#wrapper #container #contents #main h2 {
	background-image: url(img/h2_back.gif);
	height: 36px;
	width: 630px;
	line-height: 36px;
	font-weight: bold;
	color: #2F6DD7;
	font-size: 130%;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 10px;
}
#wrapper #container #contents #main .itemimage {
	float: left;
	height: 150px;
	width: 300px;
	margin: 15px;
}
#main .clear {
	clear: both;
}
