* {
    margin:             0px;
    padding:            0px;
}

img {
    border:             none;
    vertical-align:     bottom;
}

a {
    display:            block;
    text-decoration:    none;
}

ol, ul {
    list-style:         none;
}

body {
    color: #4b4b4b;
    font-family: "ＭＳ　Ｐゴシック","MS PGothic",verdana,arial,helvetica,clean,sans-selif;
    font-size: 12px;
}

.text_center {
    text-align:     center;
}

.text_left {
    text-align:     left;
}

.text_right {
    text-align:     right;
}

.float_left {
    float:          left;
}

.float_right {
    float:          right;
}

.clear {
    clear:      both;
}

.line-solid {
    border-width:       0px 0px 1px 0px;
    border-style:       solid;
    border-color:       #999999;
    margin:             0px 0px 4px 0px;
    height:             5px;
}

.line-dotted {
    border-width:       0px 0px 1px 0px;
    border-style:       dotted;
    border-color:       #999999;
    margin:             0px 0px 4px 0px;
    height:             5px;
}