@charset "utf-8";
/* CSS Document */
#op{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
}
#index{
	position:relative;
	z-index:0;
}
#main{	
	width:580px;
	float:left;
}
#main-inner{
	padding-right:20px;
}
#main-content{
	width:560px;
}

#info-title { float:left;width:116px;padding-top:9px; }
#pickup-title { float:right;width:220px;padding-top:9px; }

#info dt{
	float:left;
	width:110px;
	line-height:1.4;
	color:#666666;
	padding-top:5px;
	background:url(imgs/ind_info_mark.gif) right no-repeat;
	font-size:14px;
}
#info dd{
	color:#666666;
	padding:5px 0 5px 120px;
	font-size:14px;
}

#sub{
	width:220px;
	float:right;
}
#pickup img{
	margin-bottom:10px;
}
#tel{
	position:relative;
	background:url(../imgs/ind_foot_tel.gif) no-repeat top;
	width:800px;
	height:142px;
	margin:0 auto;
}
#tel ul{
	position:absolute;
	left:248px;
	top:57px;
}
#tel ul li{
	line-height:1.4;
	font-size:12px;
	color:#999999;
	background:url(imgs/ind_footer-mark.gif) left no-repeat;
	padding-left:12px;
	list-style:none;
}



/* 旧サイト用index_top.html */

.old {
	font-size:160%;
	line-height:1.8;
	text-align:center;
	margin:100px 0;
}



