@charset "utf-8";

/* #contents_right
----------------------------------------------- */
#main_img {
	margin:15px 0 0;
	width:624px;
	height:420px;
	background:url(../home/main_img.jpg) no-repeat 0 0;
	}
#main_img p {
	text-indent:-9999px;
	}

#contents {
	margin:15px 12px 0;
	width:600px;
	}

#contents .rss {
	float:left;
	width:46px;
	margin:2px 0 0;
	text-indent:-9999px;
	}

#contents .info {
	float:right;
	width:544px;
	}

#contents .rss a {
	display:block;
	width:46px;
	height:15px;
	background:url(../home/icon_rss.gif) no-repeat 0 0;}
#contents .rss a:hover {
	background-position:0 -15px;}

#contents .info p {
	margin:0;}

/* clear
----------------------------------------------- */
#contents:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


