/* CSS Document */
/************************************* 天使の卵　トップページ */
#contents{
	background-image:url(../images/conBackT.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#left{
	width:385px;
	height:480px;
	float:left;
	position:absolute;
	background-image:url(../images/leftBackT.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#right{
	width:387px;
	height:480px;
	float:right;
	position:relative;
	background-image:url(../images/tamagoBack.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#mirai{
	width:385px;
	height:300px;
	margin-top:40px;
    /*position:relative;*/
}
/*span.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(../images/spacer.gif);
}*/

#store{
	width:360px;
	height:60px;
	float:left;
	background-color: transparent;
	text-align:right;
	padding:50px 15px 0 10px;
}

p#comment{
	width:345px;
	float:left;
	padding:60px 20px 10px 20px;
	font-size:12px;
	line-height:150%;
}
p#comment1{
	width:345px;
	float:left;
	padding:0px 20px 5px 20px;
	font-size:12px;
	color:#888888;
	line-height:150%;
	background-color: #FFFFFF;
}
/****************************************************/

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;
	background-color: transparent;
}

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;
}
/********************* js */
.js{
filter:alpha(opacity=0);
}



