@charset "utf-8";
/*ALL Settings*/
/*-----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border						: 0;
	outline						: 0;
	font-weight				: inherit;
	font-style				: inherit;
	font-size					: 100%;
	font-family				:	"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	vertical-align		: baseline;
	list-style				:	none;
	margin						:	0;
	padding						:	0;
}
/*ALL Settings*/

/* clearfix */
/*--------------------------------------------------------*/
.clearfix:after{
	visibility				:	hidden;
	display						:	block;
	font-size					:	0;
	content						:	" ";
	clear							:	both;
	height						:	0;
	}
* html .clearfix{
	zoom							:	1;
} /* IE6 */
*:first-child+html .clearfix{
	zoom							:	1;
} /* IE7 */


/* a */
/*--------------------------------------------------------*/
a{
	color							:	#36c;
}
a:link,a:visited,a:focus,a:active{
	color							:	#36c;
	outline						:	0px;
	background-color	:	transparent;
}

/* table */
/*--------------------------------------------------------*/
table{
	width							:	100%;
	border-collapse		:	collapse;
	border-spacing		:	0px;
}















