@charset "utf-8";
/* ======================================== project13 */
#project{
	width:580px;
	margin:0 10px 0 15px;
	font-size:1.1em;
}

#project.txt{
	width:580px;
	margin:5px 0 0 5px;
}
#project img{
	width:300px;
	float:left;
	margin:10px;
	padding:1px;	
	border:1px solid #999;
	
}

.clear-txt{
	clear:both;
}

.section{
	clear:both;
	width:600px;
	margin-left:25px;
	margin-bottom:25px;
}

.section img{
	padding:1px;	
	border:1px solid #999;
}
/*youtube*/
.list_youtube {
	background:transparent url(./images/icon_youtube.jpg) no-repeat center left;
	display:inline-block;
	padding-left:20px;
	zoom:1;
    min-height:16px;
    height:auto!important;
    height:16px;/* for IE */
}
/*PDF*/
.list_pdf {
	background:transparent url(./images/icon_pdf.gif) no-repeat center left;
	display:inline-block;
	padding-left:20px;
	zoom:1;
    min-height:16px;
    height:auto!important;
    height:16px;/* for IE */
}

