@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("layout.css");
@import url("navigation.top.css");
@import url("left-menu.css");
@import url("content.css");
.note2{
	background-color: #f6f6f6;
	border: 1px solid #cfcbcb;
	width: 80%;
	margin-top: 15px;
	background-image: url(../images/Product/NOTE.jpg);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-left: 20px;
}
.note2 p{
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	margin-top: 10px;
}
.note2 ul {
	margin-left: 10px;
	margin-top: 0px;
}
.myink{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 153px;
	background-image: url(../images/appstore.gif);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}

