/*---------------------------
デフォルトスタイル
---------------------------*/
body {
	font-size:80%;
}
#container { line-height:1.4em; width:740px;}
.clear { clear:both; }

.title{
	width: 740px;
	margin: 0 0 20px 0;
	padding: 0;
}
.itm-area {
	width: 740px;
	margin: 0 0 20px 0;
	clear: both;
}


/*---------------------------

---------------------------*/
#container h3{
	background:url(img/name/subttl_bg.jpg) no-repeat;
	height:34px;
	padding:10px 0 0 50px;
	margin:10px 0 0 0;
	font-size:16px;
}
#container h4{
	color:#339966;
	font-size:13px;
	border-left:4px solid #339966;
	height:20px;
	margin:15px 0 5px 0;
	padding:0 0 0 5px;
	}


.ttlSp{
	margin:20px 0 0 0;
	}

/*---------------------------
menu
---------------------------*/
#container ul.menu-link {
	width: 740px;
	height: 60px;
	list-style-type: none;
	margin: 0;
	padding: 0px 0 2px 0;
	clear: both;
}
#container ul.menu-link li {
	float: left;
	list-style-type: none;
	margin: 0 2px 0 0;
	padding: 0;
}





/*---------------------------
itemlist
---------------------------*/


.itemImg{
	float:left;}

.itemRight{
	float:left;
	margin:0 0 0 10px;}

.ListTb{
	width: 570px;
	background-color: #999;
	line-height: 1.5;
	margin-bottom:10px;

}

.ListTb th,
.i.ListTb td {
	padding:4px 2px;
	font-weight: normal;
/*	font-size: 0.8em;*/
	text-align: center;
	vertical-align: middle;
}

.ListTb th {
	background-color: #d6eaff;
}
.ListTb td {
	background-color: #FFFFFF;
	text-align:center;
	padding:3px;
}
.ListTb td a {
	font-weight: bold;
}

.listPrice02{
	color:#FF0000;
	font-size:20px;
	font-weight:bold;
	text-align:right!important;
}

.listPrice02 a{
	color:#FF0000;
	font-size:17px;	}



div.ListArea{
	float:left;
	width:133px;
	height:270px;
	border:1px solid #CCCCCC;
	padding:4px;
	margin:5px 4px 5px 0;
}

.imgSize{
	margin:1px 0 5px 1px;
}

.listPrice{
	color:#FF0000;
	font-size:17px;
	font-weight:bold;
}

.itemName{
	font-weight:bold;	
}

.listicon01 img{
	margin-right:2px;
}

.back_y {
	background-color:#FFFFCC;
}

/*---------------------------

---------------------------*/

.tblTenp{
	background-color: #CCCCCC;
	line-height: 1.5;
	margin:20px 0 10px 0;

}

.tblTenp td {
	background-color: #FFFFFF;
	text-align:center;
}

.capt{
	background-color:#FFFF66;
	font-size:14px;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
	padding:20px;
	margin:0 0 20px 0;	}

.banner_area{
	margin:30px 0;
	text-align:center;}



/*-------------------------------
 トップへ戻る
---------------------------------*/
#container .totop {
	padding:10px 0 10px 0;
	text-align:right;
	width:740px;
	clear:both;
}


/*---------------------------

---------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden; 
}
.clfx {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* winIE6 below, exclude macIE5 \*/
* html .clfx { height: 1%; }  
.clfx { display: block; }  