@charset "utf-8";

/*
CSS Document
Reset CSS ver.2
*/


* {
margin:0;
padding:0;
font-style:normal;
font-weight: normal;
font-family:"Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","sans-serif";
color:#555555;
word-break:break-all;
}


h1,
h2,
h3,
h4,
h5,
h6 {
font-size:100%;}

img {border:0;}

p{ line-height:18px;}

ol,ul,li {list-style:none;} 

caption,th {text-align:left;} 

table,th,tr,td
{ border-collapse:collapse;}

a:hover{
text-decoration:none;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
display:
inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
