@charset "utf-8";
/* CSS Document */

@import url(style.css);
@import url(print.css);

* {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 12px;
	color: #333333;
	line-height: 1.8em;
}
body {
	text-align: center;
	background-color: #f2f5ff;
}
a img {
	border:0;
}
a {
	color:#1d39a8;
}
a:hover {
	text-decoration:none;
	color: #FF3300;
}
table {
	border-collapse: collapse;
}
td {

}
ol,ul,li,dl,dt,dd {list-style-type: none;margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6,p,img,br {margin: 0;padding: 0;}
p,br {
}
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}/* no more IE6 background flicker */ 

.clear {
   clear: both;
}
.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;}
