@charset "UTF-8";

/* CSS Document */

/* --------------------------------------------------------
	1.Setting
	2.Header
	3.Navigation
	4.Main
	5.Footer
-------------------------------------------------------- */


/* --------------------------------------------------------
	1.Setting
-------------------------------------------------------- */

/*/////SETTING/////*/
*{ margin: 0px; padding: 0px; }

h1,h2,h3,h4,h5,h6 {}

body {
   margin:0;
   padding:0;
   background:#FFFFFF;
   font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
   color: #000000;
   line-height: 1.2em;
}

br {
   letter-spacing:normal;
}

.new {
	color: #FFF;
	background: #F36;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 10px;
	padding: 1px;
}

div#wrapper {
   width:757px;
   margin:0 auto;
   background:#fff;
}

.clear { clear: both; }

blockquote {
	border:1px solid #CCCCCC;
	background:#EFEFEF;
	padding: 10px 10px 0px 10px;
	margin: 10px 0px;
}

.attention {
	color:#FF0066;
	font-size:11px;
	line-height:1.3em;
}

/*/////BORDER/////*/
img { 
	border-width:0;
	line-height:0;
	vertical-align:top;
}

hr { display:none; }

/*/////FONT WEIGHT/////*/
strong,
strong a { font-weight:bolder; }
em,
em a { font-weight:bolder; }

/*/////LIST-STYLE-TYPE/////*/
ul { list-style-type:disc; }
ol { list-style-type:decimal; }

/*/////LINK/////*/
a:link,
a:visited {
	color:#333333;
	text-decoration:underline;
	border:none;
}

a:hover,
a:active {
	color:#FFFFFF;
	background:#433434;
	text-decoration:none;
	border:none;
}


/*LAYOUT*/

/* 回り込み解除 */
div#content:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* --------------------------------------------------------
	2.Header
-------------------------------------------------------- */
div#header {
   width:757px;
   background:#fff;
}

#headerwrapp {
	margin:10px 0px;
}

#headerimage {
	float:left;
	vertical-align: top;
}

#contact {
	float:right;
}

div#header {
   margin:0;
   padding:0;
   font-size:2em;
   color:#000;
   line-height:20px;
}

div#header a {
   color:#000;
}

div#header a:hover {
   color:#535D57;
}

div#header h1 {
	color:#333333;
	font-size: 10px;
}
/* --------------------------------------------------------
	3.Navigation
-------------------------------------------------------- */
div#menu {
   width:757px;
   margin-bottom:15px;
}

div#content {
   width:757px;
   height: auto;
}

div#headerimg {
   width:757px;
}

div#menu ul {
   width:756px;
   margin:0;
   padding:1px 0 1px 1px;
   background:#000;
}

div#menu li {
   float:left;
   font-size:0.75em;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:107px;
   margin-right:1px;
   padding:5px 0;
   color:#fff;
   background:url(../img/bg_menu_off.gif);

}

div#menu li a:hover{
   color:#fff;
   background:url(../img/bg_menu_on.gif);
}

/* 回り込み解除 */
div#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
/* --------------------------------------------------------
	4.Main
-------------------------------------------------------- */
/* content */
#content {
	width: 757px;
	margin-bottom:15px;
}

#mainimg {
	width: 757px;
	height: 258px;
}

#mainimg li {
	list-style: none;	
}

#imgfade {
	padding-botom: 15px;
}

.mainflash {
	width: 419px;
	float: left;
}

.mainbanner {
	width: 323px;
	float: right;
}

.mainbanner li {
	list-style: none;
	float :left;
	margin-bottom: 15px;
}

.colorcon-area {
	width: 757px;
}

.colorcon-area ul {
	margin: 10px 0px 0px 0px;	
	list-style:none;
	font-size: 10px;
}

.colorcon-area li {
	width: 245px;
	margin-bottom: 10px;
	float: left;
}

.colorcon-area .cen {
	margin: 0px 11px;	
}

.colorcon-area h2 {
	margin-top: 15px;
	margin-bottom:10px;
	padding:5px 5px 4px 10px;
	background: #e9e1dc;
	color: #524444;
	font-weight:bold;
	font-size: 110%;
	line-height:1.4;
	border-bottom: 1px solid #cdbdb2;
	text-align: left;
	border-left: 4px solid #524444;
   font-size: 90%;
   letter-spacing: 1.5px;
}

/* main */
div#main {
	margin-top:15px;
   float:left;
   width:527px;
   font-size: 75%;
}

div#main h2 {
   margin-bottom:10px;
   padding:5px 5px 4px 10px;
   background: #e9e1dc;
   color: #524444;
   font-weight:bold;
   font-size: 120%;
   line-height:1.4;
   border-bottom: 1px solid #cdbdb2;
   text-align: left;
   letter-spacing: 1.5px;
   border-left: 4px solid #524444;
}

div#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main p{
   margin:0 10px 1em 0;
}

div#main ul,
div#main ol {
	margin-left: 15px;
	padding-left: 15px;
}

div#main li{
	margin-bottom: 5px;

}

div#main {
	width: 527px;
	float: left;
}

div#main dt{
   margin-bottom:3px;
   font-weight:bold;
   font-family: Arial, Helvetica, sans-serif;
}

div#main dd{
   margin:5px 0 5px 5px;
   padding:5px;
   background:#EFEFEF;
}

/* sub */
div#sub {
	float:right;
	margin:15px 0 0 0;
	width:215px;
}

div#sub h3 {
	background: url(../img/banner_h3.gif) no-repeat left top;
	width: 215px;
	height: 30px;
	text-indent: -9999px;
}

div#sub ul {
	list-style:none;
	border: 1px solid #CCCCCC;
	background: #e9e1dc;
	padding: 9px 9px 0px 9px;
}

div#sub li {
	margin-bottom: 9px;
}

/* table */
#main .table table {
   border: 1px solid #cdbdb2;
   border-collapse: collapse;
   color: #524444;
   margin:0;
   padding:0;
}

#main .table th{
   background: #e9e1dc;
   font-weight: bold;
   padding: 5px;
   width: 20%;
   border: 1px solid #cdbdb2;
}

#main .table td{
   padding: 5px;
   border: 1px solid #cdbdb2;
}


/* map-main */
#map-main {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	font-size: 75%;
	padding-top: 10px;
}

#map-main h2 {
   margin-bottom:10px;
   padding:4px 5px 5px 10px;
   background: #e9e1dc;
   color: #524444;
   font-weight:bold;
   font-size: 110%;
   line-height:1.4;
   border-bottom: 1px solid #cdbdb2;
   text-align: left;
   border-left: 4px solid #524444;
}
/* --------------------------------------------------------
	5.Footer
-------------------------------------------------------- */
div#footer {
   position:relative;
   clear:both;
   width:757px;
   margin-top: 15px;
}

div#goTop{
   xposition:relative;
   height:2em;
   margin-top: 15px;
   border-top:1px solid #535D57;
}

div#goTop p{
   xposition:absolute;
   top:10px;
   right:7px;
   margin-top: 10px;
   padding-left: 8px;
   font-size: 60%;
   background:#fff url(../img/bg_totop.gif) 0 50% no-repeat;
   text-align: left;
   clear: both;
}

address{
   padding:10px 0;
   color:#333;
   text-align: center;
   font-style: normal;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 70%;
}

/*ここからは商品詳細*/
.item1 {
	margin-bottom: 15px;
	border: 2px solid #a6a6a6;
	padding: 5px;
}

.item2 {
	margin-bottom: 15px;
	padding: 5px;
	border: 2px solid #ffcc66;
}

.item3 {
	margin-bottom: 15px;
	padding: 5px;
	border: 2px solid #ff6699;
}

.item4 {
	margin-bottom: 15px;
	padding: 5px;
	border: 2px solid #cc9900;
}

.item5 {
	margin-bottom: 15px;
	padding: 5px;
	border: 2px solid #800080;
}

.item6 {
	margin-bottom: 15px;
	padding: 5px;
	border: 2px solid #ff7c80;
}


.item7 {
	margin-bottom: 15px;
	padding: 5px;
	border: 2px solid #333333;
}


.item p{
	margin-top:5px;
}

.product-box {
	width: 100%;	
}

p.article {
	clear: both;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	text-align: left;
}

#main .logo {
	padding-bottom: 5px;
	vertical-align: top;
	float: left;
}

#main h3.subtitle {
	float: right;
	padding-top: 10px;
	padding-right: 5px;
}
