/****************************************************************************************************************************************************
	메인 모양 설정

*/


.hide
{
	display: none !important;
}

.show
{
	display: block !important;
}

.hand
{
	cursor: pointer;
}

html
,body
{
	padding: 0px;
	margin: 0px;

	font-family: Dotum, Gulim, 돋움, 굴림;
	font-size: 9pt;
}

body
{
	background-image: url('/_images/ptn_background.gif');
	background-repeat: repeat-x;
	background-position: left top;

	text-align: center;
}


A:link
,A:visited
{
	color: #555555;
	text-decoration: none;
}

A:active
,A:hover
{
	color: #3399FF;
	text-decoration: none;
}

/*
-------------------------------------------
		상단 부분 설정
-------------------------------------------
*/

#main_middle_area
{
	margin: 0 auto;
	position: relative;

	width: 880px;
	height: 510px;

	text-align: left;
}

/*
****************************************************************************************************************************************************/
