@charset "UTF-8";

body {
	color: #555;
	font-family: Meiryo, Verdana, Arial, helvetica, sans-serif;
	text-decoration: none;
	font-size:11px;
	line-height:1.6;
	padding:0;
	margin:0;
	background: #fff;
	text-align:center;
}
body a:link {color: #111;text-decoration: none;}
body a:visited {color: #111;text-decoration: none;}
body a:active {color: #000;text-decoration: none;}
body a:hover {color: #000;text-decoration: none;border-bottom:1px #000 dotted;}

a.image{text-decoration: none;}
a.image:hover {color: #fff;text-decoration: none;border-bottom:0px dotted;}
a.image:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
}

.clears{ clear:both; }
.hide{ display:none; }

/*-------------------ヘッダ--------------------*/
#Container{
	margin:0 auto 0 auto;
	width:778px;
	text-align:left;
	background:url("/lifestylegoods/images/bg.gif") repeat-y;
}
#Head{
	width:778px;
	height:153px;
}

/*-------------------コンテンツエリア--------------------*/
#content{
	width:778px;
	margin:0 auto;
	overflow: hidden;
	padding: 0 0 20px 0;
	background:url("/lifestylegoods/images/bg.gif") repeat-y;
}
#Left {
	float: left;
	width:200px;
	margin:0;
}
#Right {
	float: right;
	width:505px;
	margin:0 15px 0 0;
	padding-top:35px;
}


/*Left Contents*/
#Title{
	margin:0;
	padding:0;
	width:200px;
	height:100px;
}
	.categoly{
		margin: 0 0 30px 0;
		background:url("../images/dot.gif") bottom left no-repeat;
	}
	.categoly p.title{
		width:200px;
		height:50px;
		margin: 0;
		padding:0;
		text-indent:-9999em;
		background:url("../images/categoly.gif");
	}
	.categoly .categoly-list{
		list-style-type: none;
		padding: 0 0 20px 15px;
		margin: 0;
	}
	.categoly .categoly-list li{
		margin: 5px 0;
		padding:0 0 0 15px;
		background:url("../images/arrow.gif") center left no-repeat;
	}

/*--RSS--*/

.rss_text{
	margin:0;
	font-size:10px;
	line-height:12px;
	color: #777;
}

/*Right Contents*/

#Feature {
	margin:0;
	padding:10px 0;
	color: #111;
	font-size:10px;
	font-weight:bold;
}
#Arived {
	margin:0;
	padding:20px 0 0 0;
	color: #111;
	font-size:10px;
	font-weight:bold;
}
	.jp {
		color: #555;
		font-weight: normal;
	}
	.Flash {
		padding:1px;
		border:solid 1px #CCC;
		width:500px;
		height:285px;
	}


.right-footer, .Individual .right-footer{
	margin:0;
	padding:10px 0 0 0;
	font-size:10px;
}
.right-footer{
	text-align: right;
	clear:both;
}
.Individual .right-footer{
	text-align: left;
}
	.right-footer p{
		margin:0 5px;
		line-height: 1;
	}

/*-------------------フッタ--------------------*/
#Foot{
	clear:both;
	width:778px;
	height:75px;
	background: #fff;

}