@charset "utf-8";
#memo_title {
	background-image: url(../../memo/img/title.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#memo_title h2 {
	visibility: hidden;
}

#memo_box {
	background-image: url(../../memo/img/bg_gra.jpg);
	background-repeat: no-repeat;
	padding-left: 200px;
	display: block;
	width: 750px;
	margin-top: 20px;
}
#memo_midashi  {
	background-color: #CCCCCC;
	background-image: url(../../memo/img/bg_memotitle.jpg);
	display: block;
}
#memo_midashi h4 {
	line-height: 30px;
	padding-left: 30px;
	font-size: 1.2em;
	clear:both;
}
#memo_box ul {
	padding-left: 30px;
	margin-top: 10px;
	clear:both;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:15px;
}

#memo_box li {
	list-style-type: none;
	margin: 5px  5px 0 5px;
	padding-left: 10px;
	width:220px;
	float:left;
	padding-bottom:5px;
	display:inline;
}

#boder_02 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin-top:10px;
}

.clearfix:after { 
content: ".";
display: block; 
height: 0; 
clear: both;
visibility: hidden; 
 } 
 
 
 .clearfix {
 display: inline-block;
 } 
 
 /* Hides from IE-mac \*/
  * html .clearfix {
  height: 1%;
  } 
  
  .clearfix {
  display: block;
  } 
  
  /* End hide from IE-mac */
