@charset "UTF-8";

h1 { color:#333; font-size:16px; font-weight:bold; margin-bottom:40px; text-align:center; }

/* profile
----------------------------------------------------------------------------------------------------*/
#profile { background-color:#000; color:#fff;width:600px;  }
#videos { background-color:#000; color:#fff;width:540px;  }
#contents{padding:30px;margin:0 auto;}
#pic{width:245px;height:315px;float:left;}
#txt{width:250px;height:315px;float:right;}
#yt{margin:0 auto;}



/* clearfix
----------------------------------------------------------------------------------------------------*/
.clearfix:after { content:""; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }