@charset "UTF-8";

/*  ================================================================================
	共通
================================================================================  */

html{ overflow:scroll-y; width:100%; height:100%; }
body {
	width:100%;
	height:100%;
	font-size:75%; /*フォントサイズ　12px*/
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	line-height:150%;
	color:#333;
	margin:0 auto;
	text-align:center;
}
* html body{ font-family:Verdana, 'ＭＳ Ｐゴシック', Osaka, sans-serif; }
* html table{ font-size:100%; line-height:150%; }

ul li{ list-style:none; }

.fontsmall{ font-size:83.3%; } /*フォントサイズ　10px */
.fontbig{ font-size:116.7%; } /*フォントサイズ　14px */
h1,	/* CI */
h2,	/* コンテンツタイトル */
h3, /* ページ内大タイトル */
h4,	/* ページ内小タイトル */
h5,	/* サイトディスクリプション */
h6,	/* グローバルコンテンツタイトル */
h7{ font-weight:normal; margin:0; padding:0;}
p{ padding-bottom:1em; }
img{ border:none; }

h2.left{ float:left; }

a:link,a:visited,a:active { color:#336699; text-decoration:none; }
a:hover { color:#6699cc; text-decoration:underline;}  

.cFF0000{ color:#FF0000; }
.cCC0000{ color:#CC0000; }

/*  ================================================================================
	floatさせたボックスが親ボックスの外にはみ出す現象を回避
================================================================================  */
#stage:after,
.works:after,
.pub:after,
.info:after,
.fee:after,
.clearfix:after,
dl:after,
dl dt:after,
dl dd:after{
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#stage,
.works,
.pub,
.info,
.fee,
.clearfix,
dl,
dl dt,
dl dd{ display:inline-table; zoom:1; }

* html #stage,
* html .works,
* html .pub,
* html .info,
* html .fee,
* html .clearfix,
* html dl,
* html dl dt,
* html dl dd{ height:1px; zoom:1; }

#stage,
.works,
.pub,
.info,
.fee,
.clearfix,
dl,
dl dt,
dl dd{ display:block; }
