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

@import url(style.css);
@import url(print.css);

* {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.8em;
	font-size: 14px;
}
body {
	text-align: center;
}
a img {
	border:0;
}
a {
	color:#00A0EA;
}
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;
	font-size: 100%;
	font-weight: normal;
}
p,br {
}
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}/* no more IE6 background flicker */ 
ul {
    list-style-type: none;
}
li img {
    vertical-align: bottom;
}
.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;}
