@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

body {
	color: #333;
	font:12px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	line-height: 1.6em;
	background: url(../images/body_bg.jpg) left top repeat-x;
}
ul {
	list-style: none;
}
img {
	border: none;
}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}
a {
	color: #1557A8;
	text-decoration: underline;
}
a:visited {
	color: #1557A8;
}
a:hover {
	color: #1557A8;
	text-decoration: none;
}

.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/
