div.list *{
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 14px;
	font-family: Malgun Gothic;
	line-height: 100%;
}

div.list > h1{
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: normal;
}

div.list > ul{
	list-style: none;
	margin-bottom: 50px;
	border-bottom: 1px solid #CCCCCC;
}

div.list > ul > li{
	display: inline-block;
	height: 50px;
	padding: 0px 25px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	line-height: 50px;
}

div.list > ul > li.over{
	background-color: #CCCCCC;
}

div.list > ul > li > a{
	font-size: 18px;
	text-decoration: none;
}

div.list > ul > li.over > a{
	color: #FFFFFF;
}

div.list > h2{
	float: left;
	font-size: 18px;
	font-weight: normal;
}

div.list > h2 > span{
	font-weight: normal;
}

div.list > h3{
	float: right;
	font-weight: normal;
}

div.list > h3 > a{
	display: inline-block;
	height: 30px;
	padding: 0px 10px;
	background-color: #333333;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
}

div.list > form > table{
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
}

div.list > form > table > thead > tr > th{
	height: 50px;
	background-color: #F5F5F5;
	font-weight: normal;
}

div.list > form > table > thead > tr > th > input{
	cursor: pointer;
}

div.list > form > table > thead > tr > th > a{
	text-decoration: none;
}

div.list > form > table > thead > tr > th > a:hover{
	color: #0066CC;
}

div.list > form > table > tbody > tr > td{
	height: 50px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}

div.list > form > table > tbody > tr.notice > td{
	font-weight: bold;
}

div.list > form > table > tbody > tr > td > input{
	cursor: pointer;
}

div.list > form > table > tbody > tr > td > p{
	padding: 10px;
	text-align: left;
}

div.list > form > table > tbody > tr > td > p > a{
	text-decoration: none;
}

div.list > form > table > tbody > tr > td > p > a:hover{
	color: #0066CC;
}

div.list > form > h4{
	float: left;
	margin-top: 10px;
}

div.list > form > h4 > button{
	height: 30px;
	padding: 0px 10px;
	border: 0px;
	background-color: #333333;
	color: #FFFFFF;
}

div.list > form > h5{
	float: right;
	margin-top: 10px;
	font-weight: normal;
}

div.list > form > h5 > a{
	display: inline-block;
	height: 30px;
	padding: 0px 10px;
	background-color: #333333;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
}

div.list > nav{
	margin-top: 50px;
}

div.list > nav span.sound_only{
	font-size: 0px;
}

div.list > nav strong{
	height: 28px;
	padding: 0px 10px;
	border: 1px solid #333333;
	background-color: #333333;
	color: #FFFFFF;
	line-height: 28px;
}

div.list > nav a{
	height: 28px;
	padding: 0px 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	line-height: 28px;
}

div.list > nav a:hover{
	border: 1px solid #333333;
	background-color: #333333;
	color: #FFFFFF;
}

div.list > form > p{
	margin-top: 50px;
	text-align: center;
}

div.list > form > p > input{
	height: 28px;
	border: 1px solid #CCCCCC;
}

div.list > form > p > select{
	height: 30px;
	border: 1px solid #CCCCCC;
}

div.list > form > p > button{
	height: 30px;
	padding: 0px 10px;
	border: 0px;
	background-color: #333333;
	color: #FFFFFF;
}

div.list > form > p > a{
	display: inline-block;
	height: 30px;
	padding: 0px 10px;
	background-color: #333333;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
	vertical-align: middle;
}

div.list hr{
	display: block;
	clear: both;
	border: 0px;
}