/* openwin.css 2008.06.11 */

/*============目次============
　最終更新日：2008.06.11
　1.パン屑ナビゲーション 上書き
　2.閉じるボタン
　3.コンテンツ
　4.上書きCSS
============================*/

/*===========================
■1.パン屑ナビゲーション 上書き
============================*/
#openwin DIV.Status {
	width: 100%;
	padding: 5px 0;
	text-align: left;
	margin: 0;
}
#openwin DIV.Status a {
	margin: 0 0.5em;
}


/*===========================
■2.閉じるボタン
============================*/
div.CloseBox {
	text-align: center;
	clear: both;
	width: 90px;
	float: none;
	margin: 0 auto;
	display: block;
}
.CloseBox form {
	width: 70px;
	margin: 20px auto;
	margin-left: auto;
	amrgin-right: auto;
}
.CloseBox input {
	font-size: 100%;
	padding: 3px 10px;

}
.foot_s {
	width: 100%;
}

/* Type Close */
div.CssBtn.MetalBtn.TypeClose{
}
div.CssBtn.MetalBtn.TypeClose input,
a.CssBtn.MetalBtn.TypeClose span {
	height: 32px;
	line-height: 32px;
	color: #000000;
	margin-left: 2px;
	padding: 0 15px 0 13px;
	letter-spacing: 0.3em;
}
div.CssBtn.MetalBtn.TypeClose input,
a.CssBtn.MetalBtn.TypeClose span {
	background: url("file:///W|/www-megasoft/3dmyhomepro6/img/btn/close.gif") no-repeat right top;
}
div.CssBtn.MetalBtn.TypeClose,
a.CssBtn.MetalBtn.TypeClose {
	background:url("file:///W|/www-megasoft/3dmyhomepro6/img/btn/close.gif") no-repeat 0 0;
}
div.CssBtn.MetalBtn.TypeClose input:hover,
a.CssBtn.MetalBtn.TypeClose:hover span {
	background:url("file:///W|/www-megasoft/3dmyhomepro6/img/btn/close.gif") no-repeat right bottom;
}
div.CssBtn.MetalBtn.TypeClose:hover,
a.CssBtn.MetalBtn.TypeClose:hover {
	background:url("file:///W|/www-megasoft/3dmyhomepro6/img/btn/close.gif") no-repeat left bottom;
}

/*===========================
■3.コンテンツ
============================*/
#openwin h1 {
	margin: 0 5px 0.5em 5px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 123.1%;
}
#openwin h1.Bar {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 123.1%;
}
#openwin h2 {
	font-size: 123.1%;
	line-height: 120%;
	margin: 0 0 10px;
	padding: 0;
	color: #333366;
	border-left: none;
	clear: both;
}
.OpenWinContent {
	text-align: center;
	margin: 10px auto;
	width: 100%;
}
.MovieText {
	width: 235px;
	float: right;
}
.MovieBox {
	width: 515px;
	float: left;
}
.CenterBox {
	text-align: center
}


/*===========================
■4.上書きCSS
============================*/
.ContentInner {
	padding: 0;
	overflow: display;
	text-align: left;
	margin: 0 auto;
	width: 760px;
}
