
/* 全体的な設定 */

*html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

* { margin: 0; }
html, body { height: 100%; }
body {
	background: #95a4a5 url("../images/bg.gif") center;
	font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #333; line-height: 1.5;
	text-align: center; /* IEでの表示センタリングのため */
}
a:link {
	color: #069;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #6c0;
	text-decoration: none;
}
a:active {
	color: #cf0;
	text-decoration: none;
}

#wrapper {
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* margin-bottomは#footerの高さ(marginやpaddingを含む)分をマイナスする */
	text-align: left; /* IEでの表示センタリングのため中央揃えになったテキストを左揃えに */
}
#header {
	width: 100%; height: 10px;
	background: url("../images/ms_header_bg.gif") no-repeat center top;
}
#footer {
	height: 20px; width: 750px; /* #pushと高さ(+margin+padding)を揃える必要がある */
	margin: 10px auto 0;
	background: url("../images/ms_footer_bg.gif") no-repeat center bottom;
	text-align: left;
}

#menu {
	width: 150px;
	float: left;
}
#contents {
	width: 600px;
	margin: 0 auto;
	float: right;
}
#push {
	height: 30px;
	clear: both;
}



/* 「ムービー塾」用設定 */
/* ホーム */

#msHeader {
	width: 100%; height: 285px;
	margin: 0; padding: 0;
	background: url('../images/msheader_bg.jpg') no-repeat left top;
	text-indent: -9999px;
}

.msBignews {
	width: 550px;
	margin: 0; padding: 15px 25px 0;
	border-bottom: solid 1px #ccc;
}
.msBignews p {
	margin: 0 0 12px; padding: 0;
}
.msBignews img {
	border: 0;
	margin-bottom: 10px;
}

