@charset "Shift_JIS";

/* =================================================================================================
　WOWOW ONLINE - 「基本レイアウト」CSS
　http://www.wowow.co.jp/
　Copyright (C) WOWOW INC. ALL RIGHTS RESERVED.
====================================================================================================

　【目次】
　・ページ全体
　・ページ本体のコンテナ
　・3カラムページのメインユニット＋左サブユニット
　・2カラムページのメインユニット＋左サブユニット
　・ページトップ

================================================================================================= */


/* ----------------------------------------------------------------------------
　ページ全体
---------------------------------------------------------------------------- */

/* ページ全体背景色 */
body{
	min-width:982px;
}

/* ----------------------------------------------------------------------------
　ページ本体のコンテナ
---------------------------------------------------------------------------- */

.page{
	width:982px;
	padding:15px 0px 15px;
	margin:0 auto;
	display: inline-block;
	display: block;
}

.page .innerContainer {
  margin:0 auto;
  padding:0px 0px 0px;
  width:982px;
}

.page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* ----------------------------------------------------------------------------
　3カラムページのメインユニット＋左サブユニット
---------------------------------------------------------------------------- */

.layout3 .sub{
	width:180px;
}

.layout3 .mainSub{
	width:793px;
}

.layout3 .mainSub .main{
	width:604px;
}

.layout3 .mainSub .sub{
	width:180px;
}


/* ----------------------------------------------------------------------------
　2カラムページのメインユニット＋左サブユニット
---------------------------------------------------------------------------- */

.layout2 .main{
	width:793px;
	float:right;
}

.layout2 .sub{
	width:180px;
	float:left;
}


/* ----------------------------------------------------------------------------
　1カラムページのメインユニット
---------------------------------------------------------------------------- */

.layout1 .page{
	width:100%;
}

.layout1 .main{
	width:982px;
	margin:0 auto;
}
