
body {
	font-family: "굴림", "sans-serif", "Arial", "Helvetica";
	color: #000;
	background-color: #fff;
}

.teripang-logo {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h2 {
	margin: 2em 0 0.2em 0;
}

h3, p {
	margin: 1.2em 0 0.3em 0;
}

.hrstyle {
	border: 1;
	width: 60%;
	/* width:500px; */
	color: #E0E0E0;
	border-color: #E0E0E0;
	/* border-style:dotted; */
	align:center;
	height: 1px;
}

.copyright-text {
	color: #666666;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	text-align: center;
}

/* rounded corner box : by CSS 마스터 전략, 에이콘 출판사
========================================================= */

.gamebox-main {
	display: inline-block;
	*display: inline;
	*zoom: 1; 
	/*width: 156px;*/
	/*border: 1px solid #000;*/

	width: 167px;
	height: 180px;
	padding-top: 14px;
	padding-left: 2px;
	background: url(../images/box_back.png) no-repeat;
}

.gamebox {
	width: 167px;
	height: 180px;
	padding-top: 14px;
	padding-left: 2px;
	background: url(../images/box_back.png) no-repeat;
}

.rbox {
  width: 170px;
  background: url(../images/bottom-left.gif) no-repeat left bottom;
}

.rbox-outer {
  background: url(../images/bottom-right.gif) no-repeat right bottom;
  padding-bottom: 5px;
}

.rbox-inner {
  background: url(../images/top-left.gif) no-repeat left top;
}

.rbox-top-right {
  background: url(../images/top-right.gif) no-repeat right top;
  padding-top: 5px;
}


.flash-game-list {
	display: inline-block;
	*display: inline;
	*zoom: 1; 
	/*width: 156px;*/
	/*border: 1px solid #000;*/
	
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.flash-game-list-mid .flash-game-list {
	/* background-color: #bbf; */
	vertical-align: middle;
}

.flash-game-list-mid {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.thumbnail {
	/* border: 1px solid #000; */
	margin-top: 5px;
	margin-right: 7px;
	/*margin-bottom: 3px;*/
	margin-left: 2px;
}

.list-rank-button {
	margin-top: 6px;
	margin-right: 4px;
	/*margin-bottom: 10px;*/
	margin-left: 0px;
}

