@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,body p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em {
	font-size: 100%;
	font-style: normal;
	font-family: "メイリオ", Meiryo, Verdana, sans-serif;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	font-size: 12px;
	height: 100%;
}
img {
	border: 0px;
	vertical-align: bottom;
}
ul, ol {
	list-style-type: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th, caption {
	text-align: left;
}
legend {
	color: #000;
}
a {
	text-decoration: none;
	color:#333;
	text-decoration:underline;
}
a:hover {
	text-decoration: underline;
	color:#f33;
}
a:focus {
	outline: none;
	color:#f33;
}
a img {
	vertical-align: top;
	text-decoration: none;
}


/* ----------------------------------------------------
	fontColor
---------------------------------------------------- */
body { color: #646464; }
/*a:link { color:#FFF }*/
/*a:visited { color: #FFF; }
a:hover { color: #FFF; }*/


/* ----------------------------------------------------
	clearfix  2009.10.06
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
}