@charset "utf-8";
/* CSS Document */

div#stdPageWrapper {
	width:1000px;
	margin:5px auto 0px;
	text-align:left;
	background-image:url(../img/icons/back_main3.gif);
	background-repeat:repeat-y;
}

div#stdHeader {
	width:970px;
	margin:0px 15px 5px;
	clear:both;
}

div#stdMain {
	width:810px;
	float:right;
	margin-right:15px;
	}
	
div#stdSideNavi {
	width:146px;
	margin:0px 5px 5px 15px;
	float:left;
	}
	
div#stdfooter {
	width:1000px;
	height:50px;
	clear:both;
	background-image:url(../img/icons/back_main_footer.gif);
	background-repeat:repeat-y;
	}
	
.clearfix { clear:both; }


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.youtubebox { width:180px; float:left; margin-right:10px; }

.youtubebox p { text-align:center; margin-bottom:3px; margin-top:3px; font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:0.6em; }