@charset "utf-8";
/* CSS Document */


#globalheader {
    margin-bottom: 0px;
    position: relative;
    padding: 2px;
    padding-left: 5px;
    z-index: 100;  /* #globalheader(100)  >  h1(20) > fuji_img(10) > mainWrap(1) */
}

#globalheader dl {
    border: 2px solid black;
    float: left;
    width: 182px;
    height: 142px;
    margin: 5px 2px 5px 0;
}

#globalheader dl dt {
    background-color: black;
    color: white;
    font-size:18px;
    font-weight: bold;
    white-space: nowrap;
    height: 28px;
}

#globalheader dl dt a {
    display: block;
}


#globalheader dl dt a:link, #globalheader dl dt a:visited {
    color: white;
}

#globalheader dl dt a:hover {
    font-size: 20px;
    font-weight:bolder;/*color:#0085CF; /* blue color*/    
}

#globalheader dl dd {
}

#globalheader ul.minimenu {
    margin: 5px 0;
}

#globalheader ul.minimenu li {
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
    list-style-image:url(/img/top_page/arrow_01.gif);
	margin-left: 10px;
	white-space: nowrap;
}

#globalheader ul.minimenu li strong a,
#globalheader ul.minimenu li a strong{
    color: #FF3333 !important;
}

#globalheader ul.minimenu li.nolist {
    list-style-image: none;
}

#globalheader ul.minimenu li.detail {
    text-align: right;
    padding-right: 8px;
}

/*通常項目のカラー*/
#globalheader ul.minimenu li a:link, #globalheader ul.minimenu li a:visited {
    color: black;
}

/*重要・PR項目のカラー*/
#globalheader ul.minimenu li b a:link, #globalheader ul.minimenu li b a:visited{
	color: #ff0033;  
}

#globalheader ul.minimenu li a:hover, #globalheader ul.minimenu li b a:hover {
    font-weight: bold;
    white-space: nowrap;
    color:#0085CF; /* blue color*/
}


