@charset "utf-8";
/* CSS Document */
/*====================================================*/
/* clearfix */
div:after,
ul:after {
content:"";
display:block;
clear:both;
visibility:hidden;
height:0;
}

* html div,
* html ul {
display:inline-block;
}

/* exlude MacIE5 \*/
* html div,
* html ul { height:1%; }
div,
ul { display:block; zoom:1; }

/* end MacIE5 */
/*====================================================*/
/* GATE 共通部分 */
/*====================================================*/
div {word-break:break-all; word-wrap: break-word;}
form , input {margin:0; padding:0;}
a , img {border:none;}
a:hover {text-decoration:none;}
.clear {clear:both; margin:0; padding:0;}
.textindent {text-indent:-9999px; overflow:hidden;}
li {list-style:none;}
* html body{behavior:url("/gate/p/css/csshover.htc");}
