@charset "utf-8";
/* CSS Document */
			#list1 .title { font-weight:bold; }
			#list1, #list2 { width:565px;
			text-align:left; }
			.title, .mytitle { cursor:pointer; border:1px solid #CCCCCC; margin-top:0.5em; padding:0em;
			font-weight:bold;color:rgb(80,80,80) }
			.on  .mytitle { background-color:#C0C0C0; }
			.off .mytitle { background-color:#E0E0E0; }
			.content, .mycontent    { background-color:#F5F5F5; padding:0.1em; border:1px solid #C0C0C0; border-top-width:0; }
	

