/******************************************************************************

 INITIALIZATION

******************************************************************************/
/*
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#000;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,form,dl,dt,dd {
	margin: 0;
	padding: 0;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*:first-child+html body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
* html body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	background:#000000;
	color:#ffffff;
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #ea5724;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
ul,li,ol {
	list-style-type: none;
}
div,ul,li,ol,dl,dt,dd,p {/*for IE 5.5-7*/
/*
	zoom:1;
}
ul:after,ol:after,li:after,dl:after,dt:after,dd:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}
img {
	border: 0;
	border-style: none;
}


*/



/* ====================================================================

	[ALL] BASE 

======================================================================= */


/*flash　点線カット*/
object{outline:noneｔ;}



/* ===== [ IMAGES ] ===== */
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	border:none;
}



/* ===== [ FLOAT CREAR ] ===== */
.clear {clear: both;}

/*clearfix*/
.clearfix:after {
display : block;
clear : both;
height : 0;
content : "";
overflow : hidden;
}
.clearfix {
overflow : hidden;
display : block;
}
/* FOR MAC IE \*/
* html .clearfix {
height : 1%;
overflow : visible;
}


/* ===== [ float Reset ] ===== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* ===== text ===== */
.f10{ font-size:10px; line-height:20px;}
.f11{ font-size:11px; line-height:20px;}
.f12{ font-size:12px; line-height:20px;}
.f13{ font-size:13px; line-height:20px;}
.f14{ font-size:14px; line-height:20px;}
.f15{ font-size:15px; line-height:20px;}
.f16{ font-size:16px; line-height:22px;}
.f18{ font-size:18px; line-height:24px;}
.f20{ font-size:20px; line-height:28px;}
.f22{ font-size:22px; line-height:28px;}
.f24{ font-size:24px; line-height:28px;}
.f30{ font-size:30px; line-height:34px;}

.bold {
	font-weight:bold;
}


/* ===== text-align ===== */

.cn{ text-align:center;}
.le{ text-align:left;}
.ri{ text-align:right;}


/* ===== col ===== */

.red{ color:#F00;}
.blue{ color:#3f5e82;}



