@charset "euc-jp";

/* 共通 */

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 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; }
p{ padding-bottom:1em; }
img{ border:none; }

a:link,a:visited,a:active { color:#336699; text-decoration:none; }
a:hover { color:#6699cc; text-decoration:underline;}  

/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */

.clearfix:after,
dl:after,
dl dt:after,
dl dd:after{
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
.clearfix,
dl,
dl dt,
dl dd{ display:inline-table; zoom:1; }
/* Mac IE には適用させない \*/
* html .clearfix
* html dl,
* html dl dt,
* html dl dd{ height:1px; zoom:1; }
.clearfix,
dl,
dl dt,
dl dd{ display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
