@charset "UTF-8";


/***********************************************/ 
/*main*/
/***********************************************/ 

table#shopname {
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: -12px;
	width: 100%;
}
.name {
	border-left: 5px #d80000 solid;
	padding: 0 20px 0 15px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}
.logo {
	text-align: center;
	width: 128px;
	height: 128px;
}


#shop-main {
	width: 380px;
	float: right;
}
#shop-main p.profile {
	margin-bottom: 15px;
}
#shop-main .data {
	border-collapse: collapse;
}
#shop-main .data td {
	border: 1px solid #999999;
	padding: 6px 8px;
}
#shop-main .data img {
	margin: 5px 6px 5px 0;
}
#shop-main .data td.data-title {
	background-color: #ebebeb;
}

#shop-main p.link-bt {
	margin-top: 7px;
}
#shop-main h3.sub-title {
	margin-top: 30px;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	font-size: 1px;
}
#shop-main #shopinfo {
	margin-top: 15px;
}

#shop-main ul#shopnews {
	margin-top: 10px;
}
#shop-main #shopnews li {
	border-bottom: 1px solid #cacaca;
	background: url(../img/link_style_red.gif) no-repeat 0 1.4em;
	padding: 0 0 6px 14px;
	margin-bottom: 7px;
	color: #999999;
}
#shop-main #shopnews a {
	text-decoration: none;
}

#shop-side {
	width: 240px;
}
#shop-side p {
	margin-bottom: 20px;
}
