/* =============================================================================
++ 
++ DS時雨殿--OpenWindow用Common Css File
++ 	ow.css
++ 	
++ 	Win:--OK
++ 	--NG
++ 	Mac:--OK
++ 	--NG
++ 	
++ 	Created:2006/11/29 MARS.CO.LTD
++ 
============================================================================== */
/* -------------------------------------------- タグ：デフォルトスタイル無効化 */
BODY{
/*	position:relative;*/
	margin:0; padding:0;
	background:#f8edd6 url(img/b.jpg) repeat right top;
	text-align:center;
}
IMG{
	border-style:none;
}
P  { margin:0; padding:0; }


/* ------------------------------------------------------------------ 共通骨子 */
.image{
	margin-top:19px; margin-bottom:18px;
}
.video{
	margin-top:22px; margin-bottom:22px;
}
.video-size{
	margin-top:16px; margin-bottom:18px;
}
.footlink{
	position:absolute; bottom:0; left:0;
	width:100%;
	font-size:80%;
	color:#FFFFFF; 
	background:#4c306d url(img/b.gif);
	padding-bottom:10px;
}


/* ---------------------------------------------------------------------- 便利 */
.t-right { text-align:right; }
.t-center{ text-align:center; }

