@import url('page.css');
@import url('header.css');
@import url('menu.css');
@import url('background.css');
@import url('contents.css');
@import url('breadcrumb.css');
@import url('footer.css');

#contents h3{		
	text-align:right;
	padding-right: 20px;
	font-size:10pt;
}

#contents h4{
	text-decoration:underline;
	font-size:10pt;
	
}

#contents h4.date{
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
	font-size:8pt;
}

#contents h4.source{
	text-decoration:underline;
	text-align: right;
	font-size: 8pt;
	font-weight: normal;
}

#contents ul{
	font-size: 8pt;
	margin:0;
	padding:0;
	border-top: dotted 1px #000;
}

#contents ul li{
	padding-top:3px;
	padding-bottom:3px;		
	border-bottom: dotted 1px #000;
	color: #500;
	list-style-type:none;
	text-align:justify;
}

#contents ul li a{
	margin-left: 10px;
	text-decoration: none;	
	color:#000;
	
}

#contents ul li a:hover{
	background-color: #bdf;
}

#contents p{
	font-size: 8pt;
	text-align: justify;
}

#contents p img.right{
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
}