@charset"UTF-8";

/*
# web : facta.co.jp
# file : style.css
# edit by : takano@facta.co.jp
# last update : 2010/09/02
*/

/*
# --------------------------------------------------------------------------------
# basic style
# --------------------------------------------------------------------------------
*/

* {
    margin: 0;
    padding: 0;
}

/* font */
html > body {
    font-family: 'MS Pゴシック','ＭＳ Ｐゴシック',Osaka,sans-serif;
/*  font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS Pゴシック','ＭＳ Ｐゴシック',Osaka,sans-serif; */
}

/* link */
a:link {
    text-decoration: none;
    color: #2f32a5;
}
a:visited {
    text-decoration: none;
    color: #666699;
}
a:hover {
    text-decoration: underline;
    color: #2f32a5;
}
a:active {
    text-decoration: underline;
    color: #2f32a5;
}

a img {
    border: 0px;
}


