/* 共通 */

* {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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

#pre_sale {
	width: 950px;
}

#pre_sale .tabcommon_f11 {
	color:#333333;
	font-size:11px;
	line-height:1.2;
	text-decoration:underline;
}

#pre_sale .tabcommon_f11:hover{
	text-decoration:none;
}

/* title */

#pre_sale #title {
	height: 303px;
	width: 950px;
	padding-bottom: 20px;
}
#pre_sale #title p {
	float: left;
}

/* cate */

#pre_sale #cate {
	clear: both;
	width: 900px;
	margin-left: 25px;
}

#pre_sale #cate .cate01 {
	width: 900px;
}
#pre_sale #cate .cate02 {
	width: 900px;
	clear: both;
	padding-top: 20px;
}
#pre_sale #cate .cate03 {
	width: 900px;
	clear: both;
	padding-top: 20px;
}
#pre_sale #cate .cate04 {
	width: 900px;
	clear: both;
	padding-top: 20px;
}

#pre_sale #cate ul {
	border: 1px solid #cccccc;
}
#pre_sale #cate ul li {
	list-style-type: none;
}
#pre_sale #cate ul .cateImg {
	float: left;
	width: 190px;
	list-style-type: none;
	padding-right: 10px;
}
#pre_sale #cate ul .cateImg img{
	margin:3px;
	vertical-align:bottom;
}
#pre_sale #cate ul .cateImg01 {
	float: left;
	width: 190px;
	height: 170px;
	list-style-type: none;
	padding-right: 10px;
}
#pre_sale #cate ul .cateImg01 img {
	margin:3px;
	vertical-align:bottom;
}
#pre_sale #cate .cateTxt {
	float: left;
	width: 159px;
	list-style-type: none;
	background-image: url(../img/common/icon_04.gif);
	background-repeat: no-repeat;
	background-position: 0px 19px;
	padding-top: 9px;
	padding-left: 14px;
}

#pre_sale #cate .pageTop {
	float: right;
	padding-top: 15px;
}
#pre_sale #bottom {
	margin-top: 40px;
}

