@charset "UTF-8";
/* CSS Document */
@import "global.css";

#mainWrap {
	width: 820px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	background-color: #FFFFFF;
	padding-left: 20px;
}
#contentWrap {
	width: 760px;
	margin-left: 10px;
	padding-bottom: 10px;
}
#content {
	background-image: url(images/contentWrap_Bg.gif);
	background-repeat: repeat-y;
	padding-left: 18px;
	width: 100%;
	height: 100%;
	padding-bottom: 1px;
}
.content_Inner {
	width: 230px;
	margin-bottom: 10px;
	margin-right: 17px;
}
.contents_In {
	background-image: url(images/contents_Bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.leaflet {
	margin-bottom: 10px;
	text-align: center;
}
.leaflet img {
	border: 1px solid #CCCCCC;
}
#no {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 300px;
	width: 730px;
}
#getFlash {
	margin-bottom: 20px;
	font-size: 12px;
	color: #333333;
	width: 760px;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 16px;
}

