div.view *{
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 14px;
	font-family: Malgun Gothic;
	line-height: 100%;
}

div.view > h1{
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: normal;
}

div.view > h2{
	height: 50px;
	padding: 0px 20px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
}

div.view > table{
	width: 100%;
	border-collapse: collapse;
}

div.view > table > thead > tr > td{
	padding-top: 10px;
	text-align: right;
}

div.view > table > thead > tr > td:first-child{
	text-align: left;
}

div.view > table > thead > tr > td > a{
	display: inline-block;
	height: 30px;
	padding: 0px 10px;
	background-color: #333333;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
}

div.view > table > thead > tr > td > a > span{
	color: #FFFFFF;
}

div.view > table > tbody > tr > td{
	height: 50px;
	padding: 0px 10px;
	border-bottom: 1px solid #CCCCCC;
	color: #999999;
}

div.view > table > tbody > tr > td > span{
	margin-left: 10px;
}

div.view > table > tbody > tr > td > a{
	margin-left: 10px;
	text-decoration: none;
}

div.view > table > tbody > tr > td > a:hover{
	color: #0066CC;
}

div.view > table > tfoot > tr > th{
	width: 15%;
	height: 50px;
	padding: 0px 10px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	font-weight: normal;
	text-align: left;
}

div.view > table > tfoot > tr > td{
	width: 35%;
	height: 50px;
	padding: 0px 10px;
	border-bottom: 1px solid #CCCCCC;
}

div.view > div{
	padding: 20px;
	border-bottom: 1px solid #CCCCCC;
}

div.view > div > a{
	display: block;
	margin-bottom: 20px;
}

div.view > div > div{
	min-height: 150px;
	line-height: 150%;
}

div.view > div > div *{
	line-height: 150%;
}

div.view > div > p{
	margin-top: 20px;
	padding: 20px;
	border-radius: 20px;
	background-color: #F5F5F5;
	line-height: 150%;
}

div.view > div > ul{
	list-style: none;
	margin-top: 20px;
	text-align: right;
}

div.view > div > ul > li{
	display: inline-block;
}