/*
Created by E biz-team of ground.co.,Ltd

css charset : euc-kr

website: ground.co.kr

E-Mail: web@ground.co.kr
*/

*{
	padding:0;
	margin:0;
}

body {
	font-family:µ¸¿ò, ±Ã¼­, ±¼¸², ¹ÙÅÁ;
	color:#505050;
	font-size:12px;
	line-height:20px;
}
#wrap {
	margin: 0 auto;
	width: 720px;
	background:#ffffff;
}
#bg{
	background:url(/PGS_forum/images/bg.jpg);
}

/*-------- header_column
-------------------------------------------------*/
#header_column {
	width:740px;
	height:140px;
	background:url(/PGS_forum/images/forum_top.jpg);
	background-repeat:no-repeat;
	text-align:right;
}

#header_column h1{ /*Æ÷·³ Á¦¸ñ ¼û±â±â*/
	height:0;
	overflow:hidden;
}

#text{ /*¿À¸¥ÂÊ »ó´Ü PGS FORUM  ±ÛÀÚ ¼³Á¤*/
	font-family:arial;
	padding:70px 60px 0 0;
	font-size:12px;
	font-weight:normal;
}

/*-------- contents_column
-------------------------------------------------*/
#contents_column {
	padding:0 0 0 40px;
	width:740px;
	background:url(/PGS_forum/images/main_bg.jpg);
	background-repeat:repeat-y;
}

#contents {
	clear:both;
	width:640px;
	text-align:justify;
}


/*-------- footer_column
-------------------------------------------------*/
#footer_column{
	width:720px;
	height:25px;
	background:url(/PGS_forum/images/bottom.gif);
}

/*-------- menu_column
-------------------------------------------------*/
#menu{
	width:640px;
}

#section{
	margin:0 0 10px 0;
}

#section li{
	list-style:none;
}

.menu_table{
	width: 640px; /* ÀüÃ¼ Å×ÀÌºí Æø ÁöÁ¤ */
	margin:0 0 30px 0;
}

.menu_table ul {
	clear: left;
	list-style-type: none;
}

.menu_table .header {
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #000000;
}

.menu_table ul li {
	float:left;
	padding:2px 1px 2px 1px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.menu_table ul .index {
	height:20px;
	width:50px;
	font-weight:bold;
	text-align:center;
}

.menu_table ul .contents {
	height:20px;
	width:460px;
	font-weight:bold;
	text-align:left;
}




.menu_table ul .down {
	height:20px;
	width: 120px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #000000;
}




.menu_table ul .contents a{
	padding-left:5px;
}

/*-------- link style
-------------------------------------------------*/
a:link, a:visited{
	color:#505050;
	text-decoration:none;
}
a:hover{
	color:#6688cc;
}

/*-------- font set
-------------------------------------------------*/
.center{
	text-align:center;
}

.red{
	color:#FF0000;
}

.blue{
	color:#0000FF;
}

.bold{
	font-weight:bold;
}

.black{
	color:#000000;
}

.italic{
font-style:italic;
}

.right_align{
	text-align:right;
}

h3, h4, h5, h6{
	color:#000000;
	font-size:14px;
	margin:20px 0 5px 0;
}

h2{
	margin:0 0 10px 0;
	color:#13485d;
	font-size:14px;
	border-bottom:1px solid #e5e5e5;
}

/*-------- table style
-------------------------------------------------*/
#contents table{
	border-collapse:collapse;
}

#contents th, #contents td{
	border:1px solid #999999;
	text-align:center;
	padding:7px;
}

#contents th{
	background:#CCCCCC;
}

#contents caption{
	padding:10px 0 10px 0;
	font-weight:bold;
}

#title {
	margin-top:30px;
	font-weight:bold;
	font-size:30px;
	text-align:center;
}

ol{list-style-type:decimal;}

#subtitle{
	padding-left:10px;
	line-height:23px;
	font-size:12px;
	font-weight:bold;
	color:#707070;
}

.subcontent{
	padding-left:5px;
	line-height:20px;
	font-weight:normal;
	color:#a0a0a0;

}