
@charset "utf-8";

/* reset browser settings
------------------------------------------------------------------- */
/* リニューアル前のhtmlを移植したページに対しては、初期化が影響しないように大枠のidでセレクタコントロールしておく。 */
#stage div,#stage p,
#stage  h1,#stage h2,#stage h3,#stage h4,#stage h5,#stage h6,
#stage tr,#stage th,#stage td,#stage dl,#stage dt,#stage dd,#stage a
	{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	line-height:1.4;
	}

#stage form
	{
	margin: 0px;
	padding: 0px;
	}

#stage ul,#stage ol,#stage li
	{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	}

#stage table
	{
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size:100%;
	}

table
	{
	font-size:100%;
	}

#stage tr
	{
	vertical-align:top;
	}

#stage input
	{
	font-size:100%;
	margin:0;
	}

#stage img
	{
	border: 0;
	margin:0;
	padding:0;
	vertical-align:top;
	}

/* 共通設定：文字色など
--------------------------------------------------------------------*/

* html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


body
	{
	color:#595959;
	font-size:82.5%;
	font-size:12px;
	line-height:1.5;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro",sans-serif;
	}


#stage br
	{
	letter-spacing:0px;
	}

#stage span.hdn
	{
	display:none;
	}

.idt-m1
	{
	text-indent:-1em;
	padding-left: 1em;
	}


.blk
	{
	display:block;
	}

.algn-c
	{
	text-align:center;
	}
.algn-r
	{
	text-align:right;
	}

/* 共通設定：リンク色設定
--------------------------------------------------------------------*/

a:link { color:#0068b7;text-decoration:none;outline: none;}
a:active { color:#0096ff;text-decoration:none;outline: none;}
a:visited { color:#00a0e9;text-decoration:none;outline: none;}
a:hover { color:#0096ff;text-decoration:underline;outline: none;}

a.ext
	{
	background:url('/csr/sports-culture/junior-jump/2011/common/img/icon_blank.gif') no-repeat 0 4px !important;
	padding-left:14px !important;
	}

a:hover img.bovr {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;	
}

.hovr img.bovr {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;	
}

.hovr a {
	color:#0096ff;
	text-decoration:underline;
}




/* 共通設定：配置
--------------------------------------------------------------------*/
#stage
	{
	position:relative;
	text-align: center;
	zoom:1;
	}


/*------------------------
	共通設定：ヘッダ
------------------------*/
#stage #header
	{
	position:relative;
	width: 740px;
	min-height: 60px;
	margin: 0px auto;
	text-align:left;
	}

* html #stage #header
	{
	height: 60px;
	}

#header #megsnow-logo
	{
	position:absolute;
	top:0;
	left:0;
	}

#header #headerNav
	{
	font-size: 85%;
	padding: 15px 10px 0 200px;
	}

#header #headerNav li
	{
	float: right;
	line-height: 1;
	letter-spacing: 1px;
	}

#header #headerNav li a
	{
	padding: 0 10px;
	line-height: 1;
	}

#header #headerNav li.sitemap a
	{
	padding-right: 0;
	}

#header #catchcopy
	{
	font-size: 85%;
	padding: 8px 10px 10px 200px;
	text-align: right;
	letter-spacing: 1px;
	}

/*------------------------
	共通設定：contentエリア
------------------------*/
#stage #content
	{
	position:relative;
	width: 740px;
	margin: 0px auto;
	text-align:left;
	}







/*------------------------
	共通設定：フッタエリア
------------------------*/

#stage #footer
	{
	position:relative;
	padding: 10px 0 20px;
	width:740px;
	margin:0 auto;
	border-top:1px solid #dadada;
	}

#footer ul
	{
	padding-left:15px;
	}

#footer li
	{
	float:left;
	line-height:1;
	margin-right:15px;
	}

#footer li a
	{
	display:block;
	padding-right:15px;
	border-right:1px solid #c1c1c1;
	font-size:85%;
	}

#footer #copyright
	{
	position:absolute;
	top:10px;
	right:0;
	font-size:85%;
	}




/* 共通設定：●矢印
--------------------------------------------------------------------*/


/* 共通設定：印刷時のみ表示
--------------------------------------------------------------------*/
#stage .forprint
	{
	display:none;
	}

/* 共通設定：クリア
--------------------------------------------------------------------*/

.cfx:after
	{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.cfx
	{
	zoom:1;
	}

/* WinIE7 only */
*:first-child+html .cfx
	{
/*	height:1%;*/
	}

/* WinIE6 and below */
/*\*/
* html .cfx
	{
	height:1%;
	}
/**/

/* MacIE only */
/*\*//*/
.cfx
	{
	display:inline-table;
	}
/**/

.clear
	{
	clear:both;
	}

