@charset "utf-8";

* {
	margin:0;
	padding:0;
	font-family:'Lucida Grande','メイリオ',meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	
}

/** html * {
	zoom:1;
}*/


/* @group font-size reset ----------------------------------------- */

body { font-size:12px; }
/*for ie6*/
* html body { font-size:75%;
padding-left: 1px; }


/* @group style adjust ----------------------------------------- */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #39F;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
button {
	background:none;
	border:none;
}
strong {
	font-weight:bold;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
}
img {
	line-height:1%;
	vertical-align: top;
}
p, li, dt, dd, th, td {
	font-size:100%;
	line-height:1.6;
}
/* @end */

ul, li, dl, dt, dd, ol {
	list-style:none;
}


#footer_bg {
	background-color: #333;
}
/* 6.���̑���CSS
------------------------------------------------------------------------- */
.fLeft {
	float:left;
}
.fRight {
	float:right;
}
.fClear {
	clear:both;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}




