/* Global Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, label, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

a {
    outline: none;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

.hide, .hide-cufon h3 {
    visibility: hidden;
}

/*for FireFox*/
input[type =
"submit"]::-moz-focus-inner, input[type = "button"]::-moz-focus-inner {
    border: 0px;
}

/*for IE8 */
input[type =
"submit"]:focus, input[type = "button"]:focus {
    outline: none;
}

.right {
    float: right;
}

.text_right {
    text-align: right;
}

.left {
    float: left
}

/* End Global Reset*/
.clear {
    clear: both
}

/* Clear Fix Hack for Firefox */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* End Clear Fix Hack for Firefox */


