@charset "shift_JIS";

/****** 3: dl ************************************/
h2 {
	width:330px;
	height:auto;
	padding:0 0 5px 30px;
	margin:0 0 5px 0;
	border-bottom:1px solid #362e2b;
	position: relative;
}

h2:before{
    content: "";
    position: absolute;
    background-image:url(http://lifestyle-net.com/template/img/lifestyle_basic_h2_bg.jpg);
	margin:-2px 0 0 -22px;
    height: 27px;
    width: 10px;

}


/****** 3: dl ************************************/

#link{
	width:755px;
	}
	
#link_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 360px;
	background: #fff;
	}
	
#link_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 360px;
	background:#fff;
	}
	
/****** 3: dl ************************************/
.category{
	margin: 0 0 40px 0;
	padding: 0px;
	width: 360px;
}

dl {
	margin: 0px;
	padding: 15px;
	width: 330px;
	border-bottom:#a6937c 1px dotted;
}
dt {
	float: left;
}

dd {
	padding: 0 0 0 80px;
}
	

/****** 4: common parts *************************************/

#topic_path{
	margin:7px 0 20px 0;
	font-size:80%;
	}


/****** 7: module *************************************/

/* clearfix */
.clear:after {
	content:"";
	display:block;
	clear:both;
	}

	/* for IE6 */
	* html .clear {
		display:inline-block;
		}
	
	/* for IE7 */
	*+html .clear {
		display:inline-block;
		}

/****** 8: etc *************************************/
.line {
	text-decoration: line-through;
}

.CenterAdjust {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/****** CLEAR FIX *************************************/

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

.clearfix {
  min-height: 1px;
}

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