@charset "utf-8";

/* ---------- [default] ---------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"ＭＳ Ｐゴシック","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
* {
	margin: 0;
	padding: 0;
} 
html {
	overflow-y:scroll;
	font-size:62.5%;
	line-height: 1.6;
}
* html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
p {
	margin:0 0 1em 0;
}
ul,ol {
	list-style:none;
}
img,a img {
  vertical-align:bottom;
  border:0;
  background:transparent;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
object,embed {
  vertical-align:top;
}
em,address,dfn {
	font-style:normal;
}
a:link {
	color:#5656B8;
	text-decoration:none;
	overflow: hidden;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color: #333366;
}
a:active {
	color:#663399;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
