@charset "Shift_JIS";
@import url("sub.css");
/*------------------*/
h2{
	background-image: url(../img_info/h2.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 540px;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#greeting h2{
	background-position: 0px 0px;
}
#store h2{
	background-position: 0px -30px;
}
/*------------------*/
#greeting .group .txt{
	float: left;
	width: 310px;
}
#greeting .group .pic{
	float: right;
	width: 170px;
}
/*------------------*/
#store .group .txt01{
	float: left;
	width: 235px;
}
#store .group .txt02{
	float: right;
	width: 235px;
}
#store th{
	font-weight: bold;
	color: #990000;
	text-align: left;
	white-space:normal;
}
#store th,
#store td{
	background-image: url(../img_info/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 3px;
}
#c-access{
	width: 480px;
}