@charset "UTF-8";

/*======================================

	rights.css
	
=======================================*/

.category {
	clear: both;
}

.content{
	float: right;
	width: 755px;
	padding: 3px 0 20px 0;
	background: url(../img/border_gray_w755.gif) no-repeat;
	font-size: 108%;
}

.content .list:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
}

h2 {
	margin:5px 0 15px 0;
}

h3 {
	float: left;
	width: 165px;
}

h4{
	padding: 12px 0 15px 0;	
}

.adobereader {
	clear: both;
	position: static;
	padding: 0 0 0 192px;
	font-size: 100%;
}
.adobereader img {
	float: left;
	width: 158px;
	margin: 0 10px 0 0;
}


.content ul {
}
.content li {
	margin: 5px 10px 0 0;
}
.content ul.list_type01 li {
	margin: 5px 10px 0 15px;
	padding: 0 0 0 22px;
	background: url(../img/bullet_square_green.gif) no-repeat 0 0.2em;
}
.contentli:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
}
.content li .data {
	display: block;
	margin: 0.5em 0 0 0;
}

.bullet{
	margin: 0 4px 0 10px;
}

a{
	color:#00F;
}

/* clearfix
=======================================*/
.clearfix:after {
  content: "."; 
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  zoom:1;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


