@charset "utf-8";
/* ===================================================================
CSS information

 style info :デフォルトCSS

 *Last Modified: 2012-02-15
=================================================================== */


/* ----------------------------------------------------
	reset
---------------------------------------------------- */
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,textarea{
	font-size:100%;
	font-style:normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.8;
	margin:0;
	padding:0;
}
html{
	overflow-y:/scroll;
}
body{
	font-size:14px;
	font-size:85%\9;
}
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:hover{
	text-decoration:none;
}
a:focus{
	outline:none;
}
a img{
	vertical-align:top;
	text-decoration:none;
}


/* ----------------------------------------------------
	fontColor
---------------------------------------------------- */
body{color:#333;}
a,
a:link{
	vertical-align:baseline;
	color:#1FA2E1;
	text-decoration:underline;
}
a:visited{
	color:#1FA2E1;
}
a:hover{
	color:#75bbe5;
	text-decoration:none;
}


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