#shopgaid{
	width:90%;
	height:100px;
	background-color:#FFF;
	border:#F36 solid 1px;
	overflow:auto;
	margin:10px auto 20px auto;
	padding:10px;
	text-align:left;
}


#shopgaid p{
margin-bottom:10px;
}
#shopgaid em{
	font-style:normal;
	font-weight:bold;
	color:#F6C;}
#shopgaid strong{
	font-style:normal;
	font-weight:bold;
	color:#F6C;}


h1 a:link {color:#ff3366;
text-decoration: none;} /*未訪問のリンクの色*/
h1 a:visited {color:#ff3366;} /*訪問済みのリンクの色*/
h1 a:hover {color:#ff3366;} /*カーソルが乗っているリンクの色*/
h1 a:active {color:#ff3366;} /*クリック中のリンクの色*/