@charset "utf-8";

@import "default.css";
@import "home.css";
@import "modules.css";
@import "service.css";
@import "lightbox.css";
@import "clear.css";


/*--------------------------------
   Reset CSS
--------------------------------*/
body, div, h1, h2, h3, h4, h5, h6, p,
img, ul, ol, li, dl, dt, dd, table, th, td,
pre, form, fieldset, input, textarea, blockquote{
margin:0;
padding:0;
}

html{
overflow-y:scroll;
}

h1, h2, h3, h4, h5, h6{
font-size:100%;
}

img{
vertical-align:bottom;
border:none;
}

em, th, address{
font-style:normal;
font-weight: normal;
}

li{
list-style-type:none;
list-style-image:none;
list-style-position:outside;
}
