@charset "utf-8";

/*
@import url("share/default.css");
@import url("share/fonts.css");
*/


html {
        height: 100%;
}

body {
        background: #FFFFFF;
        background-image:url(header_bg.jpg);
        background-repeat:repeat-x;
        font-size:14px;
        font-weight: bold;
        font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        margin:-14px 0 0 0;
        padding: 1em;
        height: 100%;
        color: #000000;
}
html* body{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;}

div#pagebody {
        padding-bottom: 1em;
        font-size: 93%;
}

a{
        border-bottom: dotted #262626 1px;
        color: #f51f3d;
        text-decoration: none;
}

a:link {
        color: #0063DC;
        text-decoration: none;
}
a:visited {
        color: #0063DC;
        text-decoration: none;
}
a:hover {
        color: #0063DC;
        background-color: #CDE8FB;
}



img {
        margin: 0;
        padding: 0;
        border: none;
}

#container {
        width: 1240px;
        margin: 0 auto;
        text-align: left;
}
#header {
        padding: 0;
        margin:0;
        height:95px;
        background: none;
}

#header #logo {
        padding: 0;
        margin:0;
        width:200px;
        height:94px;
        float:left;
        background: none;
}
#header #user {
        padding: 0;
        margin:0;
        width:352px;
        height:94px;
        float:right;
        background-image:url(../../img/bg_head_ab_user.jpg);
        background-repeat:no-repeat;
}

#header #head_navi{
        width:332px;
        text-align:right;
        padding:17px 10px 5px 10px;
        margin:0 5px 0 0;}
#header #head_navi a{ text-decoration:none;
border:none;
background:none;}
#header #head_navi a:hover{ text-decoration:none;
border:none;
background:none;}
#header #head_name{
        padding:5px 10px;
        font-size:12px;
        line-height:130%;}

#mainContent {
        padding:0 5px 30px 5px;
        background: #FFFFFF;
        font-size: 90%;
        line-height: 180%;
        min-height: 500px;
}
#footer {
        padding: 15px 0 0 0;
        margin:0;
        height:30px;
        text-align: center;
        clear: both;
}

