@charset "Shift_JIS";

* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a img {
    border-style:none;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* */

body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

/* -------- ƒŒƒCƒAƒEƒg -------- */

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 800px;
  border: 1px solid #666666;
}

#header {
	background: url(images/top.jpg) no-repeat left top;
	height: 180px;
	position: relative;
	width:100%;
}

#container {
  width: 100%;
  padding-top: 4em;
}

#contents { padding: 0 50px 2em; }

#footer {
  padding: 1em 0 1.5em;
  border-top: 1px solid #666666;
}


/* --------- header -------- */

div#header h1 {display: none; }



/* --------- contents -------- */

h2 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 {
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 5px 0 5px 5px;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

div#contents p {
  font-size: 0.95em;
  line-height: 1.6em;
  margin: 0 1em 0.5em 1.5em;
}


div#contents .floater{
	margin-top:40px;
	margin-left:0;
	padding:20px;
	position:relative;
	width:700px;
}
div#contents .floater li{
	height:113px;
	float:left;
	list-style:none;
}
div#contents .floater li a{
	width:242px;
	height:77px;
	float:left;
	text-indent:-8000px;
	overflow:hidden;
}
div#contents .floater li a.sampleA {background:url(images/produce_btnA.gif) no-repeat 0 0;width:242px;}
div#contents .floater li a.sampleB {background:url(images/produce_btnB.gif) no-repeat 0 0;width:242px;	margin-left:170px;}



/* --------- footer -------- */
#footer p { text-align: center; }
