/* CSS Document */
/************************************* LOVERS SCENE トップページ */
#left{
	width:385px;
	height: auto;
	margin:0;
	padding:0;
	float:left;
	position:absolute;
	background-image:url(../images/leftBack.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#right{
	width:387px;
	height:480px;
	float:right;
	position:relative;
	background-image:url(../images/loversBack.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#mirai{
	clear:both;
	width:385px;
	height:400px;
}

#store{
	width:360px;
	height:60px;
	float:left;
	background-color: transparent;
	text-align:right;
	padding:50px 15px 0 10px;
}

p#comment{
	width:345px;
	float:left;
	margin:0;
	padding:55px 20px 20px 20px;
	font-size:12px;
	line-height:150%;
	background-color: transparent;
}

/****************************************************/

ul#item {
	width:385px;
	height:100px;
	margin:0;
	padding:0;
	float:left;
	background-color: transparent;
}
ul#item li{
	list-style-type: none;
	display: block;
	width:100px;
	height:100px;
	float:left;
	margin-left:10px;
	background-color: transparent;
}
/*****************************************************/
div#brand{
	width:385px;
}

ul#link {
	width:385px;
	height:70px;
	margin:0;
	padding:0;
	float:right;
	background-color: transparent;
	text-align:right;
}
ul#link li{
	list-style-type: none;
	display: block;
	width:80px;
	float:right;
	background-color: transparent;
	padding:15px 20px 10px 0px;
}
.recruit{
	line-height:110%;
}
.recruit a{
	font-size:smaller;
	color:#FF0000;
}

/********************* js */
.js{
filter:alpha(opacity=0);
}




