@charset "shift_jis";
#header_menu{
    margin: 25px 0 15px 0;
    padding: 0;
    list-style: none;
	text-align:left;
	font-size:14px;
}
 
#header_menu li{
    float: left;
    padding: 0;
    position: relative;
}

#header_menu li p{
	font-size:16px;
	font-weight: 100;
}
.header_menu_home{
	width:133px;
	height:21px;
}
.header_menu_home a{
	width:133px;
}
.header_menu_home p{
	padding-left:54px;
}

.header_menu_news{
	width:134px;
	height:21px;
}
.header_menu_news a{
	width:134px;
}
.header_menu_news p{
	padding-left:56px;
}

.header_menu_shopping{
	width:160px;
	height:21px;
}
.header_menu_shopping a{
	width:160px;
}
.header_menu_shopping p{
	padding-left:50px;
}

.header_menu_information{
	width:196px;
	height:21px;
}
.header_menu_information a{
	width:196px;
}
.header_menu_information p{
	padding-left:50px;
}

.header_menu_magazine{
	width:167px;
	height:21px;
}
.header_menu_magazine a{
	width:167px;
}
.header_menu_magazine p{
	padding-left:50px;
}

.header_menu_home,
.header_menu_home:hover,
.header_menu_news,
.header_menu_news:hover,
.header_menu_shopping,
.header_menu_shopping:hover,
.header_menu_information,
.header_menu_information:hover,
.header_menu_magazine,
.header_menu_magazine:hover{
	background:url(../../cmmn/header/cmmn_header_menu_icon.png) no-repeat;
}
.header_menu_home{background-position:0px -42px;}
.header_menu_home:hover{background-position:0px 3px;}
.header_menu_news{background-position:-133px -41px;}
.header_menu_news:hover{background-position:-133px 4px;}
.header_menu_shopping{background-position:-267px -41px;}
.header_menu_shopping:hover{background-position:-267px 4px;}
.header_menu_information{background-position:-427px -41px;}
.header_menu_information:hover{background-position:-427px 4px;}
.header_menu_magazine{background-position:-623px -41px;}
.header_menu_magazine:hover{background-position:-623px 4px;}







 
#header_menu a {
    float: left;
    text-decoration: none;
	padding:0 0 9px 0;
}
 
#header_menu li:hover > a{
	color:#00FFD7;
}
 
*html #header_menu li a:hover /* IE6 */{
}
 
#header_menu li:hover > ul{
    display: block;
}
 
/* Sub-menu */
 
#header_menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: -16px;
    z-index: 99999;    
    background: #434343;
	padding:12px 0;
	width:240px;
}
 
#header_menu ul li{
    float: none;
    margin: 0;
    display: block;  
	border-top:1px dotted #888888;
	background:url(../../cmmn/header/header_menu_aroow_off.png) no-repeat;
	height:39px;
	padding:4px 0 0 0;
}
#header_menu ul li:hover{
	background:url(../../cmmn/header/header_menu_aroow_on.png) no-repeat;
}

#header_menu ul li:last-child{
	border-bottom:1px dotted #888888;
}
 
#header_menu ul a{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
 
*html #header_menu ul a /* IE6 */{
    height: 10px;
    width: 150px;
}
 
*:first-child+html #header_menu ul a /* IE7 */{
    height: 10px;
    width: 150px;
}
 
#header_menu ul a:hover{
}
 
#header_menu ul li:first-child a{
}
 
#header_menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 110px;
    top: -21px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #585656;
}
 
#header_menu ul li:first-child a:hover:after{
}
 
#header_menu ul li:last-child a{
}
 
/* Clear floated elements */
#header_menu:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
 
* html #header_menu             { zoom: 1; } /* IE6 */
*:first-child+html #header_menu { zoom: 1; } /* IE7 */





















