@charset "UTF-8";

*{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family:Meiryo,"メイリオ", Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka,  "ＭＳ Ｐゴシック", sans-serif;
	line-height: 16px;
	text-align:center;
}
h1,h2,h3,h4,h5,h6,dl { margin:0px;padding:0px; }
p,li,dt,dl { line-height:16px; }
p { margin:0 0 0 0; }
ul li { list-style-type:none; }
a img { border:0; }
a:link {
   color:#95641d;
   text-decoration:underline;
}
a:visited {
   color:#95641d;
   text-decoration:underline;
}
a:hover {
   text-decoration:none;
}
a:active {
   color:#95641d;
}

/* ヘッダー */
#header {
	width:100%;
	margin:0 auto;
	background: url(../img/bgimg_head.gif) repeat-X 0px 0px;
	font-size:10px;
	padding-top:6px;
	padding-bottom:16px;
}
#header #ht {
	width:900px;
	margin:0 auto;
	text-align:left;
}
#header #ht h1 {
	font-size:10px;
	font-weight:normal;
	margin-bottom:30px;
}
#header #ht img {
	float:left;
	margin-bottom:15px;
}

/* コンテンツ共通 */
#contents {
	width:900px;
	margin:0 auto;
	clear:both;
	text-align:left;
}
#contents.scamp {
	height:400px;
}
#contents.smonitor {
	height:400px;
}
#contents .detaile a {
	background: url(../img/arrow1.gif) no-repeat 0px 4px;
	_background: url(../img/arrow1.gif) no-repeat 0px 3px;
	padding-left:16px;
}
#pagetop {
	background: url(../img/arrow3.gif) no-repeat 0px 4px;
	font-size:10px;
	float:right;
	padding-left:10px;
	width:80px;
	margin-top:30px;
}
.btn a {
	margin-top:2px;
	display:block;
	width:144px;
	height:35px;
	background: url(../img/btn_shopping.gif) no-repeat 0px -35px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	float:left;
}
.btn a:hover {
	background: url(../img/btn_shopping.gif) no-repeat 0px 0px;
}

#contents #comingsoon {
	text-align:center;
	margin-top:40px;
	font-size:14px;
	line-height:20px;
}

/* フッター */
#footer {
	width:100%;
	height:124px;
	margin:0 auto;
	background: url(../img/bgimg_foot.gif) repeat-X 0px 0px;
	clear:both;
	margin-top:20px;
}
#footer #ft {
	width:900px;
	margin:0 auto;
	text-align:left;
}
#footer #ft #finfo {
	float:left;
}
#footer #ft #finfo #proinfo {
	width: 277px;
	height:21px;
	background-image: url(../img/fl_product.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px 0px;
	margin-top:23px;
	margin-bottom:8px;
}
#footer #ft #finfo p {
	background: url(../img/arrow2.gif) no-repeat 0px 3px;
	padding-left:16px;
}
#footer #ft #finfo img {
	margin-top:8px;
}

/* フッターナビゲーション */
#footer #f-navi{
	height: 20px;
	display: block;
	float:right;
	margin-top:10px;
}
#footer #f-navi ul {
	padding:0px;
	margin:0px;
}
#footer #f-navi li {
	display: block;
	height: 20px;
	margin-left: 4px;
	float: left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#footer #f-navi a {
	display: block;
	height: 20px;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#footer #f-navi .company,
#footer #f-navi .company a{
	width: 75px;
	background-image: url(../img/fnavi_company.gif);
}
#footer #f-navi .privacy,
#footer #f-navi .privacy a{
	width: 158px;
	background-image: url(../img/fnavi_privacy.gif);
}
#footer #f-navi .sitemap,
#footer #f-navi .sitemap a{
	width: 99px;
	background-image: url(../img/fnavi_sitemap.gif);
}

#footer #ft #logo {
	float:right;
	text-align:right;
	margin-top:39px;
}
#footer #ft #logo img {
	margin-bottom:5px;
}


.clear {
   clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}