/* CSS Document */
#shop{
margin:0px;
padding:0px;
}

/*menu*/
#menu{
margin:0px;
padding:0px;
height:140px;	
}

#main #shop h3{
	margin-left:20px;
	height:24px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: dotted;
	border-left-style: double;
	border-bottom-color: #d9c7d9;
	border-left-color: #993366;
	text-align: left;
	text-indent: 1em;
	vertical-align: middle;
	width: 240px;
}

#main #shop h4{
	text-indent: 6px;
	width: 180px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: double;
	border-bottom-color: #d9c7d9;
	border-left-color: #d9c7d9;
	font-size: 100%;
}

/*waku*/
#shop #waku{
	padding: 10px;
	width: 640px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	border: 1px solid #d9c7d9;
}

/*shop@ƒŠƒ“ƒN*/
#shop a{
		color: #993366;
		text-decoration: underline;
	}
	
#shop a:active,#shop a:hover{
		font-weight: bold;
		color: #993366;
	}
	
/*line*/
#hr_shop{
	border: 1px dotted #d9c7d9;
}		