@charset "utf-8";

/**
 * あおき銀座店スタイル
 * shopinfo.css
 *
 */

#shopinfo {
	margin: 10px 0;
	width: 600px;
	text-align: center;
}

#shopinfo img {
}

#shopinfo p {
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 10px;
}

/*
#gyosya.corner {
	width: 580px;
	height: 400px;
	padding-top: 20px;
	padding-left: 20px;
	background: #CCE6EA;
}

#gyosya p {
	color: #000000;
	font-size: 1.2em;
	line-height: 1.4em;
}

#gyosya .addr {
	width: 360px;
	background: #FFFFFF;
	font-weight: bold;
}
*/

/* あおき三軒茶屋駅前店*/
#shopinfo2 {
	margin: 10px 0;
	width: 600px;
	text-align: center;
overflow: hidden;
}

#leftColumn {
	position: relative;
	float: left;
	width: 320px;
	height: 600px;
	text-align: left;
	font-size: 12px;
	line-height: 1.6em;
}

#leftColumn br {
	line-height: 1.2em;
}

#leftColumn .corner {
	width: 290px;
	margin-bottom: 10px;
	padding: 10px;
	background: #F9E8E2;
	font-weight: bold;
	color: #6E6E6E;
}

#leftColumn p{
	color: #333333;
}

#leftColumn .bg1 {
	margin-top: 10px;
	background: #EAEDCF;
	text-align: center;
	font-size: 10px;
	line-height: 1.6em;
	letter-spacing: 0.04em;
	font-weight: normal;
	color: #333;
}

#rightColumn {
	position: relative;
	float: left;
	width: 280px;
	height: 600px;
}

#rightColumn br {
	line-height: 1.2em;
}

#rightColumn .corner {
	width: 240px;
	margin-left: 10px;
	padding: 10px;
}

#rightColumn .bg1 {
	background: #00377F;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}

#rightColumn .arrow {
	position: absolute;
	top: 354px;
	left: 250px;
}

#blogBox {
	position: relative;
	width: 260px;
	height: 160px;
	margin-top: 20px;
	margin-left: 10px;
	padding-top: 30px;
	border: 1px solid #AAAAAA;
	background: url(../images/shop2_diary.gif) no-repeat center 6px;
	overflow: hidden;
	text-align: left;
}

#blogBox a,
#blogBox a:link,
#blogBox a:visited  {
	display: block;
	width: 260px;
	margin-top: 5px;
	text-decoration: none;
	color: #221815;
	background: #FFFFFF;
	font-size: 10px;
	text-indent: 10px;
}

#blogBox a:hover {
	text-decoration: underline;
}

#leftColumn b {
	color: #DB771C;
	font-size: 20px;
}

#centerColumn {
	clear: both;
	position: relative;
	width: 600px;
	text-align: left;
}

#centerColumn h3 {
	width: 600px;
	padding-left: 15px;
	border-bottom: 1px solid #AAAAAA;
	background: url(../images/shop2_dot.gif) no-repeat 0 3px;
	color: #333333;
	font-size: 14px;
	line-height: 1.2em;
}

#productList {
	width: 600px;
	text-align: center;
	border-collapse: collapse;
}

#productList td {
	width: 140px;
	padding: 5px;
	vertical-align: top;
}

#productList h4.corner {
	width: 100%;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #E1F3F6;
	font-size: 12px;
	color: #333333;
}

#productList p {
	font-size: 10px;
}

#productList a,
#productList a:link,
#productList a:visited {
	display: block;
	border: 1px solid #FFFFFF;
}

#productList a:hover {
	border: 1px solid #000000;
}

#productList img.adjust {
	margin-bottom: 24px;
}

#productList p {
	margin-bottom: 20px;
	text-align: left;
}

#banner {
	padding-left: 10px;
}



