@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:url(../img/head_bg.gif) repeat-x center top;
   font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
   color: #333;
   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:840px;
   margin:0 auto;
   padding-bottom: 20px;
}

.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: #999;
	/* 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:840px;
}

#headerwrapp {
	margin:5px 0px;
}

#headerimage {
	float:left;
	vertical-align: top;
	margin-top: 15px;
	height: 60px;
}

#contact {
	float:right;
}

div#header a {
   color:#333;
}

div#header a:hover {
   color:#535D57;
}

div#header h1 {
	color:#333333;
	font-size: 10px;
}
/* --------------------------------------------------------
	3.Navigation
-------------------------------------------------------- */
div#menu {
   width:840px;
   margin-bottom:15px;
   padding-top: 4px;
}

div#content {
   width:840px;
   height: auto;
}

div#headerimg {
   width:840px;
}

div#menu ul {
   width:840px;
   margin:0;
   padding:1px 0 1px 1px;
}

div#menu li {
   float:left;
   height: 48px;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:139px;
   margin-right:1px;
   padding:5px 0;
   color:#fff;
   /* background: #1a218a; */
   /* background:url(../img/bg_menu_off.gif); */

}

div#menu li a:hover{
   color:#fff;
   /* background: #3f47b7; */
   /* 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: 840x;
	margin-bottom:15px;
		padding-top: 6px;
}

#mainimg {
	width: 840px;
}

#mainimg li {
	list-style: none;	
}

#imgfade {
	padding-botom: 15px;
}

.mainflash {
	width: 840px;
	float: left;
}

.mainbanner {
	width: 323px;
	float: right;
}

.mainbanner li {
	list-style: none;
	float :left;
	margin-bottom: 15px;
}

.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: 610px;
   font-size: 75%;
}

#main h2 {
   margin-bottom:6px;
   padding:7px 0px 4px 10px;
   color: #333;
   font-weight:bold;
   font-size: 14px;
   text-align: left;
   letter-spacing: 1.5px;
   width: 610px;
   height: 38px;
   background:url(../img/h2_bg.gif) no-repeat left top;
}

div#main h3 {
	color: #333;
   margin-bottom:3px;
   font-size: 12px;
   padding-left: 10px;
   margin: 10px 0px 10px 0px;
   background:url(../img/h3_bg.gif) no-repeat left 1px;
   letter-spacing: 0.25em;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main p{
   margin:0 0px 1em 0;
}

div#main ul,
div#main ol {
	margin-left: 15px;
	padding-left: 15px;
}

div#main li{
	margin-bottom: 5px;

}

div#main {
	width: 610px;
	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: 36px;
	text-indent: -9999px;
}

div#sub ul {
	list-style:none;
	border: 1px solid #CCCCCC;
	background: #eee;
	padding: 9px 9px 0px 9px;
}

div#sub li {
	margin-bottom: 9px;
}

/* table */
#main .table table {
   border: 1px solid #ccc;
   border-collapse: collapse;
   color: #333;
   margin:0;
   padding:0;
}

#main .table th{
   background: #EEE;
   font-weight: bold;
   padding: 5px;
   width: 20%;
   border: 1px solid #ccc;
}

#main .table td{
   padding: 5px;
   border: 1px solid #ccc;
}

/* --------------------------------------------------------
	5.Footer
-------------------------------------------------------- */
div#footer {
   clear:both;
   width:100%;
   padding: 20px 0px;
   background: #222;
   border-top: #333 1px solid;
}

div#goTop{
   border-top:1px solid #CCC;
   border-bottom: 1px solid #000;
   background: #eee;
   text-align: center;
   margin: 0 auto;
}

div#goTop p{
	text-align: right;
   font-size: 60%;
   width: 840px;
   padding: 5px;
   margin: 0 auto;
}

address{
   padding:10px 0;
   color:#333;
   text-align: center;
   font-style: normal;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 70%;
   color: #FFF;
}

/*ここからは商品詳細*/
div#main .item-list {
	margin: 0;
	padding: 0;
	width: 610px;
}

div#main .item-list li {
	list-style: none;
	float: left;
	width: 195px;
	height: 230px;
	vertical-align: top;
	margin-bottom: 10px;
}

.item-list img {
	padding-bottom: 5px;
}

.item-list .official {
	background:url(../img/link.gif) no-repeat left 6px;
	padding-left: 14px;	
}

.item-list p {
	font-size: 11px;
	line-height: 1.4em;
	color: #666;
}

.item-list .official {
	font-size: 11px;
}

.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 .subtitle {
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	font-weight: bold;
}

