@charset "UTF-8";

/**/
html {
	color: #ffffff;
	overflow-y:scroll;
}

/* for IE7 */
*+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 84.5%;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 84.5%;
}

a {	text-decoration: underline; }
a:link {	color: #ffcc00; }
a:visited {	color: #ffcc00; }
a:hover {	color: #ffcc00; }
a:active {	color: #ffcc00; }

a img {
	border:0;
}

body, blockquote, dd, div, dl, dt,  
h1, h2, h3, h4, h5, h6,  
li, ol, p, pre, span, td, th, ul, iframe, img {
	margin: 0;
	padding: 0;
}

caption, th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	font-size:inherit;
	font:100%;
}

ol, ul {
	list-style-type: none;
}

q:before, q:after {
	content:'';
}

div, img {
	behavior: url(../css/iepngfix.htc);
}

img{
vertical-align: top;
vertical-align: bottom;
margin: 0;
padding: 0;
border: none;
}


button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.centering { display: block; margin: 0 auto;}
.btn_center { display: block; margin: 10px auto 0 auto;}
.right { float: right;}
.left { float: left;}
.clearboth { clear: both;}


/*テキストサイズ
----------------------------------------------------------------*/
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }

