
div#content p {
	margin: 0 1.5em;
	margin-bottom: 1.2em;
}

div#content .clear{
	float: none;
	clear: both;
}

div#content p.image img {
	float: left;
	clear: left;
	margin: 0 1.0em 1.0em 0;
}

div#content table.stores {
	margin: .6em auto 0.8em auto;
}

div#content table tr td.storebody {
	background: transparent url("../store/img/storeindexbg.gif") repeat-y 50% 0;
}

div#content table tr td.storebody {
	margin: 0;
	padding: 10px;
}

div#content table tr td.storebody p {
	margin: 0;
	padding: 0;
}

div#content table tr td.storebody p.storeimage {
	float: left;
	margin: 0 13px 0 0;
	padding: 0;
}


div#content table.menu {
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	empty-cells: show;
	border-collapse: collapse;
	margin: 1.5em auto;
	padding: 0;
}

div#content p.timetext {
	color: #666666;
	background: #ffffee;
	font-weight: 900;
	margin: 0.6em auto;
	padding: 0.3em;
}



div#content p.storename {
	color: #ffffff;
	background: #9aa2a9;
	font-size: 120%;
	font-weight: 900;
	margin: auto 0;
	margin-bottom: 1.2em;
	padding: 0.3em;
}

div#content .store {
	width: 630px;
	float: none;
	clear: both;
	margin: 10px auto;
}

div#content .store p.photo {
	width: 300px;
	float: left;
	clear: none;
	border: 1px solid #cccccc;
	margin: 0;
	padding: 2px;
}

div#content .store p.left {
	margin-right: 6px;
}

div#content .store p.right {
	margin-left: 6px;

}


div#content .store p.photo img {
	float: left;
}


div#content table.spec {
	width: 630px;
	float: none;
	clear: both;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin: 20px auto;
}

div#content table.spec tr th {
	width: 15%;
	background: #f0f0f0;
	border: 1px solid #cccccc;
	padding: 3px 6px;
}

div#content table.spec tr td {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 3px 6px;
}

div#content p.storemenu {
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	margin: 0;
	padding: 4px 6px;
}

div#content p.storeetc {
	text-align: right;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 10px 0;
	padding: 4px 6px;
}

div#content ul.pagemenu {
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
}

div#content ul.pagemenu li {
	display: block;
	list-style-type: none;
	background: transparent url("../img/arrow1.gif") no-repeat 0 8px;
	padding: 0 10px;
}

div#content ul.pagemenu2 {
	margin: 0 0 1.5em 2em;
	padding: 0;
}

div#content ul.pagemenu2 li {
	display: block;
	list-style-type: none;
	background: transparent url("../img/arrow1.gif") no-repeat 0 8px;
	padding: 0 10px;
}

div#content div.question,
div#content p.question {
	color: #83622c;
	background: transparent url("../guide/img/question.gif") no-repeat 10px 0;
	font-weight: 900;
	margin-bottom: 1.2em;
	padding: 0 10px 0px 35px;
}

div#content div.answer,
div#content p.answer {
	background: transparent url("../guide/img/answer.gif") no-repeat 10px 0;
	padding: 0 10px 10px 35px;
	margin-bottom: 1.2em;
	border-bottom: 1px solid #9aa2a9;
}


