/* CSS Document */
@import url(meowoo.css);

.mapouter{
	overflow: hidden;
	background-color: #F4F4E3;
	width: 540px;
	margin-bottom: 15px;
	padding-left: 10px;
	margin-top: 10px;
}
.smp{
	float:left;
	width: 150px;
	margin-top: 20px;
	margin-left: 15px;
}
.sm1{
	color: #8D1B1A;
	font-size: 12px;
	background-image: url(../images/icon/icon2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.sm1 a{
	color: #8D1B1A;
}
.sm1 a:visited{
	color: #8D1B1A;
}
.sm1 a:hover{
	color: #8D1B1A;
	text-decoration: underline;
}
.sm1 ul{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 2px;
}
.sm1 ul a{
	color: #666666;
}
.sm1 ul a:visited{
	color: #666666;
}
.sm1 ul a:hover{
	text-decoration: underline;
	color: #000000;
}
.sm1 ul li{
	color: #666666;
	list-style-type: disc;
	font-weight: normal;
}
.sm1 ul li a{
	color: #666666;
	font-weight: normal;
}
.sm1 ul li a:visited{
	color: #666666;
}
.sm1 ul li a:hover{
	color: #000000;
	text-decoration: underline;
}

