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

#Header_pop {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	width:940px;
	height:78px;
	_height:78px;
	position: relative;
	border-bottom:solid 3px #e3e3e3;
    }

/* 左メニューarrow出し分けと2ndbgcolor =================================== */
#leftmenu li a {
	font-size:117%;
    display:block;
    margin:0;
    padding:18px 3px 18px 25px;
    /*\*/
    _padding:19px 3px 17px 25px;
    /**/
    line-height:1.1;
    color:#0767c1;
    /*\*/
    _letter-spacing:1px;
    /**/
    text-decoration:none;
    background:url(../images/common/arrow_blue1.gif) 12px 50% no-repeat;
	border-top:solid 1px #dcdcdc;
    }
#leftmenu li.second a {
	font-size:100%;
    padding:13px 3px 13px 30px;
    /*\*/
    _padding:14px 3px 15px 30px;
    /**/
    background:url(../images/common/arrow_blue2.gif) 16px 50% no-repeat #f8f8f8;
	border-top:dotted 1px #dcdcdc;
    }

#leftmenu li.second a:hover {
    background-color:#ecf4f7;
    }
	
#leftmenu li.print a {
	font-size:100%;
    padding:13px 3px 13px 70px;
    /*\*/
    _padding:14px 3px 15px 70px;
    /**/
    background:url(../images/common/printicon.gif) 25px 50% no-repeat;
	border-top:dotted 1px #dcdcdc;
    }

#leftmenu li.print a:hover {
    background-color:#F4E4EA;
    }

