@charset "utf-8";

/*===============================================

 #container

=================================================*/

/*-----------------------------------------------
 .link
-------------------------------------------------*/

#container .link li {
	margin-top:15px;
	padding-left:20px;
	background:url(../img/common/i_window.png) no-repeat 0 6px;
}
#container .link li:first-child {
	margin-top:0;
}

/*-----------------------------------------------
 article
-------------------------------------------------*/

#container article {
  margin-top:15px;
}
#container article p {
  background:url(../img/common/i_circle.png) no-repeat left center;
	text-indent:20px;
}
#container article .photo {
  margin-top:15px;
  margin-left:30px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++*/
/* clearfix
+++++++++++++++++++++++++++++++++++++++++++++++++*/

.cf {
	zoom: 1; /* for IE5.5 - IE7 */
}
.cf:after {
	/* for modern browser */
  	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

