/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* TXT¥ì¥¤¥ä¡¼
---------------------------------------------------- */
#txtLayer {
	width:340px;
	height:400px;
}

#txtLayer h1 {
	font-size:20px;
	font-weight:bold;
	/*border-bottom:1px dotted #551d06;*/
	line-height:1.0;
	color:#551d06;
	padding:1px 0px 0px 0px;
	margin-left:10px;
	margin-right:0px;
}

#txtLayer h1 img{
	border:none;
}

#txtLayer h1 a{
	text-decoration:none;
}
#txtLayer h1 a:link{
	color:#551d06;
}
#txtLayer h1 a:visited{
	color:#551d06;
	}
#txtLayer h1 a:hover{
	color:#551d06;
	text-decoration:underline;
	}
#txtLayer h1 a:active{
	color:#551d06;
	text-decoration:none;
}	

#txtLayer p {
	font-size:14px;
	font-weight:bold;
	/*border-bottom:1px dotted #551d06;*/
	line-height:1.3;
	color:#67a1a7;
	/*padding:2px 0px 1px 0px;*/
	margin-left:20px;
	margin-right:0px;
}

#txtLayer p a{
	text-decoration:none;
}
#txtLayer p a:link{
	color:#67a1a7;
}
#txtLayer p a:visited{
	color:#67a1a7;
	}
#txtLayer p a:hover{
	color:#67a1a7;
	text-decoration:underline;
	}
#txtLayer p a:active{
	color:#67a1a7;
	text-decoration:none;
}	


