@charset "utf-8";




/* CSS Document */


/* ====================================================================

	[ALL] BASE

======================================================================= */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
	min-width:920px;

}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo,arial,helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	color:#000;
	background-color:#fff;
}

/* ===== [ TAG Reset ] ===== */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, caption, img, form, blockquote, u, em, i {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size:inherit;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
}




/* ===== [ IMAGES ] ===== */
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

* html .png {
	behavior: expression(IEPNGFIX.fix(this));
}



/* ===== [ FLOAT CREAR ] ===== */
.clear {clear: both; font-size:1px; line-height:1px;}

/* ===== [ TEXT LINK ] ===== */

a {
	color:#F06;
	text-decoration: underline;
}
a:visited {
	color:#F06;
	text-decoration: underline;
}
a:hover {
	color:#F90;
	text-decoration: underline;
}
a:active {
	color:#F90;
	text-decoration: underline;
}


/* ===== [ float Reset ] ===== */
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}


/* ===== text-align ===== */

.cn{ text-align:center;}
.le{ text-align:left;}
.ri{ text-align:right;}

.text14{ font-size:14px;}

.R{ color:#c00;}
.G{ color:#666;}
.blue{ color:#09C;}
.pink{ color:#F03;}





