@charset "utf-8";
/* CSS Document */


/*-------------------
	タイトル大
-----------------------*/
#title{
	background-image: url(../images/title.gif);
}


.subt.t_store{
	background-image: url(../images/t_store.gif);
}

.box{
	width:700px;
	padding-bottom: 22px;
	background-image: url(../../common/images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 20px;
}
.box .photo{
	width:295px;
	float: left;
}
.box .box-r{
	width:380px;
	float: right;
}
.box .box-r ul{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.box .box-r li{
	margin-top: 10px;
	padding-left: 30px;
}
.box .box-r li.add{
	background-image: url(../images/ic_add.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
}
.box .box-r li.add a:link,.box .box-r li.add a:visited { 
	color:#333;
	text-decoration: underline;	
}
.box .box-r li.add a:active,.box .box-r li.add a:hover  {
	color:#333;
	text-decoration: none;
}
.box .box-r li.time{
	background-image: url(../images/ic_time.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
}
.box .box-r li.tel{
	background-image: url(../images/ic_tel.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
}