@charset "UTF-8";

/**/
section,header,footer,article{display:block;}

figure,blockquote, div, dl, dt, dd,  
h1, h2, h3, h4, h5, h6,  
ul, ol, li, p, pre, span, td, th {
	margin: 0;
	padding: 0;
}
header,footer,aside,section,article,nav{display:block;}
html { overflow-y:scroll; height: 100%; }

body {
	margin: 0; 
	padding: 0;
	height: 100%;
	color: #000;
	font-size: 13px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,Arial,sans-serif;
}

/* for IE7 */
*+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: small;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "メイリオ";
	font-size: small;
}

a {	text-decoration: underline; }
a:link		{ color: #ff6600; }
a:visited	{ color: #ff6600; }
a:hover		{ color: #ffcc00; }
a:active	{ color: #ffcc00; }

img { vertical-align: top; border: 0; }

caption, th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

li{list-style:none;}

table {
	font-size:inherit;
	font-size:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* 汎用クラス
------------------------------------------------------*/

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
		line-height:0;
		font-size: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.hidden2{visibility:hidden;} 

.fl-left { float: left; }
.fl-right { float: right; }

.mgt-10 { margin-top: 10px !important; }
.mgt-15 { margin-top: 15px !important; }

.centering { display: block; margin: 0 auto; }

.floatR { float: right; }
.floatL { float: left; }

.alignC { text-align:center; }
.alignR { text-align:right; }

.valignT { vertical-align:top; }
.valignM { vertical-align:middle; }

.mgt0 { margin-top:0px !important; }
.mgt5 { margin-top:5px !important; }
.mgt10 { margin-top:10px !important; }
.mgt15 { margin-top:15px !important; }
.mgt20 { margin-top:20px !important; }

.pdt0 { padding-top:0px !important; }
.pdt5 { padding-top:5px !important; }
.pdt10 { padding-top:10px !important; }
.pdt15 { padding-top:15px !important; }
.pdt20 { padding-top:20px !important; }


/*テキスト
----------------------------------------------------------------*/
.font-10 { font-size: 77%; }
.font-11 { font-size: 85%; }
.font-12 { font-size: 93%; }
.font-13 { font-size: 100%; }
.font-14 { font-size: 108%; }
.font-15 { font-size: 116%; }
.font-16 { font-size: 123.1%; }
.font-17 { font-size: 131%; }
.font-18 { font-size: 138.5%; }
.font-19 { font-size: 146.5%; }
.font-20 { font-size: 153.9%; }
.font-21 { font-size: 161.6%; }
.font-22 { font-size: 167%; }
.font-23 { font-size: 174%; }
.font-24 { font-size: 182%; }

/**/
