@charset "utf-8";
/* CSS Document */

/*リセット*/
*{
	margin:0;
	padding:0;
	font-size:13px;
}

br.clear{
	clear:both;
}


/* レイアウト */


/* 全体 */
#countainer {
	width: 930px;
	margin: 0 auto;
	background:url(../images/bg.png);
}

/* トピックパス */
#topicpass {
	margin:0 auto;
	width: 900px;
	height: 30px;
	background:url(../images/topic_path_bg.png);
}

#topicpass li {
	float:left;
	list-style:none;
	border:none;
}

/* コンテンツ */
#contents {
	width: 900px;
	margin: 0 auto;
}

#title {
	width:900px;
	height:80px;
	margin-bottom:20px;
	background:url(../images/title.png) top left no-repeat;
}

.line {
	width: 885px;
	height: 230px;
	margin: 5px auto;
	border-bottom: 1px #300 dotted;
}

.Unit-L {
	width: 410px;
	height: 210px;
	margin: 5px 20px;
	float: left;
}

.Unit-R {
	width: 530px;
	height: 210px;
	margin: 10px;
	float: right;
}

.imgArea {
	width: 300px;
	height: 200px;
	margin: 10px;
	padding: 2px;
	border: 3px #300 solid;
}

p.category {
	color: #FFF;
	background: #300;
	width: 150px;
	height: 15px;
	padding: 5px;
	text-align:center;
	display:block;
	font-weight:bold;
}

.address {
	width:530px;
	height:25px;
	margin:10px 0 5px 0;
	border-bottom: 3px #900 solid;
}

h1.name {
	font-size: 20px;
	font-weight: bold;
	color: #900;
	width:340px;
	margin:2px;
	float:left;
}

p.Phone a {
	font-size: 20px;
	font-weight: bold;
	width:150px;
	height:30px;
	margin:2px;
	padding-left:30px;
	float:left;
	background:url(../images/tel_mark.png) top left no-repeat;
}

p.ShopData {
	width: 500px;
	height:100px;
	line-height: 1.5em;
	margin-bottom:5px;
}

.btn {
	width:277px;
	height: 30px;
	margin:0;
}
.btn a {
	border:none;
}

.end {
	border-bottom:none;
}

.toTop{
clear:both;
width:880px;
margin:10px;
text-align:right;
}

.toTop a{
color:#af192d;
}

/* フッター */
#footer {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	background:url(../images/footer.jpg) top center no-repeat;
	background-color:#000;
	font-size:70px;
	text-align:center;
	padding-top:25px;
	color:#FFF;
}

