@charset "utf-8";
/* CSS Document */

* {
	margin : 0 ;
	padding : 0 ;
	background-color:#FFFFFF
}

body {
	width : 100% ;
	height : 100% ;
	background-color:#FFFFFF;
}
h3 {
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	position : relative ;
	width : 100% ;
	height : 100% ;
	background-color:#FFFFFF;
}

#contents {
	width : 100%;
	height : 620px;
	clear:left;
	background-image: none;
}

#cont_rap {
	width: 870px;
}

#header {
	display: none;
}

#footer {
	display: none;
}

#menu {
	display: none;
}

#cont {
	float : left;
	width : 700px;
	padding-left: 10px;
}

.clear {
	clear:both;
	height:1px;
	display:block;
}

.text {
	font-size: 12pt;
	line-height: 16pt;
}


.title {
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #0000FF;
}


.caption {
	color: #000000;
	font-size: 10pt;
	text-align: left;
}
a {
	color: #000000;
}

