* {
	margin:0;
	padding:0;
}
body {
	font-size:100%;
	color:#333;
	background:#eee;
	}
img {
	border:0;
}
ul {
	list-style:none;
}
ol {
	list-style-position:inside;
}
.chui ul {
    list-style: disc;
	list-style-position:inside;
}
.chui{
	border: dotted 2px #FF4649;
	padding: 10px;
}

#wrapper {
}
#contents {
	width:800px;
	margin:0 auto;
	padding:30px 50px 30px 50px;
	background:#fff;
	font-size:83%;
	line-height:1.8;
}
h1 {
	text-align:center;
}
h2 {
	clear:left;
	margin-top:25px;
	margin-bottom:25px;
	font-size:14px;
}
.info dt {
	margin:10px 0;
	padding-bottom:3px;
	border-bottom:1px dashed #000000;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}
#attention dt {
	margin:10px 0;
	padding-bottom:3px;
	border-bottom:1px dashed #ff0000;
	font-weight:bold;
	font-size:15px;
	color:#ff0000;
}
#event dd ul {
	margin-left:12px;
}
dl#guidelines {
	clear:both;
}
dl#guidelines dt {
}
dl#guidelines dd {
	display:block;
	margin:0 0 5px 0;
}
#flow {
	margin:0 15px;
	font-size:12px;
}
#flow dt {
	padding:5px;
	background:#000;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
#flow dd {
	padding:10px 15px;
	border:1px solid #000;
}
.list li, #flow li, .list2 {
	padding-left:13px;
	background:url(imgs/list_bg.gif) no-repeat 0 6px;
}
.list_disc li {
	list-style: disc;
	margin-left: 1.5em;
}
.sample li {
	padding-left:13px;
	background:url(imgs/spacer.gif) no-repeat 0 6px;
}
#bank {
	margin-bottom:10px;
	padding:10px;
	border:1px solid #ccc;
}
#footer dl {
	margin:15px;
}
#footer dt {
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px dashed #333;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
#footer dd {
	font-size:12px;
}
#knt {
	position:relative;
	margin-bottom: 70px!important;
}
#knt_logo {
	position:absolute;
	top:60px;
	right:25px;
}
/*util*/

.toTop {
	text-align:right;
}
.large {
	font-size:16px;
}
.small {
	font-size:12px;
}
.att {
	color:#f00;
}
.arr {
	margin:10px 0;
	text-align:center;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.margin10 {
	margin:10px 0;
}
.marginT10 {
	margin-top:10px;
}
.marginL8 {
	margin-right:8px;
}
.marginB20 {
	margin-bottom:20px;
}
.op {
	color:#006633;
	font-weight:bold
}
table.border {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:5px;
	width: 100%;
}
table.border th, table.border td {
	padding:5px 12px;
	border:1px solid #000000;
}
table.border th {
	background:#ddd;
	text-align:center;
	font-weight:normal;
}
#sch_btn li {
	display:inline;
	width:194px;
}
.strong {
	font-weight:bold;
	color:#FF3300;
}
.box {
	padding:5px 10px;
	border:1px solid #666;
	margin-top: 30px;
}
.box2 {
	padding:15px;
	border:2px solid #ccc;
	background:#eee;
}
#title {
	position:relative;
	width:760px;
	height:604px;
}
#title span {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background:url(imgs/spacer.gif)
}
#attention {
	BORDER-RIGHT: #ff0000 2px solid;
	PADDING-RIGHT: 15px;
	BORDER-TOP: #ff0000 2px solid;
	MARGIN-TOP: 5px;
	PADDING-LEFT: 15px;
	BACKGROUND: #fbeeee;
	PADDING-BOTTOM: 15px;
	BORDER-LEFT: #ff0000 2px solid;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #ff0000 2px solid
}
.red_line {
	color: #000000;
	text-decoration: line-through;
}
#event {
	position:relative;
}
#event_logo {
	position:absolute;
	top:33px;
	right:25px;
}